<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: WordPress: Add iframes to your post using custom fields and shortcodes</title>
	<atom:link href="http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/</link>
	<description>information design</description>
	<lastBuildDate>Mon, 24 Oct 2011 09:39:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Von: Allison</title>
		<link>http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/#comment-8825</link>
		<dc:creator>Allison</dc:creator>
		<pubDate>Mon, 24 Oct 2011 09:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.vividvisions.com/?p=525#comment-8825</guid>
		<description>Thank you so much! Went through 3 different plugins trying to find a decent workaround to display an ad widget properly, but this finally did the trick. Bookmarked for future sites...</description>
		<content:encoded><![CDATA[<p>Thank you so much! Went through 3 different plugins trying to find a decent workaround to display an ad widget properly, but this finally did the trick. Bookmarked for future sites&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Steve</title>
		<link>http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/#comment-8774</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 13 Sep 2011 08:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.vividvisions.com/?p=525#comment-8774</guid>
		<description>Thanks, I owe you a beer - you just saved me hours of work and research!</description>
		<content:encoded><![CDATA[<p>Thanks, I owe you a beer &#8211; you just saved me hours of work and research!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Henrik</title>
		<link>http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/#comment-8772</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Mon, 25 Jul 2011 18:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.vividvisions.com/?p=525#comment-8772</guid>
		<description>I see now that it may have been a coincidence that made me believe the problem was with me. The hoster has had some problems today while they updated.</description>
		<content:encoded><![CDATA[<p>I see now that it may have been a coincidence that made me believe the problem was with me. The hoster has had some problems today while they updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Henrik</title>
		<link>http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/#comment-8771</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Mon, 25 Jul 2011 18:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.vividvisions.com/?p=525#comment-8771</guid>
		<description>@Walter: Thanks for a very quick reply. I did not find the problem, but for some reason it solved itself when I replaced the function.php file for the fourth time :/ 

I must admit im a bit scared to mess with the file again. So I think im gonna backup before I try again. But so that its perfectly clear, I just copy the code, go to the end of the file and paste it in right before the ?&gt; tags? 

I am really not a n00b, but I sure feel like one today ;)</description>
		<content:encoded><![CDATA[<p>@Walter: Thanks for a very quick reply. I did not find the problem, but for some reason it solved itself when I replaced the function.php file for the fourth time :/ </p>
<p>I must admit im a bit scared to mess with the file again. So I think im gonna backup before I try again. But so that its perfectly clear, I just copy the code, go to the end of the file and paste it in right before the ?&gt; tags? </p>
<p>I am really not a n00b, but I sure feel like one today <img src='http://www.vividvisions.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Walter</title>
		<link>http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/#comment-8770</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Mon, 25 Jul 2011 14:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.vividvisions.com/?p=525#comment-8770</guid>
		<description>@Henrik: If the functions.php file is back to its original state, there shouldn&#039;t be a problem. You can try to rename it and create an empty functions.php file and start adding the functions from your file one by one and test it each time. Just make sure that all PHP functions are nested within the &lt; ?php … ?&gt; tags.</description>
		<content:encoded><![CDATA[<p>@Henrik: If the functions.php file is back to its original state, there shouldn&#8217;t be a problem. You can try to rename it and create an empty functions.php file and start adding the functions from your file one by one and test it each time. Just make sure that all PHP functions are nested within the < ?php … ?> tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Walter</title>
		<link>http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/#comment-8769</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Mon, 25 Jul 2011 14:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.vividvisions.com/?p=525#comment-8769</guid>
		<description>@Ellis: I have a base theme template which I use for nearly all of my projects. This function is part of it, so I don&#039;t need this as a Plugin. But go for it, good idea!</description>
		<content:encoded><![CDATA[<p>@Ellis: I have a base theme template which I use for nearly all of my projects. This function is part of it, so I don&#8217;t need this as a Plugin. But go for it, good idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Henrik</title>
		<link>http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/#comment-8768</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Mon, 25 Jul 2011 14:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.vividvisions.com/?p=525#comment-8768</guid>
		<description>I need help! I tried implementing this code in the function.php file, but first i plassed it wrong (plassed it in the end of the file, after ?&gt;. I deleted the code I added, but now things are f**ed up. If i try to change anything in the Admin panel. Logging out, editing files or preview post, a white page appears and nothing more.. :s The function file is back to normal (before i started), but that did not help.</description>
		<content:encoded><![CDATA[<p>I need help! I tried implementing this code in the function.php file, but first i plassed it wrong (plassed it in the end of the file, after ?&gt;. I deleted the code I added, but now things are f**ed up. If i try to change anything in the Admin panel. Logging out, editing files or preview post, a white page appears and nothing more.. :s The function file is back to normal (before i started), but that did not help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Ellis Benus - Web Design Columbia Mo</title>
		<link>http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/#comment-8767</link>
		<dc:creator>Ellis Benus - Web Design Columbia Mo</dc:creator>
		<pubDate>Fri, 22 Jul 2011 13:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vividvisions.com/?p=525#comment-8767</guid>
		<description>Have you thought about turning this into a Plugin for Wordpress? I find myself using this thing on every site I&#039;m developing. If you don&#039;t want to, I would love to write this as a plugin and credit you. Let me know!</description>
		<content:encoded><![CDATA[<p>Have you thought about turning this into a Plugin for WordPress? I find myself using this thing on every site I&#8217;m developing. If you don&#8217;t want to, I would love to write this as a plugin and credit you. Let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Powderflask</title>
		<link>http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/#comment-8760</link>
		<dc:creator>Powderflask</dc:creator>
		<pubDate>Fri, 01 Jul 2011 05:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.vividvisions.com/?p=525#comment-8760</guid>
		<description>This is so elegant, and hides the &quot;nasty&quot; code from the content editor.  I love it - I can already see several other nifty uses for this technique.  
Thank You!!</description>
		<content:encoded><![CDATA[<p>This is so elegant, and hides the &#8220;nasty&#8221; code from the content editor.  I love it &#8211; I can already see several other nifty uses for this technique.<br />
Thank You!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Walter</title>
		<link>http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/#comment-8755</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Tue, 14 Jun 2011 21:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.vividvisions.com/?p=525#comment-8755</guid>
		<description>@menyl: Just put the code at the end between &lt;code&gt;));&lt;/code&gt; and &lt;code&gt;?&gt;&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>@menyl: Just put the code at the end between <code>));</code> and <code>?></code>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.vividvisions.com @ 2012-02-05 08:52:48 -->
