<?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>Blog.ubrious &#187; Wordpress Plugins</title>
	<atom:link href="http://blog.ubrio.us/category/wordpress-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ubrio.us</link>
	<description>An Ordinary Web Developer's Blog</description>
	<lastBuildDate>Thu, 19 Jan 2012 00:44:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Plugin for Relative Digg Content</title>
		<link>http://blog.ubrio.us/php/wordpress-plugin-for-relative-digg-content/</link>
		<comments>http://blog.ubrio.us/php/wordpress-plugin-for-relative-digg-content/#comments</comments>
		<pubDate>Thu, 09 Nov 2006 16:49:37 +0000</pubDate>
		<dc:creator>Rob Hurring</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://blog.ubrio.us/web/wordpress-plugin-for-relative-digg-content/</guid>
		<description><![CDATA[MOVED: http://ubrio.us/plugins

Relative Digg Wordpress Plugin &#8211; Add related digg story links to the bottom of your post based on keywords
Note (5/13/07):
I just looked over this code and I made a lot of mistakes. Just use it as an example/reference or clean it up. I hacked it together pretty quick when I was bored at work, [...]]]></description>
			<content:encoded><![CDATA[<h3>MOVED: <a href="http://ubrio.us/plugins" onclick="pageTracker._trackPageview('/outgoing/ubrio.us/plugins?referer=');">http://ubrio.us/plugins</a></h3>
<p><br/></p>
<p><strong><a href="http://blog.ubrio.us/wp-content/uploads/2006/11/relative_digg-php.zip">Relative Digg Wordpress Plugin</a> &#8211; Add related digg story links to the bottom of your post based on keywords</a></strong></p>
<p><strong>Note (5/13/07):</strong><br />
I just looked over this code and I made a lot of mistakes. Just use it as an example/reference or clean it up. I hacked it together pretty quick when I was bored at work, so use your judgement.</p>
<p>Well, as you can tell by the post dates on the past few articles, I&#8217;m being lazy. This all changed the other day when I was messing around in a project with PHP and XML. Normally I think XML/PHP is the devil, but I remembered the SimpleXML classes in PHP5. This pretty much inspired me to write a little plugin for wordpress &#8211; well, that and my love for digg &#8211; that will add relative digg stories to the bottom of each post depending on the keywords you provide.</p>
<p>Its still in Beta mode, but if you guys are savvy enough to get it working I would greatly appreciate some feedback. </p>
<p><strong>What you need in order to run this, as of right now</strong></p>
<ol>
<li>PHP5 (should come with SimpleXML natively, but if not, you need this)</li>
<li>FOPEN (some servers don&#8217;t support this)</li>
</ol>
<p>I will probably re-write this to use cURL in the future to get around the FOPEN problem, and maybe even to get around SimpleXML.  Either way, this is just up here to test the waters on the idea and get some general feedback.</p>
<p>(Ps: If your server doesn&#8217;t run PHP5 or allow FOPEN, be a man and get in that shell and roll your own <img src='http://blog.ubrio.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>How To Install (almost the exact same procedure as my <a href="http://blog.ubrio.us/php/youtube-wordpress-plugin-with-technorati-tags/">YouTube PlugIn</a>)</strong></p>
<ol>
<li>Upload &#8220;relative_digg.php&#8221; to your /wp-content/plugins/ folder</li>
<li>In admin panel, go to: Plugins -> Relative Digg Stories -> Activate</li>
<li>Switch over to Presentation -> Theme Editor -> (edit) Single Post</li>
<li>Somewhere in there add <code>&lt;?php relative_digg(); ?&gt;</code>
<ul>
<li>Note: you can hardcode the tag using <code>relative_digg('tagname');</code></li>
<li>Note: param setup: <code>relative_digg('tagname', number_of_results, story_age, 'title');</code></li>
</ul>
</li>
<li>In your new post, somewhere near the bottom add: <code>&lt;!--digg:TAG--&gt;</code></li>
</ol>
<p>Let me know whatsup &#8211; hopefully some of you find this useful. Its terribly slow also, so I will have to check into that. Feedback is appreciated, yadda, yadda, etc.</p>
<p>Thanks</p>
<p>-rob</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ubrio.us/php/wordpress-plugin-for-relative-digg-content/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>YouTube Wordpress Plugin With Technorati Tags</title>
		<link>http://blog.ubrio.us/php/youtube-wordpress-plugin-with-technorati-tags/</link>
		<comments>http://blog.ubrio.us/php/youtube-wordpress-plugin-with-technorati-tags/#comments</comments>
		<pubDate>Thu, 21 Sep 2006 18:44:55 +0000</pubDate>
		<dc:creator>Rob Hurring</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://blog.ubrio.us/web/youtube-wordpress-plugin-with-technorati-tags/</guid>
		<description><![CDATA[I&#8217;m no longer supporting this, and I&#8217;m unsure if the old YouTube API is still in place.


Download
Usage
Features
Change Log


Hey all, I was asked to write a simple plugin that will make use of the YouTube API to generate videos based on specific post tags.

Downloads

YouTube Wordpress Plugin
svn export http://public.svnme.com/youtubevideos .


Usage

open the .PHP file in a text editor, [...]]]></description>
			<content:encoded><![CDATA[<div class='error'>I&#8217;m no longer supporting this, and I&#8217;m unsure if the old YouTube API is still in place.</div>
<div id='sections' class='clearfix'>
<ul>
<li><a href='#download'>Download</a></li>
<li><a href='#usage'>Usage</a></li>
<li><a href='#features'>Features</a></li>
<li><a href='#changelog'>Change Log</a></li>
</ul>
</div>
<p>Hey all, I was asked to write a simple plugin that will make use of the YouTube API to generate videos based on specific post tags.</p>
<p><a name='download'></a></p>
<h3>Downloads</h3>
<ol>
<li><a href="http://public.svnme.com/youtubevideos/youtube-videos.php.zip" onclick="pageTracker._trackPageview('/outgoing/public.svnme.com/youtubevideos/youtube-videos.php.zip?referer=');">YouTube Wordpress Plugin</a></li>
<li><tt>svn export http://public.svnme.com/youtubevideos .</tt></li>
</ol>
<p><a name='usage'></a></p>
<h3>Usage</h3>
<ol>
<li>open the .PHP file in a text editor, on the line <code>$dev_id = "???"</code> insert your developer ID</li>
<li>upload the PHP file to wp-content/plugins/</li>
<li>activate the plugin from the Dashboard, Plugins menu</li>
<li>go to Presentation, Template Editor, Single Post and/or Main Index. Insert this<br />
code where you want the video to appear:<br />
<code>&lt;? youtubevideos(); ?&gt;</code></li>
<li>when you post, use the code: <code>&lt;!--youtube:YourTagHere--></code> to tell the plugin what video topic you want to show. For example, if you want a video on horses, put <code>&lt;!--youtube:horses--></code> at the end of your post. </li>
<li>that&#8217;s it. To change the number of videos shown or to tweak the filter settings, you have to modify that within the plugin PHP file itself.</li>
<li>Let me know of any bugs you find, or any tweaks you have made (this is a community after all <img src='http://blog.ubrio.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</li>
</ol>
<p><a name='features'></a></p>
<h3>Features</h3>
<ol>
<li>Set how many videos to show, could be 1, could be 1,000</li>
<li>Setup filters to block videos that contain bad keywords and keep your blog respectable</li>
<li>Change the output template to display the videos any way you want to better incorporate it with your blog</li>
<li>Manually add your own taggings to show videos you want.</li>
</ol>
<p><a name='changelog'></a></p>
<h3>Change Log</h3>
<ul>
<li><em>May 13</em> I just looked through this code and it is pretty sloppy, sorry. Use this as an example or starting point for your own plugin &#8212; or, if it still works, use it. Just a heads up (don&#8217;t judge me by that code <img src='http://blog.ubrio.us/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )
<li><em>Oct 4</em> the new version needs to be tested &#8211; ill try to get to that today</li>
<li><em>Oct 4</em> Thanks to Mr. Nuck Chorris, the SimpleTags is now phased out, I have updated the file.</li>
<li><em>Oct 3</em> I removed the YouTube Developer ID, please use your own <img src='http://blog.ubrio.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li><em>Oct 3</em> I am going to work on this again now that I am back. If you found bugs or have ideas for it, please send me an email and I will try to include them. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.ubrio.us/php/youtube-wordpress-plugin-with-technorati-tags/feed/</wfw:commentRss>
		<slash:comments>90</slash:comments>
		</item>
	</channel>
</rss>

