<?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>OpenSourceEditor &#187; random-post-box</title>
	<atom:link href="http://www.open-source-editor.com/tag/random-post-box/feed" rel="self" type="application/rss+xml" />
	<link>http://www.open-source-editor.com</link>
	<description>Thoughts on software and webservices.</description>
	<lastBuildDate>Tue, 20 Sep 2011 12:47:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Random Post Box</title>
		<link>http://www.open-source-editor.com/wordpress/random-post-box.html</link>
		<comments>http://www.open-source-editor.com/wordpress/random-post-box.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 07:47:54 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[random-post-box]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=277</guid>
		<description><![CDATA[Download Random Post Box from WordPress.org See the plugin in use on Retrocamera.net (the little box below the first post). Random Post Box is a WordPress plugin. It will let you place a box (div) anywhere on your blog, with templatetag or shortcode, and load random posts with an interval and fade effect. It uses [...]]]></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%2Fwww.open-source-editor.com%2Fwordpress%2Frandom-post-box.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Fwordpress%2Frandom-post-box.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href='http://wordpress.org/extend/plugins/random-post-box' target="_blank" class="external"><strong>Download</strong> Random Post Box from WordPress.org</a><br />
<a href="http://www.retrocamera.net" target="_blank" rel="me" class="external">See the plugin in use on Retrocamera.net</a> (the little box below the first post).</p>
<p><em>Random Post Box</em> is a <a href="http://www.wordpress.org" target="_blank">WordPress</a> plugin. It will let you place a box (div) anywhere on your blog, with templatetag or shortcode, and load random posts with an interval and fade effect. It uses <a href="http://jquery.com/" target="_blank">jQuery</a> (Ajax) which means that the content is loaded without loading the rest of the page. The timing can be controlled in the Admin Options-panel.</p>
<p>The template tag is <code>&lt;?php random_post_box(); ?&gt;</code>. You can also use the shortcode <code>[random-post-box]</code> in a page or post.</p>
<h3>Features</h3>
<ul>
<li>Insert placeholder with template tag</li>
<li>Insert placeholder with shortcode</li>
<li>Set time for displaying the post</li>
<li>Set times for fade in and fade out affect</li>
<li>Exclude or include posts by category</li>
<li>Exclude posts by age (in days)</li>
<li>Use title only</li>
<li>Use post excerpt or bodycontent</li>
<li>Strip tags from body</li>
<li>Show/hide post metadata</li>
<li>Prepared for translation</li>
</ul>
<p><span id="more-277"></span></p>
<h3>Installation</h3>
<p>The installation is like mosts plugins:</p>
<ol>
<li>Download and extract the files</li>
<li>Upload `random-post-box` folder to the `/wp-content/plugins/` directory</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>
<li>Place `<code>&lt;?php random_post_box(); ?&gt;</code>` in your templates, or <code>[random-post-box]</code> in a page or post.</li>
</ol>
<p>The install doesn&#8217;t touch the database much, it just adds one option post.</p>
<h3>Frequently Asked Questions</h3>
<p><strong>Is there an option to display several posts?</strong><br />
Not at the moment, but it might be included in future versions. It&#8217;s not recommended to use the<br />
template tag several times on the same page.</p>
<p><strong>How can I style the box?</strong><br />
The box is a div with id &#8220;random-post-box&#8221;, and the markup inside is quite similar to the<br />
default theme.</p>
<p><strong>The box changes size when loading a new post</strong><br />
You need to set the size to something static with CSS, or use some means to control the size. Use the id &#8220;random-post-box&#8221; as described<br />
in the previous answer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/wordpress/random-post-box.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

