让你的博文自动带上缩址,方便发到微博客上

添加以下代码到你的博客中: (呵呵,抄袭至lulu Studio  http://s8.hk/0itw)


<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> 

 

have fun.
 ^_^

 

P.S: #GoogleCN,你走了,我们怎么办?

posted @ 2010-01-15 15:51  MK2  阅读(627)  评论(0编辑  收藏  举报