您在這裡

Service links

charlesc's 的頭像
charlesc 在 2006-06-05 (週一) 22:41 發表
模組介紹: 

自動在你的文章後面加上網摘/搜尋的連結(以文字或/和圖片的方式呈現),包括 del.icio.us 、 Digg 、 Reddit 、Newsvine、Furl、Google、Yahoo、Technorati、IceRocket、PubSub等等。可以設定的項目包括:
哪些內容類型要使用此功能;顯示在全文或/和摘要檢視;加在文末或是連結區塊;哪些角色可以檢看到/使用這些連結。

模組分類:

回應

freealan's 的頭像

加入hemidemi

找到這段

//Add your own link by modifing the link below and uncomment it.
//$links[] = theme('service_links_build_link', t('delicious'), "http://del.icio.us/post?url=$url&title=$title", t('Bookmark this post on del.icio.us.'), 'delicious.png');

改成

// Add your own link by modifing the link below and uncomment it.
$links[] = theme('service_links_build_link', t('hemidemi'), "http://www.hemidemi.com/user_bookmark/new?title=$title&url=$url", t('Bookmark this post on hemidemi.'), 'hemidemi.gif');

改名為hemidemi.gif上傳!

目前的試用是沒什麼問題啦。

這是我使用修改後的網頁
http://www.lichihua.com/2006/node/246

不錯哦 :)
建議可以把傳過去的網頁title,加上網站的名稱("修改service_links | 最初的地方"),而不是只有文章標題。

freealan's 的頭像

不過加上$head_title,反而出不來@@