<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>[ THE VOiCE ] &#187; Social Bookmarking</title>
	<atom:link href="http://take-ez.com/tag/social-bookmarking/feed" rel="self" type="application/rss+xml" />
	<link>http://take-ez.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 13:28:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://take-ez.com/?pushpress=hub'/>
		<item>
		<title>[WP Plugin] 修改 Sociable 加入台灣共享書籤</title>
		<link>http://take-ez.com/editsociable.html</link>
		<comments>http://take-ez.com/editsociable.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 02:30:00 +0000</pubDate>
		<dc:creator>hugo5688</dc:creator>
				<category><![CDATA[Blog 相關]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Social Bookmarking]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[中文語系]]></category>

		<guid isPermaLink="false">http://sip.waytechinc.com.cn/blog/archives/111.html</guid>
		<description><![CDATA[使用Sociable發現它只有加入少數的台灣共享書籤網站，自己動手加了PChome、Google、 Udn、funP、YouPush、Fiigo及Push-Reporter這幾個網站]]></description>
			<content:encoded><![CDATA[<p>使用Sociable發現它只有加入少數的台灣共享書籤網站，自己動手加了<span style="text-decoration: line-through;">PChome</span>、<span style="text-decoration: line-through;">Google</span>、Udn、funP、YouPush、Fiigo及Push-Reporter這幾個網站，至於Udn的部份因為網址的參數與Sociable內定義的參數相同，會造成抓到兩筆相同的標題，所以我也改了Sociable內定的參數。</p>
<p class="note">update at 2008-11-06<br />
 更新為版本 Sociable 2.9.5 版本並加入台灣本地書籤，詳細更新訊息請參考<a href="http://wordpress.org/extend/plugins/sociable/" target="_blank">WordPress Plugin</a></p>
<p>修改 sociable.php 469 行</p>
<pre lang="php">$url = str_replace('TITLE', $title, $url)</pre>
<p>修改為</p>
<pre lang="php">$url = str_replace('TITLENAME', $title, $url)</pre>
<p>這邊是修改參數避免造成Udn無法抓到文章標題，接著是加入台灣的共享書籤</p>
<p>sociable.php 33 行 加入</p>
<pre lang="php">'Push-Reporter' =&gt; Array(
'favicon' =&gt; 'push.png',
'url' =&gt; 'http://www.push-reporter.com/submit.php?url=PERMALINK',
),

'YouPush' =&gt; Array(
'favicon' =&gt; 'yp.gif',
'url' =&gt; 'http://www.youpush.net/submit.php?url=PERMALINK',
),

'Udn' =&gt; Array(
'favicon' =&gt; 'udn.gif',
'url' =&gt; 'http://bookmark.udn.com/add?f_TITLE=TITLENAME&amp;f_URL=PERMALINK',
),

'Fiigo' =&gt; Array(
'favicon' =&gt; 'fiigo.gif',
'url' =&gt; 'http://www.fiigo.com/bookmark/add.php?a=add_web&amp;title=TITLENAME&amp;url=PERMALINK',
),

'funP' =&gt; Array(
'favicon' =&gt; 'funP.gif',
'url' =&gt; 'http://funp.com/pages/submit/add.php?TITLE=TITLENAME&amp;url=PERMALINK&amp;via=tools',
),</pre>
<p>然後再把sociable.php內的「TITLE」取代為「TITLENAME」<span style="color: #333399;">(取代時請勾選區別大小寫，不然會造成某些Link無法work)</span> ，完成後如本站下方的圖示，如覺得太麻煩的話可下載我修改好的檔案，不過一些國外的網站我就沒測試了，如發現有問題的話請在通知小弟。</p>
<p class="download">Download：<a href="http://www.box.net/shared/2ekxszmauu" target="_blank">TWSociable  2.9.5</a></p>
<img src="http://take-ez.com/?ak_action=api_record_view&id=79&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://take-ez.com/editsociable.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[WP-Plugin] Sociable 中文語系</title>
		<link>http://take-ez.com/sociable-cht.html</link>
		<comments>http://take-ez.com/sociable-cht.html#comments</comments>
		<pubDate>Tue, 04 Mar 2008 10:55:46 +0000</pubDate>
		<dc:creator>hugo5688</dc:creator>
				<category><![CDATA[Blog 相關]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Social Bookmarking]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[中文語系]]></category>

		<guid isPermaLink="false">http://sip.waytechinc.com.cn/blog/archives/109.html</guid>
		<description><![CDATA[這是一個社交的plugin，Share-this 也是不錯，但是可以自定的項目太少，可能新版的有，不過我之前是裝1.4的，這plugin可訂定在哪邊顯示這些社交圖示。像是「顯示在單獨頁面」等&#8230;，而且在社交圖示上的選則也比Share-this來的多，至於它講到的可以在社交圖示上拖曳來變更位置，我測試上是沒辦法work, 不過以把中文語系跟問題寫信給他了，等他看是否回覆嚕。 Download：sociable-zh_TW]]></description>
			<content:encoded><![CDATA[<p>這是一個社交的plugin，Share-this 也是不錯，但是可以自定的項目太少，可能新版的有，不過我之前是裝1.4的，這plugin可訂定在哪邊顯示這些社交圖示。像是「顯示在單獨頁面」等&#8230;，而且在社交圖示上的選則也比Share-this來的多，至於它講到的可以在社交圖示上拖曳來變更位置，我測試上是沒辦法work, 不過以把中文語系跟問題寫信給他了，等他看是否回覆嚕。</p>
<p><a href="http://farm3.static.flickr.com/2125/2310030612_7108a9c146_o.png" rel="lightbox[45]"><img src="http://farm3.static.flickr.com/2125/2310030612_7108a9c146_o.png" alt="http://farm3.static.flickr.com/2125/2310030612_7108a9c146_o.png" width="400" /></a></p>
<p><br class="spacer_" /></p>
<p class="download">Download：<a href="http://www.box.net/shared/6s4jwde8cc" target="_blank">sociable-zh_TW</a></p>
<img src="http://take-ez.com/?ak_action=api_record_view&id=45&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://take-ez.com/sociable-cht.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

