<?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>FiddyP &#187; sidebar</title>
	<atom:link href="http://fiddyp.co.uk/tag/sidebar/feed/" rel="self" type="application/rss+xml" />
	<link>http://fiddyp.co.uk</link>
	<description>The personal blog of Andy Bailey</description>
	<lastBuildDate>Sun, 13 May 2012 15:28:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Stumbled &#8211; Stumbleupon Widget for WordPress 2.2</title>
		<link>http://fiddyp.co.uk/stumbled-a-stumbleupon-widget-for-wordpress-22-released/</link>
		<comments>http://fiddyp.co.uk/stumbled-a-stumbleupon-widget-for-wordpress-22-released/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 18:28:35 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins_directory]]></category>
		<category><![CDATA[profit]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[stumbled]]></category>
		<category><![CDATA[stumbleupon]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.fiddyp.co.uk/2007/09/06/stumbled-a-stumbleupon-widget-for-wordpress-22-released/</guid>
		<description><![CDATA[Here is a widget and plugin combined for Stumbleupon and WordPress. I rewrote it from scratch to be a little better, thanks to the suggestion of mcangeli in [..]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ffiddyp.co.uk%2Fstumbled-a-stumbleupon-widget-for-wordpress-22-released%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ffiddyp.co.uk%2Fstumbled-a-stumbleupon-widget-for-wordpress-22-released%2F&amp;source=commentluv&amp;style=normal&amp;service=bit.ly&amp;service_api=R_259b4e5679e2c431cca1f989e158bba4&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Here is a widget and plugin combined for Stumbleupon and WordPress. I rewrote it from scratch to be a little better, thanks to the suggestion of <a href="http://delusionsofgrandeur.org/">mcangeli</a> in the comments!</p>
<p>This will display a list of titled links to up to 10 of your last pages that you gave a thumbs up to with Stumbleupon, it can also show as icons for web page, image, flash file, quicktime. Use it as a widget or as a plugin.</p>
<p>Upload it and activate it to see a widget called &#8216;Stumbled&#8217; in your tray, drag it to where you want it to be displayed on your blog and click the options square to add your Stumbleupon username, how many of your last thumbs up sites you want to display, choose to display as Text links or Icons. If you chose to display as text then you can put in the maximum amount of characters to show.</p>
<p>You can also use it as a plugin if you don&#8217;t like widgets, see below for code examples..</p>
<p>here&#8217;s what it looks like in the sidebar as icons..</p>
<p><img src='http://fiddyp.co.uk/wp-content/uploads/2007/09/stumbled2.gif' alt='Stumbled Widget' /></p>
<p>here it is as text..<br />
<img src='http://fiddyp.co.uk/wp-content/uploads/2007/11/stumbledtext.jpg' alt='Stumbled widget as text' /></p>
<p>and the options&#8230;.<br />
<img src='http://fiddyp.co.uk/wp-content/uploads/2007/11/stumbledoptions.gif' alt='Stumbled Options page' /></p>
<p>Just download the zip file below and extract the folder, upload the whole folder to your plugins directory and activate it in WordPress, then, visit the widgets section under Presentation and drag it to the sidebar, click the square to change the options and that will be it!</p>
<p>For non-widget-ers, you can use it as a plugin by using this syntax..</p>
<p>stumbled_as_plugin(username,quantity to show,text or pic,html before list, html after list,max length of characters);</p>
<p>ie. for showing text links with a numbered order..</p>
<pre class="brush: php; title: ; notranslate">if(function_exists(stumbled_as_plugin)) {
stumbled_as_plugin(&quot;glytch&quot;,10,&quot;text&quot;,&quot;&lt;ol&gt;&quot;,&quot;&lt;/ol&gt;&quot;,33);
}
</pre>
<p>will show this&#8230;<br />
&lt;?php if(function_exists(stumbled_as_plugin)) {<br />
stumbled_as_plugin(&#8220;glytch&#8221;,10,&#8221;text&#8221;,&#8221;
<ol>&#8220;,&#8221;</ol>
<p>&#8220;,33);<br />
}?&gt;</p>
<p>Or as images with no numbering..</p>
<pre class="brush: php; title: ; notranslate">if(function_exists(stumbled_as_plugin)) {
stumbled_as_plugin(&quot;glytch&quot;,10,&quot;pic&quot;,&quot;&quot;,&quot;&quot;,33);
}
</pre>
<p>will show this&#8230;</p>
<p>If you have any problems with it, please let me know!.</p>
<p><a href="http://www.fiddyp.co.uk/download/stumbled.zip">Download Stumbled Widget &amp; Plugin For WordPress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fiddyp.co.uk/stumbled-a-stumbleupon-widget-for-wordpress-22-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello Stumbler &#8211; WordPress plugin for Stumbleupon visitors</title>
		<link>http://fiddyp.co.uk/hello-stumbler-wordpress-plugin-for-stumbleupon-visitors/</link>
		<comments>http://fiddyp.co.uk/hello-stumbler-wordpress-plugin-for-stumbleupon-visitors/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 14:49:19 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[HelloStumbler]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[profit]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[stumbleupon]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.fiddyp.co.uk/2007/09/06/hello-stumbler-wordpress-plugin-for-stumbleupon-visitors/</guid>
		<description><![CDATA[Here&#8217;s a little plugin I made for Stumbleupon visitors, I got the idea while playing with the Digg This plugin. Hello Stumbler plugin will display a note at [..]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ffiddyp.co.uk%2Fhello-stumbler-wordpress-plugin-for-stumbleupon-visitors%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ffiddyp.co.uk%2Fhello-stumbler-wordpress-plugin-for-stumbleupon-visitors%2F&amp;source=commentluv&amp;style=normal&amp;service=bit.ly&amp;service_api=R_259b4e5679e2c431cca1f989e158bba4&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Here&#8217;s a little plugin I made for Stumbleupon visitors, I got the idea while playing with the <a href="http://www.aviransplace.com/index.php/digg-this-wordpress-plugin/">Digg This plugin</a>.</p>
<p>Hello Stumbler plugin will display a note at the top of your post (or wherever you put the call) when it detects that the person viewing the page came through the <a href="http://www.stumbleupon.com">Stumbleupon</a> button and ask them to give you a thumbs up.</p>
<p>Simply download the plugin, upload it to your plugins directory and activate it. Once you have done that, go to your single post template page and add the following command under the entry-content line (click image to see example).</p>
<pre class="brush: php; title: ; notranslate">
?php if (function_exists(hellostumbler)) { hellostumbler();}?&amp;gt;
</pre>
<p><a href='http://fiddyp.co.uk/wp-content/uploads/2007/09/hellostumbler2.gif' title='Hello stumbler example'><img src='http://fiddyp.co.uk/wp-content/uploads/2007/09/hellostumbler2-150x150.gif' alt='Hello stumbler example' /></a><br />
It&#8217;s as simple as that! I have tried it by showing the link if this blog is the referring page and it works, hopefully it will do the same when the post is stumbled upon with the toolbar button (it&#8217;ll take me ages to stumble and stumble until this post shows to truly test it, but it should work!).</p>
<p>If you came here via a stumble button press, please let me know if you can see the &#8220;thanks for stumble-ing&#8221; message at the top of the post. thanks!</p>
<p>Download the plugin here <a href="http://www.fiddyp.co.uk/download/hellostumbler.zip">Hello Stumbler</a></p>
<p><strong>[edit]</strong>To see a tutorial on how I made this plugin, see here: <a href="http://www.fiddyp.co.uk/how-to-make-a-wordpress-plugin-with-less-than-20-lines-of-code/">wordpress plugin sourcecode tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fiddyp.co.uk/hello-stumbler-wordpress-plugin-for-stumbleupon-visitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

