<?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>BitFreedom</title>
	<atom:link href="http://bitfreedom.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitfreedom.com</link>
	<description>Somebody set us up the blog!</description>
	<lastBuildDate>Wed, 20 Jan 2010 07:03:43 +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>Dragonskin Child Themes</title>
		<link>http://bitfreedom.com/dragonchild/</link>
		<comments>http://bitfreedom.com/dragonchild/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 06:50:55 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[BitFreedom]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=139</guid>
		<description><![CDATA[The Dragonskin Theme now also had child themes to give your site the skin of a different colored dragon.  The child themes should be included in the download for the theme, and are simply used to modify the color scheme.  You select them just as any other theme.

Dragonskin Gold
Dragonskin Green
]]></description>
			<content:encoded><![CDATA[<p>The <a href="/dragonskin">Dragonskin Theme</a> now also had child themes to give your site the skin of a different colored dragon.  The child themes should be included in the download for the theme, and are simply used to modify the color scheme.  You select them just as any other theme.</p>
<p><span id="more-139"></span></p>
<h3><a href="http://heroesonly.com/?preview=1&amp;template=dragonskin&amp;stylesheet=dragonskin-gold">Dragonskin Gold</a></h3>
<div id="attachment_141" class="wp-caption aligncenter" style="width: 310px"><a href="http://heroesonly.com/?preview=1&amp;template=dragonskin&amp;stylesheet=dragonskin-gold"><img src="http://bitfreedom.com/files/2010/01/screenshot.png" alt="Dragonskin Gold Screenshot" title="Dragonskin Gold" width="300" height="225" class="size-full wp-image-141" /></a><p class="wp-caption-text">Dragonskin Gold</p></div>
<h3><a href="http://heroesonly.com/?preview=1&amp;template=dragonskin&amp;stylesheet=dragonskin-green">Dragonskin Green</a></h3>
<div id="attachment_144" class="wp-caption aligncenter" style="width: 310px"><a href="http://heroesonly.com/?preview=1&amp;template=dragonskin&amp;stylesheet=dragonskin-green"><img src="http://bitfreedom.com/files/2010/01/screenshot1.png" alt="Dragonskin Green Screenshot" title="Dragonskin Green" width="300" height="225" class="size-full wp-image-144" /></a><p class="wp-caption-text">Dragonskin Green</p></div>
]]></content:encoded>
			<wfw:commentRss>http://bitfreedom.com/dragonchild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically show WP-PostRatings on your posts</title>
		<link>http://bitfreedom.com/auto-wp-postratings/</link>
		<comments>http://bitfreedom.com/auto-wp-postratings/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 05:36:34 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[BitFreedom]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=134</guid>
		<description><![CDATA[For the longest time, my Dragonskin Theme has had WP-PostRatings integration.  Recently I removed the integration because it is easy to modify the rating plugin to accomplish the same goal.  (I hope that in the future WP-PostRatings will provide a simple way to do this through the admin interface&#8211;it really isn&#8217;t that hard.)

All [...]]]></description>
			<content:encoded><![CDATA[<p>For the longest time, my <a href="/dragonskin">Dragonskin Theme</a> has had WP-PostRatings integration.  Recently I removed the integration because it is easy to modify the rating plugin to accomplish the same goal.  (I hope that in the future WP-PostRatings will provide a simple way to do this through the admin interface&#8211;it really isn&#8217;t that hard.)</p>
<p><span id="more-134"></span></p>
<p>All you need to do is open wp-postratings/wp-postratings.php and find a line that looks like this:</p>
<p><code>//add_action('the_content', 'add_ratings_to_content');</code></p>
<p>Simply uncommenting that line will put the post ratings at the bottom of every post and page.  In <a href="/dragonskin">Dragonskin</a>, I only included it on posts and at the top.  To achieve the same, make some modifications to the next block of code, so that it looks like this:</p>
<p><code><br />
function add_ratings_to_content($content) {<br />
        if (!is_feed()|!is_page()) {<br />
                $content = the_ratings('div', 0, false).$content;<br />
        }<br />
        return $content;<br />
}<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://bitfreedom.com/auto-wp-postratings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Akismet Class with Spamwords for phpBB2</title>
		<link>http://bitfreedom.com/akismet-class-spamwords-phpbb2/</link>
		<comments>http://bitfreedom.com/akismet-class-spamwords-phpbb2/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 22:02:24 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[BitFreedom]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=125</guid>
		<description><![CDATA[I followed the instructions here for installing an akismet-based spam filter on phpBB2, but I found that it didn&#8217;t play nicely enough with the current Akismet API.  So instead, I downloaded an Akismet class and used that instead.  Basically, you should use Akismet.class.php instead of functions_akismet.php in your spamwords.php file.

Install the spamwords mod
Download Akismet.class.php and [...]]]></description>
			<content:encoded><![CDATA[<p>I followed the instructions <a href="http://www.eadz.co.nz/blog/article/phpbb-akismet.html">here</a> for installing an akismet-based spam filter on phpBB2, but I found that it didn&#8217;t play nicely enough with the current Akismet API.  So instead, I downloaded an <a href="http://www.achingbrain.net/stuff/php/akismet">Akismet class</a> and used that instead.  Basically, you should use Akismet.class.php instead of functions_akismet.php in your spamwords.php file.<span id="more-125"></span></p>
<ol>
<li>Install the spamwords mod</li>
<li>Download Akismet.class.php and put this under your phpBB2 includes/ directory</li>
<li>Modify the <a href="/files/spamwords.txt">spamwords.php file so that it looks like this</a> (include your Akismet API at the top):</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://bitfreedom.com/akismet-class-spamwords-phpbb2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPMU Recent Posts Widget</title>
		<link>http://bitfreedom.com/wpmu-posts-widget/</link>
		<comments>http://bitfreedom.com/wpmu-posts-widget/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 17:16:06 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[BitFreedom]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=84</guid>
		<description><![CDATA[First of all, let me preface this posting by saying there are a lot of versions of a &#8220;sitewide&#8221; plugin to show recent posts.  There are however, no widgetized versions that I could find, so I made a simple one.

Download WPMU Recent Posts Widget

]]></description>
			<content:encoded><![CDATA[<p>First of all, let me preface this posting by saying there are a lot of versions of a &#8220;sitewide&#8221; plugin to show recent posts.  There are however, no widgetized versions that I could find, so I made a simple one.</p>
<p><span id="more-84"></span></p>
<p><a href="http://wpmudev.org/project/wpmu-recent-posts-widget/download">Download WPMU Recent Posts Widget<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bitfreedom.com/wpmu-posts-widget/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Dragonskin WordPress Theme</title>
		<link>http://bitfreedom.com/dragonskin/</link>
		<comments>http://bitfreedom.com/dragonskin/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 06:28:01 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=64</guid>
		<description><![CDATA[Wrap your blog in the skin of a dragon!  This is a dark theme that has a nice look for RPG and gaming sites.  I originally developed this theme to go along with my D&#38;D fan site.  It features CSS-drive drop-down menus, support for multiple authors, and fluid width for flexible resolutions. [...]]]></description>
			<content:encoded><![CDATA[<p>Wrap your blog in the skin of a dragon!  This is a dark theme that has a nice look for RPG and gaming sites.  I originally developed this theme to go along with <a href="http://heroesonly.com/">my D&amp;D fan site</a>.  It features CSS-drive drop-down menus, support for multiple authors, and fluid width for flexible resolutions.  (See below for full list of features and details.)</p>
<p><span id="more-64"></span></p>
<p><strong>If you like this theme please <a title="WordPress" href="http://wordpress.org/extend/themes/dragonskin">rate it at WordPress</a>!</strong></p>
<div id="attachment_28" class="wp-caption aligncenter" style="width: 310px"><a href="http://heroesonly.com/"><img class="size-full wp-image-28" src="http://bitfreedom.com/files/2008/10/screenshot.png" alt="dragonskin screenshot" width="300" height="225" /></a><p class="wp-caption-text">Example Site Using Dragonskin</p></div>
<p style="text-align: center">
<h3>Features</h3>
<ul>
<li>Widget enabled</li>
<li>Gravatar enabled</li>
<li>Drop-down menu</li>
<li>Supports an optional header image to replace the text tile (just include an image as images/header.gif)</li>
</ul>
<h3>Integrated Support for Plugins</h3>
<ul>
<li><a title="Random Redirect" href="http://ma.tt/2007/04/random-redirect-plugin/">Random Redirect</a></li>
<li><a href="http://wordpress.org/extend/plugins/co-authors/">Coauthors</a></li>
<li><a href="http://wordpress.org/extend/plugins/smart-404/">Smart 404</a></li>
</ul>
<h3>Image Credits</h3>
<ul>
<li>Bowie J. Poag</li>
<li><a title="Brilliant Button Maker" href="http://www.lucazappa.com/brilliantMaker/buttonImage.php">Brilliant Button Maker</a> &#8211; for the 80&#215;15 badges</li>
<li><a title="The Hobbit template" href="http://templates.arcsin.se/the-hobbit-website-template/">Arcsin Website Templates</a> &#8211; for the border image</li>
</ul>
<h3>Download</h3>
<p><strong><a href='/files/2008/10/dragonskin-1.3.zip'>Version 1.3</a> &#8211; January 10, 2010</strong></p>
<ul>
<li>Added image for nicer looking blockquote</li>
<li>Added comment capability back to pages (but don&#8217;t display &#8220;comments disabled&#8221; when turned off)</li>
<li>Added support for local favicon</li>
<li>Added two <a href="http://bitfreedom.com/dragonchild">child themes</a></li>
<li>Removed WP-PostRatings integration, <a href="http://bitfreedom.com/auto-wp-postratings">integration can be done by editing the plugin</a></li>
</ul>
<p><strong><a href="/files/2008/10/dragonskin-1.2.zip">Version 1.2</a> &#8211; September 22nd, 2009</strong></p>
<ul>
<li>Separated the navigation bar to a separate file for easier modification (navbar.php)</li>
<li>Reduced the post area/black scroll width to see a little more of the background</li>
<li>Reduced transfer size (dragonskin-4bit.png)</li>
<li>Expanded author profile page to include all posts listing</li>
<li>Fixed bug that occurs if you have the optional files set unreadable &#8211; won&#8217;t generate an error on files existing without permissions</li>
<li>Added support for plugins
<ul>
<li> Coauthors</li>
<li>Smart 404</li>
</ul>
</li>
<li> Replaced deprecated: link_pages, wp_list_cats, get_archives</li>
<li>Changed to display subcategories inline in drop-down menu</li>
<li> Removed code for Similar Posts plugin &#8211; the plugin includes a way to insert itself through the admin interface</li>
<li> Removed static-sidebar.php support</li>
<li> Removed clickheat support &#8211; <a href="http://wordpress.org/extend/plugins/easy-clickheat-intergration-plugin/">http://wordpress.org/extend/plugins/easy-clickheat-intergration-plugin/</a></li>
<li> Removed post-banner.php support &#8211; suggest to use <a href="http://wordpress.org/extend/plugins/smart-ads/">http://wordpress.org/extend/plugins/smart-ads/</a></li>
</ul>
<p><strong><a title="Dragonskin version 1.1" href="/archive/software/wp-themes/dragonskin-1.1.zip">Version 1.1</a> &#8211; December 9th, 2008</strong></p>
<ul>
<li>Fixed some accidental plugs for <a title="Heroes Only" href="http://heroesonly.com/">Heroes Only</a>.</li>
<li>Fixed sidebar bug on archive pages pushing sidebar below the content</li>
<li>Licensed under GPL</li>
</ul>
<p><strong><a title="Dragonskin Wordpress Theme" href="/archive/software/wp-themes/dragonskin-1.0.zip">Version 1.0</a> &#8211; October 17th, 2008</strong></p>
<p><strong>If you like this theme please <a title="WordPress" href="http://wordpress.org/extend/themes/dragonskin">rate it at WordPress</a>!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://bitfreedom.com/dragonskin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Post your LinkedIn résumé on your blog</title>
		<link>http://bitfreedom.com/linkedin-hresume/</link>
		<comments>http://bitfreedom.com/linkedin-hresume/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 20:39:43 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=22</guid>
		<description><![CDATA[This plugin is an update of the plugin at http://wordpress.org/extend/plugins/linkedin-hresume/ originally written by Brad Touesnard.  I made these modifications so that it could be used with WPMU.  This version doesn&#8217;t require you to edit the plugin file therefore can be used for multiple resume/CVs.  It allows you to import and post your [...]]]></description>
			<content:encoded><![CDATA[<p>This plugin is an update of the plugin at <a href="http://wordpress.org/extend/plugins/linkedin-hresume/">http://wordpress.org/extend/plugins/linkedin-hresume/</a> originally written by <a href="http://bradt.ca/">Brad Touesnard</a>.  I made these modifications so that it could be used with WPMU.  This version doesn&#8217;t require you to edit the plugin file therefore can be used for multiple resume/CVs.  It allows you to import and post your résumé from LinkedIn easily in 3 steps:<span id="more-22"></span></p>
<ol>
<li>Set your public profile to include all your resume information.  (Remember the URL for your public profile.)</li>
<li>Upload the plugin to the plugins/ or mu-plugins/ directory</li>
<li>Create a page and include your URL in the following format:  &lt;!&#8211;hResume:First Last;http://linkedin/url/to/profile/ &#8211;&gt;</li>
</ol>
<pre>(For example, &lt;!--hResume:Angelo Bertolli;<a href="http://www.linkedin.com/in/bertolli">http://www.linkedin.com/in/bertolli</a> --&gt;)</pre>
<p>Yes, this plugin works on both WPMU and WordPress!</p>
<p><a href="http://wpmudev.org/project/LinkedIn-hResume-for-WPMU">Download LinkedIn hResume</a></p>
<p><strong>Note to BitFreedom users:</strong></p>
<p>This plugin is already installed and available on your blog.  Simply set up your public LinkedIn profile and use the format</p>
<pre>&lt;!--hResume:First Last;http://linkedin/url/to/profile/ --&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://bitfreedom.com/linkedin-hresume/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using ScribeFire to Post</title>
		<link>http://bitfreedom.com/use-scribefire-to-post/</link>
		<comments>http://bitfreedom.com/use-scribefire-to-post/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 06:57:18 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[BitFreedom]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/use-scribefire-to-post</guid>
		<description><![CDATA[Do you use Firefox?  Of course you do.  So you really need to know about this addon/plugin:  ScribeFire.


Scribefire is a tool that allows you to post to your blog quickly and easily directly from an interface within Firefox, while browsing other sites.  Scribefire works with the blogs here at BitFreedom, and [...]]]></description>
			<content:encoded><![CDATA[<p>Do you use <a href="http://www.mozilla.com/firefox/">Firefox</a>?  Of course you do.  So you really need to know about this addon/plugin:  <a href="http://www.scribefire.com/">ScribeFire</a>.</p>
<p><span id="more-12"></span></p>
<p><img src="http://bitfreedom.com/files/2007/12/scribefire.png" /></p>
<p>Scribefire is a tool that allows you to post to your blog quickly and easily directly from an interface within Firefox, while browsing other sites.  Scribefire works with the blogs here at BitFreedom, and is my recommended desktop composer.  And best of all, since it&#8217;s a Firefox addon, it works on both Linux and Windows.  If you&#8217;d like to give ScribeFire a try, check out the <a href="http://www.scribefire.com/getting-started/">Getting Started</a> page.</p>
<p>By the way, this post was written using&#8211;yes that&#8217;s right&#8211;ScribeFire.</p>
]]></content:encoded>
			<wfw:commentRss>http://bitfreedom.com/use-scribefire-to-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CutlineNegative</title>
		<link>http://bitfreedom.com/cutlinenegative/</link>
		<comments>http://bitfreedom.com/cutlinenegative/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 06:18:51 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/cutlinenegative</guid>
		<description><![CDATA[The CutlineNegative theme for Wordpress is based on the Cutline theme by Chris Pearson.  It&#8217;s main feature is that it produces a gray-on-black Cutline instead of the typical black-on-white.


Download CutlineNegative-1.1 ZIP file
It has a few other personal tweaks, but if all you really care about is the color scheme, then you can simply download [...]]]></description>
			<content:encoded><![CDATA[<p>The CutlineNegative theme for Wordpress is based on the <a href="http://cutline.tubetorial.com/">Cutline</a> theme by Chris Pearson.  It&#8217;s main feature is that it produces a gray-on-black Cutline instead of the typical black-on-white.</p>
<p><span id="more-10"></span></p>
<p><a href="http://angelo.bitfreedom.com/"><img src="http://bitfreedom.com/files/2007/12/cutlinenegative-screenshot.png" alt="CutlineNegative Screenshot" /></a></p>
<p><a title="CutlineNegative-1.1 ZIP file" href="http://bitfreedom.com/files/2007/12/cutlinenegative-1_1.zip">Download CutlineNegative-1.1 ZIP file</a></p>
<p>It has a few other personal tweaks, but if all you really care about is the color scheme, then you can simply download the custom.css file instead. Simply replace custom.css in the Cutline theme with the file below.</p>
<p><a title="CutlineNegative-1.1 CSS file" href="http://bitfreedom.com/files/2007/12/cutlinenegative-custom.css">Download CutlineNegative-1.1 CSS file</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bitfreedom.com/cutlinenegative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedded Video with Link</title>
		<link>http://bitfreedom.com/embedded-video-with-link/</link>
		<comments>http://bitfreedom.com/embedded-video-with-link/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 09:57:32 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[BitFreedom]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/blog/2007/10/18/embedded-video-with-link/</guid>
		<description><![CDATA[If you want to post videos at bitfreedom.com, active the Embedded Video with Link plugin, and then use the following instructions to include your video.
If not using the WYSIWYG editor, a code snippet with the following format must be inserted into the blog post to include videos:
[portal-id video-id linktext]
The IDs for the different portals can [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to post videos at bitfreedom.com, active the <a href="http://www.jovelstefan.de/embedded-video/">Embedded Video with Link plugin</a>, and then use the following instructions to include your video.<br />
If not using the WYSIWYG editor, a code snippet with the following format must be inserted into the blog post to include videos:<span id="more-3"></span></p>
<blockquote><p>[portal-id video-id linktext]</p></blockquote>
<p>The IDs for the different portals can be found <a href="http://www.jovelstefan.de/embedded-video/#portalids">beneath</a>.<br />
The ID of the video must be copied from the original URL. This is slightly different for the various video portals, you can find an instruction <a href="http://www.jovelstefan.de/embedded-video/#videoids">beneath</a> as well.</p>
<p>The string you choose for the ‘linktext’ part will be included into the linktext below the video. Space characters are permitted.</p>
<p>Example: By typing in ‘[There is a video that cannot be displayed in this feed. <a href="http://bitfreedom.com/embedded-video-with-link/">Visit the blog entry to see the video.]</a>’ the YouTube video with ID ‘83FWE2qBudU’ is included and below a link to that video with the linktext ‘YouTube direct thing’ (as said before, you can configure the prefix ‘direct’ on the plugin configuration page). You can also skip the ‘thing’ string (eg ‘[There is a video that cannot be displayed in this feed. <a href="http://bitfreedom.com/embedded-video-with-link/">Visit the blog entry to see the video.]</a>’), the result will be generated correctly anyway (without any ‘thing’, of course).</p>
<p>If you don’t want any link below the video, just type ‘nolink’ as linktext, eg ‘[youtube  83FWE2qBudU  nolink]’.</p>
<p>I’m sorry that there is no link shown for dailymotion videos!</p>
<p>If you have any questions, found bugs or require more features, just leave a comment on this page!</p>
<p><strong>portal IDs for the supported portals</strong></p>
<p><em>video portal</em> –&gt; <em>required portal-id</em></p>
<p>Local file –&gt; local<br />
YouTube –&gt; youtube<br />
Google Video –&gt; google<br />
Sevenload –&gt; sevenload<br />
Clipfish –&gt; clipfish<br />
MyVideo –&gt; myvideo<br />
Revver –&gt; revver<br />
Metacafé –&gt; metacafe<br />
Yahoo! Video –&gt; yahoo<br />
Myspace Video –&gt; myspace<br />
ifilm –&gt; ifilm<br />
brightcove –&gt; brightcove<br />
aniBOOM –&gt; aniboom<br />
dailymotion –&gt; dailymotion<br />
GUBA –&gt; guba<br />
vimeo –&gt; vimeo<br />
Garage TV –&gt; garagetv<br />
GameVideos –&gt; gamevideo<br />
vSocial –&gt; vsocial<br />
Veoh –&gt; veoh</p>
<p><strong>Find out video IDs</strong></p>
<p>URL of the video (ID of the video in bold letters):</p>
<p><a href="http://www.youtube.com/watch?v=">http://www.youtube.com/watch?v=</a><strong>WnRHItFtlxY</strong></p>
<p><a href="http://video.google.com/videoplay?docid=">http://video.google.com/videoplay?docid=</a><strong>-708218345413567790</strong></p>
<p><a href="http://www.myvideo.de/watch/">http://www.myvideo.de/watch/</a><strong>33951</strong></p>
<p><a href="http://www.clipfish.de/player.php?videoid=">http://www.clipfish.de/player.php?videoid=</a><strong>MTM0Njk4fDI</strong></p>
<p><a href="http://sevenload.de/videos/">http://sevenload.de/videos/</a><strong>kJ5Fgt8</strong>-9GvM/… (until minus)</p>
<p><a href="http://one.revver.com/watch/">http://one.revver.com/watch/</a><strong>137654</strong></p>
<p><a href="http://www.metacafe.com/watch/">http://www.metacafe.com/watch/</a><strong>377290/oooppss</strong>/ (without last slash!)</p>
<p><a href="http://video.yahoo.com/video/play?vid=">http://video.yahoo.com/video/play?vid=</a><strong>090c3bbef175fe5d3025122dde3cd323.1624765</strong></p>
<p><a href="http://www.ifilm.com/video/">http://www.ifilm.com/video/</a><strong>2810469</strong></p>
<p><a href="http://vids.myspace.com/index.cfm?fuseaction=vids&amp;videoid=">http://vids.myspace.com/index.cfm?fuseaction=vids&amp;videoid=</a><strong>1604795854</strong></p>
<p><a href="http://www.brightcove.com/title.jsp?title=">http://www.brightcove.com/title.jsp?title=</a><strong>459255814</strong></p>
<p><a href="http://www.aniboom.com/Player.aspx?v=">http://www.aniboom.com/Player.aspx?v=</a><strong>1013</strong></p>
<p><a href="http://www.guba.com/watch/">http://www.guba.com/watch/</a><strong>3000004895</strong></p>
<p><a href="http://www.vimeo.com/clip">http://www.vimeo.com/clip</a>:<strong>140711</strong></p>
<p><a href="http://gamevideos.com/video/id/">http://gamevideos.com/video/id/</a><strong>9990</strong> (You’ll find the video URL in the box on the right of the video!)</p>
<p><a href="http://www.vsocial.com/video/?d=">http://www.vsocial.com/video/?d=</a><strong>84178</strong></p>
<p><a href="http://www.veoh.com/videos/">http://www.veoh.com/videos/</a><strong>v7452705xEtKJWZ</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://bitfreedom.com/embedded-video-with-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
