搜尋此網誌

2011年4月16日 星期六

快速將 Blogger 文章推到 噗浪Plurk

將自己的Blogger加入推文至Plurk的按鈕,找了許多網站後這個最符合需求。

有效解決 http: 後面 // 無法出現的問題。

點點發現此BUG已被噗浪修正,所以複製貼上後,只要將紅色部分的程式碼拿掉即可!(發現時間2011/7/6)




先在 </head> 之前加入以下
<script>

function toPlurk(link,title) {

var link=link.replace('http:','http:%2f%2f');

window.open('http://www.plurk.com/?status='+link+' '+title);

}</script>


在 <data:post.body/> 下方加入

<div style='float:right;'>
<a expr:onclick='&quot;javascript:toPlurk(\&quot;&quot; + data:post.url + &quot;\&quot;, \&quot;&quot; + &quot;(&quot; + data:post.title + &quot;)&quot; + &quot;\&quot;);&quot;' href='javascript:void(0)' title='推文至plurk'>【推文至plurk】</a></div>



程式碼來源:網路搜尋

1 則留言:

網站解析度請使用1920x1080
Sitetag創用 CC 授權條款
无觅相关文章插件,迅速提升网站流量