<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Foliovision Support forums &#187; Topic: How to insert flowplayer object outside the post?</title>
		<link>http://foliovision.com/support/fv-wordpress-flowplayer/how-to/how-to-insert-flowplayer-object-outside-the-post</link>
		<description>Foliovision Support forums &raquo; Topic: How to insert flowplayer object outside the post?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 18:39:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://foliovision.com/support/search.php</link>
		</textInput>
		<atom:link href="http://foliovision.com/support/rss/topic/how-to-insert-flowplayer-object-outside-the-post" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "How to insert flowplayer object outside the post?"</title>
			<link>http://foliovision.com/support/fv-wordpress-flowplayer/how-to/how-to-insert-flowplayer-object-outside-the-post#post-353</link>
			<pubDate>Wed, 17 Aug 2011 15:40:57 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">353@http://foliovision.com/support/</guid>
			<description>&#60;p&#62;test rest trstrs
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Anonymous on "How to insert flowplayer object outside the post?"</title>
			<link>http://foliovision.com/support/fv-wordpress-flowplayer/how-to/how-to-insert-flowplayer-object-outside-the-post#post-352</link>
			<pubDate>Wed, 17 Aug 2011 15:35:49 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">352@http://foliovision.com/support/</guid>
			<description>&#60;p&#62;test
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>zdenka on "How to insert flowplayer object outside the post?"</title>
			<link>http://foliovision.com/support/fv-wordpress-flowplayer/how-to/how-to-insert-flowplayer-object-outside-the-post#post-344</link>
			<pubDate>Wed, 17 Aug 2011 13:21:34 +0000</pubDate>
			<dc:creator>zdenka</dc:creator>
			<guid isPermaLink="false">344@http://foliovision.com/support/</guid>
			<description>&#60;p&#62;trest test rest
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Anonymous on "How to insert flowplayer object outside the post?"</title>
			<link>http://foliovision.com/support/fv-wordpress-flowplayer/how-to/how-to-insert-flowplayer-object-outside-the-post#post-343</link>
			<pubDate>Wed, 17 Aug 2011 13:19:56 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">343@http://foliovision.com/support/</guid>
			<description>&#60;p&#62;zzdezdezde
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Anonymous on "How to insert flowplayer object outside the post?"</title>
			<link>http://foliovision.com/support/fv-wordpress-flowplayer/how-to/how-to-insert-flowplayer-object-outside-the-post#post-342</link>
			<pubDate>Wed, 17 Aug 2011 13:03:22 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">342@http://foliovision.com/support/</guid>
			<description>&#60;p&#62;Test test test
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Anonymous on "How to insert flowplayer object outside the post?"</title>
			<link>http://foliovision.com/support/fv-wordpress-flowplayer/how-to/how-to-insert-flowplayer-object-outside-the-post#post-341</link>
			<pubDate>Wed, 17 Aug 2011 11:30:04 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">341@http://foliovision.com/support/</guid>
			<description>&#60;p&#62;test
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Anonymous on "How to insert flowplayer object outside the post?"</title>
			<link>http://foliovision.com/support/fv-wordpress-flowplayer/how-to/how-to-insert-flowplayer-object-outside-the-post#post-340</link>
			<pubDate>Wed, 17 Aug 2011 11:15:46 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">340@http://foliovision.com/support/</guid>
			<description>&#60;p&#62;Testing resgitreatttrr
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>zdenka on "How to insert flowplayer object outside the post?"</title>
			<link>http://foliovision.com/support/fv-wordpress-flowplayer/how-to/how-to-insert-flowplayer-object-outside-the-post#post-9</link>
			<pubDate>Fri, 22 Jul 2011 10:31:10 +0000</pubDate>
			<dc:creator>zdenka</dc:creator>
			<guid isPermaLink="false">9@http://foliovision.com/support/</guid>
			<description>&#60;p&#62;You need to use following code to include the shortcode into a sidebar:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo apply_filters(&#38;#039;the_content&#38;#039;, &#38;#039;[flowplayer src=yourvideo.mp4 width=240 height=320]&#38;#039;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Fill the Flowplayer shortcode part according to your needs. The apply filter needs to be called because the flowplayer shortcodes are not parsen outside posts automatically. Also, please do not forget to add the echo at the beginning.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>zdenka on "How to insert flowplayer object outside the post?"</title>
			<link>http://foliovision.com/support/fv-wordpress-flowplayer/how-to/how-to-insert-flowplayer-object-outside-the-post#post-8</link>
			<pubDate>Fri, 22 Jul 2011 10:30:51 +0000</pubDate>
			<dc:creator>zdenka</dc:creator>
			<guid isPermaLink="false">8@http://foliovision.com/support/</guid>
			<description>&#60;p&#62;You need to use following code to include the shortcode into a sidebar:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo apply_filters(&#38;#039;the_content&#38;#039;, &#38;#039;[flowplayer src=yourvideo.mp4 width=240 height=320]&#38;#039;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Fill the Flowplayer shortcode part according to your needs. The apply filter needs to be called because the flowplayer shortcodes are not parsen outside posts automatically. Also, please do not forget to add the echo at the beginning.
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>
