<?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>Frozr.com &#187; digg</title>
	<atom:link href="http://frozr.com/tag/digg/feed/" rel="self" type="application/rss+xml" />
	<link>http://frozr.com</link>
	<description>Wordpress themes &#38; Tutorials</description>
	<lastBuildDate>Sat, 22 May 2010 23:27:24 +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>Tutorial : how to create custom social bookmark button</title>
		<link>http://frozr.com/tutorials/tutorial-how-to-create-custom-social-button/</link>
		<comments>http://frozr.com/tutorials/tutorial-how-to-create-custom-social-button/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 17:46:17 +0000</pubDate>
		<dc:creator>Ajmal</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[mixx]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://frozr.com/?p=193</guid>
		<description><![CDATA[
Been thinking or wondering how they did custom social button? In this article i will show how to create custom social bookmark button with working link.
Anyway, it is pretty easy if you understand the wordpress template tag. #.
The idea

The Code
1. Digg submit url
http://digg.com/submit/?phase=2&#38;url=
2. Post permalink
&#60;?php the_permalink() ?&#62;
Digg submit url + Post permalink(1+2)
http://digg.com/submit/?phase=2&#38;url=&#60;?php the_permalink() ?&#62;
To make [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-194" title="socialbutton" src="http://frozr.com/wp-content/uploads/2008/07/socialbutton.jpg" alt="" width="400" height="94" /></p>
<p>Been thinking or wondering how they did custom social button? In this article i will show how to create custom social bookmark button with working link.</p>
<p>Anyway, it is pretty easy if you understand the wordpress template tag. <a title="http://codex.wordpress.org/Template_Tags" href="http://codex.wordpress.org/Template_Tags">#</a>.</p>
<h2>The idea</h2>
<p><img class="alignnone size-full wp-image-195" title="fullidea-of-social-link" src="http://frozr.com/wp-content/uploads/2008/07/fullidea-of-social-link.jpg" alt="" width="400" height="282" /></p>
<h2>The Code</h2>
<p>1. Digg submit url<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="1">http://digg.com/submit/?phase=2&amp;url=</textarea></p>
<p>2. Post permalink<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="1">&lt;?php the_permalink() ?&gt;</textarea></p>
<p>Digg submit url + Post permalink(1+2)<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="2">http://digg.com/submit/?phase=2&amp;url=&lt;?php the_permalink() ?&gt;</textarea></p>
<p>To make a working submit button or link, just add some simple code.<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="1">&lt;a href=&#8221;#&#8221; mce_href=&#8221;#&#8221;&gt;link&lt;/a&gt;</textarea></p>
<p>The code you should include somewhere in index.php or single.php<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="3">&lt;a href=&#8221;http://digg.com/submit/?phase=2&amp;url=&lt;?php the_permalink() ?&gt;&#8221;&gt;Digg this post&lt;/a&gt;</textarea></p>
<h2>Other social bookmarking sites</h2>
<p>del.icio.us<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="2">http://del.icio.us/post?url=&lt;?php the_permalink() ?&gt;</textarea></p>
<p>blinklist<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="3">http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=&lt;?php the_permalink() ?&gt;</textarea></p>
<p>ma.gnolia<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="2">http://ma.gnolia.com/bookmarklet/add?url=&lt;?php the_permalink() ?&gt;</textarea></p>
<p>StumbleUpon<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="2">http://www.stumbleupon.com/submit?url=&lt;?php the_permalink() ?&gt;</textarea></p>
<p>Technorati<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="2">http://www.technorati.com/faves?add=&lt;?php the_permalink() ?&gt;</textarea></p>
<p>Twitter<br />
<textarea style="border:1px solid #dddddd; width:390px; background:#ffad8d; padding:5px; color:#A7A7A7; overflow: hidden;" rows="2">http://twitthis.com/twit?url=http%3A%2F%2F&lt;?php the_permalink() ?&gt;</textarea></p>
<p>Note: this is site submit url + post permalink code.</p>
<h2>Result</h2>
<p><img class="alignnone size-full wp-image-196" title="examplesocial" src="http://frozr.com/wp-content/uploads/2008/07/examplesocial.jpg" alt="" width="393" height="40" /><br />
Turn a link into a cool button with some cool css.</p>
<h2>Examples</h2>
<p><img class="alignnone size-full wp-image-197" title="wefunction" src="http://frozr.com/wp-content/uploads/2008/07/wefunction.jpg" alt="" width="351" height="37" /><br />
<a href="http://wefunction.com/2008/07/free-theme-outdoorsy/">wefunction</a></p>
<p><a href="http://psdtuts.com/"><img class="alignnone size-full wp-image-198" title="psdtuts" src="http://frozr.com/wp-content/uploads/2008/07/psdtuts.jpg" alt="" width="338" height="38" /></a><br />
<a href="http://psdtuts.com/">Psdtuts</a></p>
<p><a href="http://www.webdesignerwall.com/"><img class="alignnone size-full wp-image-199" title="webdesignerwall" src="http://frozr.com/wp-content/uploads/2008/07/webdesignerwall.jpg" alt="" width="306" height="27" /></a><br />
<a href="http://www.webdesignerwall.com/">webdesignerwall</a></p>
<p>Don&#8217;t forget to<br />
<h1><a title="digg" href="http://digg.com/design/Tutorial_how_to_create_custom_social_bookmark_button">Digg! this post.</a></h1>
<p>Good luck! </p>
]]></content:encoded>
			<wfw:commentRss>http://frozr.com/tutorials/tutorial-how-to-create-custom-social-button/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
