<?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>色胚子部落 &#187; 噗浪</title>
	<atom:link href="http://blog.colorbase.tw/tag/%e5%99%97%e6%b5%aa/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.colorbase.tw</link>
	<description>訊息多變的時代裡，需要多學習多思考</description>
	<lastBuildDate>Sun, 20 Jun 2010 10:06:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>在部落格中加入噗浪的轉噗按鈕</title>
		<link>http://blog.colorbase.tw/wordpress/568</link>
		<comments>http://blog.colorbase.tw/wordpress/568#comments</comments>
		<pubDate>Fri, 29 May 2009 18:37:38 +0000</pubDate>
		<dc:creator>阿育</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plurk]]></category>
		<category><![CDATA[噗浪]]></category>

		<guid isPermaLink="false">http://blog.colorbase.tw/?p=568</guid>
		<description><![CDATA[今天看到幫部落格加上Plurk快速噗文按鈕這篇文章，也試著把自己的Wrordpress中加入文章轉噗按鈕。
 
方法就是在文章中加入一個超連結，網址格式為：
http://www.plurk.com/?qualifier=shares&#38;status=文章URL (文章標題)

shares代表轉噗時的「修飾詞」為「推」，也可以改成其他的修飾詞，如says(說)、likes(喜歡)等等。 
文章URL (文章標題) ，這格式如同在噗文時用的超連結格式。 

在原文中提到加入wordpress的連結網址為：

http://www.plurk.com/?qualifier=shares&#38;status=http://你的部落格網址/?p=&#60;?php the_ID(); ?&#62; (&#60;?php the_title(); ?&#62;)

其實網址的部份可以利用wordpress提供的the_permalink()函數來取得目前文章的網址，並不需要自己輸入wordpress會自動取得，因此網址應為以下即可：


http://www.plurk.com/?qualifier=shares&#38;status=&#60;?php the_permalink(); ?&#62; (&#60;?php the_title(); ?&#62;)

所以在wordpress中可以把以下簡短語法加入樣板中，以後發文就會自動出現轉噗按鈕了：

&#60;a title="把這篇文章分享到你的噗浪中" href="http://www.plurk.com/?qualifier=shares&#38;status=&#60;?php the_permalink(); ?&#62; (&#60;?php the_title(); ?&#62;)" target="_blank"&#62;
	&#60;img src="你的圖片網址" alt="把這篇文章分享到你的噗浪中" /&#62;
&#60;/a&#62;

]]></description>
			<content:encoded><![CDATA[<p>今天看到<a href="http://jdev.tw/blog/1411/plurk-this-post-wordpress">幫部落格加上Plurk快速噗文按鈕</a>這篇文章，也試著把自己的Wrordpress中加入文章轉噗按鈕。</p>
<p> <span id="more-568"></span>
<p>方法就是在文章中加入一個超連結，網址格式為：</p>
<p>http://www.plurk.com/?qualifier=<strong>shares</strong>&amp;status=<strong>文章URL (文章標題)</strong></p>
<ul>
<li>shares代表轉噗時的「修飾詞」為「推」，也可以改成其他的修飾詞，如says(說)、likes(喜歡)等等。 </li>
<li>文章URL (文章標題) ，這格式如同在噗文時用的超連結格式。 </li>
</ul>
<p>在原文中提到加入wordpress的連結網址為：</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:34273b0e-66ef-4575-bbc5-6ccc75e3a2b7" class="wlWriterEditableSmartContent">
<pre name="code" class="xml:nogutter">http://www.plurk.com/?qualifier=shares&amp;status=http://你的部落格網址/?p=&lt;?php the_ID(); ?&gt; (&lt;?php the_title(); ?&gt;)</pre>
</div>
<p>其實網址的部份可以利用wordpress提供的the_permalink()函數來取得目前文章的網址，並不需要自己輸入wordpress會自動取得，因此網址應為以下即可：</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:477f12ad-8d58-4f26-bf1d-579481444b16" class="wlWriterEditableSmartContent">
<pre name="code" class="xml:nogutter">
http://www.plurk.com/?qualifier=shares&amp;status=&lt;?php the_permalink(); ?&gt; (&lt;?php the_title(); ?&gt;)</pre>
</div>
<p>所以在wordpress中可以把以下簡短語法加入樣板中，以後發文就會自動出現轉噗按鈕了：</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:dfd62a78-1ea0-4b38-bc32-a3e27cee8ec1" class="wlWriterEditableSmartContent">
<pre name="code" class="xml:nogutter">&lt;a title="把這篇文章分享到你的噗浪中" href="http://www.plurk.com/?qualifier=shares&amp;status=&lt;?php the_permalink(); ?&gt; (&lt;?php the_title(); ?&gt;)" target="_blank"&gt;
	&lt;img src="你的圖片網址" alt="把這篇文章分享到你的噗浪中" /&gt;
&lt;/a&gt;</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.colorbase.tw/wordpress/568/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>[惡搞] 改掉噗浪煩人的Karma值</title>
		<link>http://blog.colorbase.tw/kuso/562</link>
		<comments>http://blog.colorbase.tw/kuso/562#comments</comments>
		<pubDate>Wed, 20 May 2009 13:33:56 +0000</pubDate>
		<dc:creator>阿育</dc:creator>
				<category><![CDATA[kuso]]></category>
		<category><![CDATA[plurk]]></category>
		<category><![CDATA[噗浪]]></category>

		<guid isPermaLink="false">http://blog.colorbase.tw/?p=562</guid>
		<description><![CDATA[噗浪最特別也最令人討厭的東西就是它有Karma機制，這類似Online Game的經驗值一樣，隨著經驗的增加會開啟相對應的特殊功能，但Karma不只會增加還會倒扣，常常看到Karma值高高低低的實在很不舒服，於是乾脆動手改了一下。

Step 1. 製作自己想要的Karma值
使用影像處理軟體，製作一張寬90像素 x 高30像素的Karma值，背景色依照自己的噗而定即可
例如，我要我的Karma無限大：

Step 2. 上傳圖片到免費空間
推薦一個由免費資源網路社群介紹的  http://www.snapshack.net/
這個免費圖片空間不必申請帳號，相當方便，上傳教學請看此
上傳完畢之後記得複製URL裡的網址

Step 3. 加入自定樣式CSS
按下噗浪左上角我的資料旁邊的「編輯」，切換到「自定外觀」
裡面有一個「進一步運用 CSS 來自訂您的個人頁面」的欄位
把以下CSS的網址改成免費圖片空間提供的網址，並貼到那個欄位
例如我的是：http://www.snapshack.net/images/unlimited.gif


#karma_div #karma {
font-size: 0 !important;
}
#dash-stats h3 {
background-image: url(這裡改成你的網址) !important;
background-repeat: no-repeat;
background-position: right;
}
.cmp_karma_up,.cmp_karma_down
{
background-image: none !important;
}


結果： 如此一來不僅自己看的舒服，別人也不容易知道我的Karma那麼低@@』

]]></description>
			<content:encoded><![CDATA[<p>噗浪最特別也最令人討厭的東西就是它有Karma機制，這類似Online Game的經驗值一樣，隨著經驗的增加會開啟相對應的特殊功能，但Karma不只會增加還會倒扣，常常看到Karma值高高低低的實在很不舒服，於是乾脆動手改了一下。<br />
<span id="more-562"></span><br />
<strong>Step 1. 製作自己想要的Karma值</strong></p>
<p>使用影像處理軟體，製作一張寬90像素 x 高30像素的Karma值，背景色依照自己的噗而定即可<br />
例如，我要我的Karma無限大：<br />
<img class="alignnone size-medium wp-image-563" title="unlimited" src="http://blog.colorbase.tw/wp-content/uploads/2009/05/unlimited.gif" alt="" width="90" height="30" /></p>
<p><strong>Step 2. 上傳圖片到免費空間</strong></p>
<p>推薦一個由<a href="http://www.freegroup.org/" target="_blank">免費資源網路社群</a>介紹的  <a href="http://www.snapshack.net/" target="_blank">http://www.snapshack.net/</a></p>
<p>這個免費圖片空間不必申請帳號，相當方便，上傳教學請<a href="http://www.freegroup.org/2009/04/free-image-hosting-snapshack/" target="_blank">看此</a></p>
<p>上傳完畢之後記得複製URL裡的網址</p>
<p><a class="thickbox" href="http://blog.colorbase.tw/wp-content/uploads/2009/05/snap-shack-image-sharing-simplified_12428016554402.png"><img class="alignnone size-medium wp-image-566" title="snap-shack-image-sharing-simplified_12428016554402" src="http://blog.colorbase.tw/wp-content/uploads/2009/05/snap-shack-image-sharing-simplified_12428016554402-350x210.png" alt="" width="350" height="210" /></a></p>
<p><strong>Step 3. 加入自定樣式CSS</strong></p>
<p>按下噗浪左上角我的資料旁邊的「編輯」，切換到「自定外觀」</p>
<p>裡面有一個「進一步運用 CSS 來自訂您的個人頁面」的欄位<br />
把以下CSS的網址改成免費圖片空間提供的網址，並貼到那個欄位<br />
例如我的是：http://www.snapshack.net/images/unlimited.gif</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:e7260e77-5e65-4ebc-af8d-01c0054aa9ca" class="wlWriterEditableSmartContent">
<pre name="code" class="css:nogutter">
#karma_div #karma {
font-size: 0 !important;
}
#dash-stats h3 {
background-image: url(這裡改成你的網址) !important;
background-repeat: no-repeat;
background-position: right;
}
.cmp_karma_up,.cmp_karma_down
{
background-image: none !important;
}
</pre>
</div>
<p><strong>結果：</strong> 如此一來不僅自己看的舒服，別人也不容易知道我的Karma那麼低@@』<br />
<img title="噗浪修改karma結果圖" src="http://blog.colorbase.tw/wp-content/uploads/2009/05/e59997e6b5aae4bfaee694b9e7b590e69e9ce59c96.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.colorbase.tw/kuso/562/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
