goTOP
採用獨自開發 RWD Bo-Blog插件 對應電腦版與手機版網頁。一次上架多版本對應、顯示迅速方便。
January 24, 2010
加入了噗浪,除了與好友分享Plurk的知識與八卦之外,當你又發現想轉噗作者的短文與Link,卻常常忘了Plurk裡頭有個【URL(文字內容)】的簡單語法與文字限制,也就因此作罷...以下提供幾個我找到的轉噗外掛的資料,如果您有新的資訊,歡迎也別忘了提供給我喔...

點擊在新視窗中瀏覽此圖片

第一條件︰
你必須使用 Firefox 瀏覽器

第二條件︰
安裝 Firefox外掛 Greasemonkey
https://addons.mozilla.org/zh-TW/firefox/addon/748

第三條件,選擇以下外掛 JS (依我找到的順序)

RePlurk
作者Plurk︰ http://www.plurk.com/maxchu
功能︰轉撲 [作者:]+噗浪內容
http://userscripts.org/scripts/show/39186

轉噗工具使用教學
作者Plurk︰http://www.plurk.com/repost
功能︰轉撲功能 + Google AdSense (Google規定..自己的帳號頻道內容不可點擊)
http://www.soft4fun.net/other/噗浪轉噗機器人,發噗邊發邊賺錢.htm

FUN FUN PlurkGo8.8
作者Plurk︰http://www.plurk.com/apollon1688
功能︰噗浪表情+時間回溯+及時英文翻譯+轉噗功能+換轉噗版
http://www.on5.com.tw/fun/poc.html
December 26, 2009
最近發現推文的人數增多了,Facebook, Plurk, Twitter的按鈕增加在各部落格與網站當中,下面是一些例文...

Facebook 推文按鈕語法(文字範例)
↓直接拷貝到適當的html文當中。

<a href="javascript: void(window.open('http://www.facebook.com/share.php?u='.concat(encodeURIComponent(location.href)) ));">[Facebook推文]</a>

Facebook 推文按鈕語法(圖片範例)
↓直接拷貝到適當的html文當中。

<a href="javascript:
void(window.open('http://www.facebook.com/share.php?u='.concat(encodeURIComponent(location.href))
));
"><img src="http://www.YourName.xx/images/banner_facebook.gif" width="120" height="32"
border="0" /></a>
↑[http://www.YourName.xx/images/banner_facebook.gif]請注意放置位置。

素材︰點擊在新視窗中瀏覽此圖片


Plurk噗浪推文按鈕語法(文字範例)
↓直接拷貝到適當的html文當中。

<a href="javascript: void(window.open('http://www.plurk.com/?qualifier=shares&status=' .concat(encodeURIComponent(location.href)) .concat(' ') .concat('(') .concat(encodeURIComponent(document.title)) .concat(')')));">[Plurk推文]</a>

Plurk噗浪推文按鈕語法(圖片範例)
↓直接拷貝到適當的html文當中。

<a href="javascript:
void(window.open('http://www.plurk.com/?qualifier=shares&status='
.concat(encodeURIComponent(location.href)) .concat(' ') .concat('(')
.concat(encodeURIComponent(document.title)) .concat(')')));"><img
src="http://www.YourName.xx/images/banner_plurk.gif" width="120" height="32" border="0" /></a>
↑[http://www.YourName.xx/images/banner_plurk.gif]請注意放置位置。

素材︰點擊在新視窗中瀏覽此圖片


Twitter推文按鈕語法(文字範例)
↓直接拷貝到適當的html文當中。

<a href="javascript: void(window.open('http://twitter.com/home/?status='.concat(encodeURIComponent(document.title)) .concat(' ') .concat(encodeURIComponent(location.href))));">[Twitter推文]</a>

Twitter推文按鈕語法(圖片範例)
↓直接拷貝到適當的html文當中。

<a href="javascript:
void(window.open('http://twitter.com/home/?status='.concat(encodeURIComponent(document.title))
.concat(' ') .concat(encodeURIComponent(location.href))));"><img
src="http://www.YourName.xx/images/banner_twitter.gif" width="120" height="32" border="0" /></a>
↑[http://www.YourName.xx/images/banner_twitter.gif]請注意放置位置。

素材︰點擊在新視窗中瀏覽此圖片
分頁: 1/1 第一頁 1 最後頁 [ 顯示模式: 摘要 | 清單 ]