你越來越喜歡使用像是Hemidemi或是Myshare的書籤,同時也希望你的讀者能更方便的把文章收錄到你的書籤裡面?
雖然之前有寫過類似的作法, 能夠讓 wordpress的用戶把這些功能加到你的模版裡面,不過隨著功能的調整以及網路書籤的變動,可能舊的方式已經不是那麼容易的適用於現在的版面,像是台 灣的User用的MyShare書籤現在用的人越來越多,當時寫的時候好像Myshare還沒開發出來,以及一些舊的國外書籤網站,其實對你的讀者似乎不 太實用(除非英語是你的主要書寫語言)。
基於以上種種原因,我把以前的東西再修改一下,主要以黑米、myshare、digg、Furl、美味書籤、MyYahoo等為主,使用方式很簡單,只要把程式碼貼到你的模版裡面,就可以執行了。(以本站為例,是以貼到single.php的模版裡面),看起來的效果就會如下圖所示:,當然,原本的code我還是修改了一下,讓他看起來更整齊

要提醒的是:
你可以連到你的書籤網站,選擇你喜歡的圖片,像是黑米的貼紙區或是Myshare的貼紙區來選擇你喜歡的圖片,並且將圖片上傳到你的空間或是官方提供的圖片連結之後,取代羅賓的語法提供的圖片連結部分,當然,你也可以將我站上的圖片按右鍵另存新檔自行取用。但請不要直接連結本站圖片,因為防盜連這會讓你的圖片顯示失效。 相關語法部分:
<a href=”http://www.hemidemi.com/user_bookmark/new?title=<?php the_title(); ?>&url=<?php the_permalink() ?>&description=&via=<?php the_permalink() ?>”><img border=”0″ src=”http://www.robbin.cc/wp-images/HD.gif” alt=”收進你的黑米個人書籤” title=”收進你的黑米書籤” /></a>
<a href=”http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php the_title(); ?> at robbin.cc”><img border=”0″ src=”http://www.robbin.cc/wp-images/delicious.gif” alt=”收進你的美味個人書籤” title=”收進你的美味書籤” /></a>
<a href=”http://digg.com/submit?phase=2&url=<?php the_permalink() ?>”><img border=”0″ src=”http://www.robbin.cc/wp-images/diggman.gif” alt=”Digg此篇文章” title=”Digg此篇文” /></a> <a href=”http://www.furl.net/storeIt.jsp?t=<?php the_title(); ?>&u=<?php the_permalink() ?>”><img border=”0″ src=”http://www.robbin.cc/wp-images/furl.gif” alt=”收進你的Furl個人書籤” title=”收進你的Furl個人書籤” /></a>
<a href=”http://myshare.url.com.tw/index.php?func=newurl&url=<?php the_permalink() ?>&desc=<?php wp_title(); ?> | <?php bloginfo(‘name’); ?>”><img border=”0″ src=”http://digest.url.com.tw/images/add2myshare_15x15-2.gif” alt=”收進你的MyShare個人書籤” title=”收進你的MyShare個人書籤” /></a>
<a href=”http://myweb2.search.yahoo.com/myresults/bookmarklet?t=<?php the_title(); ?>&u=<?php the_permalink() ?>”><img border=”0″ src=”http://www.robbin.cc/wp-images/yahoomyweb.gif” alt=”收進你的MyYahoo個人書籤” title=”收進你的MyYahoo個人書籤” /></a>
請參考使用





