<?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>My Geek Finds &#187; wordpress</title>
	<atom:link href="http://www.mygeekfinds.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygeekfinds.com</link>
	<description>Tech notes, Virtualization, Networking</description>
	<lastBuildDate>Tue, 23 Feb 2010 13:43:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sociable Wordpress Plugin</title>
		<link>http://www.mygeekfinds.com/2009/04/sociable-wordpress-plugin/</link>
		<comments>http://www.mygeekfinds.com/2009/04/sociable-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 01:58:53 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sociable]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=69</guid>
		<description><![CDATA[This afternoon I installed a Wordpress Plugin called Sociable that automatically adds icons that link to different social networking/bookmarking sites such as Twitter and Facebook to post.  Neat little tool since it allow people to share your post with others on these networks by basically just clicking on the icons.  Just check out [...]]]></description>
			<content:encoded><![CDATA[<p>This afternoon I installed a Wordpress Plugin called <a href="http://http://yoast.com/wordpress/sociable/">Sociable</a> that automatically adds icons that link to different social networking/bookmarking sites such as Twitter and Facebook to post.  Neat little tool since it allow people to share your post with others on these networks by basically just clicking on the icons.  Just check out the Share &#038; Enjoy icons at the bottom of this post.</p>
<p>I regularly post to <a href="http://twitter.com/herseyc">Twitter</a> and it updates my <a href="http://www.facebook.com/profile.php?id=1271511065">Facebook</a> status.  Anyway the Sociable plugin works well but I found another version <a href="http://wordpress.org/extend/plugins/sociable-italia/">Sociable-Italia</a> that has a feature that creates <a href="http://tinyurl.com/">TinyUrls</a> to help you keep to the 140 character limit of twitter.  Other than TinyUrls and the settings page being in Italian in Sociable-Italia, I think the plugins are basically identical.</p>
<p>Anyway I added the code that generates the TinyUrl from Sociable-Italia to the Sociable plugin by editing sociable.php in the wp-content/plugins/sociable directory.  Find the line</p>
<blockquote><p>$url = $site['url'];</p></blockquote>
<p>and add this after it</p>
<blockquote><p>
if ($sitename == &#8216;TwitThis&#8217;) {<br />
                        $twitperma = file_get_contents(&#8216;http://tinyurl.com/api-create.php?url=&#8217;.$permalink);<br />
                        $url = str_replace(&#8216;PERMALINK&#8217;, $twitperma, $url);<br />
                } else {<br />
                        $url = str_replace(&#8216;PERMALINK&#8217;, $permalink, $url);<br />
                        }
</p></blockquote>
<p>I also added the title of the post to the twitthis icon.  Find the line:</p>
<blockquote><p>&#8216;url&#8217; => &#8216;http://twitter.com/home?status=PERMALINK&#8217;,</p></blockquote>
<p>and change it to this</p>
<blockquote><p>&#8216;url&#8217; => &#8216;http://twitter.com/home?status=PERMALINK :: TITLE&#8217;,</p></blockquote>
<p>Of course if I have to update the plugin in the future this will stop working unless I remember to redo this, perhaps the author of the plugin will add this to a future release.</p>
<p>Great little plugin &#8211; <a href="http://yoast.com/wordpress/sociable/">download it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/04/sociable-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
