欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

讓你的博文自動(dòng)帶上縮址的實(shí)現(xiàn)代碼,方便發(fā)到微博客上

 更新時(shí)間:2010年12月28日 22:37:36   作者:  
添加以下代碼到你的博客中: (呵呵,抄襲至lulu Studio http://s8.hk/0itw)
復(fù)制代碼 代碼如下:

<script type="text/javascript">
$(function(){
c_url = 'http://s8.hk:8088/s8/s?format=text&longUrl=';
c_url += document.location.href;
c_url += '&jsonp=?'
$.getJSON(c_url, function(data){
$("<div>本文短址:</div>").css("font-weight", "normal")
.css("font-size", "12px")
.append($("<a>"+data+"</a>").attr("href", data))
.appendTo(".post .postTitle"); # 此行需要特殊處理,不過在博客園一般情況下是不用修改的。
});
});
</script>

相關(guān)文章

最新評(píng)論