讓瀏覽者能快速將頁面加入 365key 的作法

這篇其實是延續了之前的 讓瀏覽者能快速將頁面加入 furl 跟 Del.icio.us 的作法 (更新版) .

作法依然很簡單 :

<a href="javascript: void(window.open("http://www.365key.com/storeit.aspx?t=" . concat(escape(document.title)) .concat("&u=") . concat(encodeURIComponent(location.href))));">
 <img src="http://www.joehorn.div.tw/sticker/add_365key.gif" 
      border="0" alt="Add this page to 365key" />
</a>

至於小圖示就是目前右邊 menu 那個 block 中所呈現的樣子.

有需要的人請自行取用. :-)