<?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>Comments on: Using the WordPress Shortcode API to include an external file in the post content</title>
	<atom:link href="http://www.amberpanther.com/knowledge-base/using-the-wordpress-shortcode-api-to-include-an-external-file-in-the-post-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amberpanther.com/knowledge-base/using-the-wordpress-shortcode-api-to-include-an-external-file-in-the-post-content/</link>
	<description>Soft Creativity</description>
	<lastBuildDate>Tue, 08 Jun 2010 15:15:55 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mikemick</title>
		<link>http://www.amberpanther.com/knowledge-base/using-the-wordpress-shortcode-api-to-include-an-external-file-in-the-post-content/comment-page-1/#comment-4713</link>
		<dc:creator>mikemick</dc:creator>
		<pubDate>Fri, 07 May 2010 17:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=461#comment-4713</guid>
		<description>Thank you sooooo much.  I was unable to get my shortcode to work originally.  It would always place the included file at the top of the page content.  Then I found this post and saw that the answer to my problem was output buffering.  Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you sooooo much.  I was unable to get my shortcode to work originally.  It would always place the included file at the top of the page content.  Then I found this post and saw that the answer to my problem was output buffering.  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://www.amberpanther.com/knowledge-base/using-the-wordpress-shortcode-api-to-include-an-external-file-in-the-post-content/comment-page-1/#comment-65</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Thu, 29 Oct 2009 09:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=461#comment-65</guid>
		<description>Thanks for this answer.
Actualy, the file that I&#039;d like to include contains the whole post content. So the internal search question is really important to this case. As I was looking for a way to include external content (from another administration application), I think I could use the XML-RPC interface to send full posts to my WordPress blog.

Regards,

Sébastien</description>
		<content:encoded><![CDATA[<p>Thanks for this answer.<br />
Actualy, the file that I&#8217;d like to include contains the whole post content. So the internal search question is really important to this case. As I was looking for a way to include external content (from another administration application), I think I could use the XML-RPC interface to send full posts to my WordPress blog.</p>
<p>Regards,</p>
<p>Sébastien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AmberPanther</title>
		<link>http://www.amberpanther.com/knowledge-base/using-the-wordpress-shortcode-api-to-include-an-external-file-in-the-post-content/comment-page-1/#comment-63</link>
		<dc:creator>AmberPanther</dc:creator>
		<pubDate>Thu, 29 Oct 2009 00:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=461#comment-63</guid>
		<description>Sébastien,

when using the shortcode API WordPress saves only the shortcode in the database, thus in the case of the WP Include File plugin it will save [include file=&quot;My_Include_File.php&quot;] and not the content of My_Include_File.php. The content of My_Include_File.php will be included when the post is rendered.

Now as far as search: 
The WordPress local search will not hit any keywords in the My_Include_File.php . The remedy for this is to SEO the file name with the keywords that are important to that specific post. Thus WordPress local search will find it and display it.

The major Search Engines will hit keywords within the My_Include_File.php as they fetch the rendered post. In order to get a feeling of how the search engine bots view a specific post you can use &lt;a href =&quot;http://lynx.isc.org/&quot; rel=&quot;nofollow&quot;&gt;Lynx&lt;/a&gt;, a command line based browser. This is as close as you can get to viewing your site like a bot does.

Now specifically for the Googlebot you can use the Webmaster Tools Labs, &lt;a href=&quot;http://googlewebmastercentral.blogspot.com/2009/10/fetch-as-googlebot-and-malware-details.html&quot;  rel=&quot;nofollow&quot;&gt;Fetch as Googlebot&lt;/a&gt; to see exactly what the Googlebot sees. It does see the contents of any included files with WP Include File plugin.

We hope thess answer your question.

the AmberPanther team</description>
		<content:encoded><![CDATA[<p>Sébastien,</p>
<p>when using the shortcode API WordPress saves only the shortcode in the database, thus in the case of the WP Include File plugin it will save [include file="My_Include_File.php"] and not the content of My_Include_File.php. The content of My_Include_File.php will be included when the post is rendered.</p>
<p>Now as far as search:<br />
The WordPress local search will not hit any keywords in the My_Include_File.php . The remedy for this is to SEO the file name with the keywords that are important to that specific post. Thus WordPress local search will find it and display it.</p>
<p>The major Search Engines will hit keywords within the My_Include_File.php as they fetch the rendered post. In order to get a feeling of how the search engine bots view a specific post you can use <a href ="http://lynx.isc.org/" rel="nofollow">Lynx</a>, a command line based browser. This is as close as you can get to viewing your site like a bot does.</p>
<p>Now specifically for the Googlebot you can use the Webmaster Tools Labs, <a href="http://googlewebmastercentral.blogspot.com/2009/10/fetch-as-googlebot-and-malware-details.html"  rel="nofollow">Fetch as Googlebot</a> to see exactly what the Googlebot sees. It does see the contents of any included files with WP Include File plugin.</p>
<p>We hope thess answer your question.</p>
<p>the AmberPanther team</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://www.amberpanther.com/knowledge-base/using-the-wordpress-shortcode-api-to-include-an-external-file-in-the-post-content/comment-page-1/#comment-39</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Tue, 27 Oct 2009 11:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=461#comment-39</guid>
		<description>Hi,

I wonder about blog search using include file plugin. Will content be included when the post is saved (ie included content is stored in database), or when the post is rendered by wordpress ?

Thanks.

Sébastien</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I wonder about blog search using include file plugin. Will content be included when the post is saved (ie included content is stored in database), or when the post is rendered by wordpress ?</p>
<p>Thanks.</p>
<p>Sébastien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AmberPanther : Soft Creativity &#124; WP Include File</title>
		<link>http://www.amberpanther.com/knowledge-base/using-the-wordpress-shortcode-api-to-include-an-external-file-in-the-post-content/comment-page-1/#comment-18</link>
		<dc:creator>AmberPanther : Soft Creativity &#124; WP Include File</dc:creator>
		<pubDate>Wed, 14 Oct 2009 21:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=461#comment-18</guid>
		<description>[...] If you want to learn more about the philosophy behind WP Include File you can read this article: Using the WordPress Shortcode API to include an external file in the post content [...]</description>
		<content:encoded><![CDATA[<p>[...] If you want to learn more about the philosophy behind WP Include File you can read this article: Using the WordPress Shortcode API to include an external file in the post content [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LionV&#8217;s playground &#187; Including PHP code output with the post content in WordPress</title>
		<link>http://www.amberpanther.com/knowledge-base/using-the-wordpress-shortcode-api-to-include-an-external-file-in-the-post-content/comment-page-1/#comment-17</link>
		<dc:creator>LionV&#8217;s playground &#187; Including PHP code output with the post content in WordPress</dc:creator>
		<pubDate>Wed, 14 Oct 2009 08:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.amberpanther.com/?p=461#comment-17</guid>
		<description>[...] WordPress does not allow the inclusion of PHP code within the post content. The AmberPanther team explains clearly how to overcome this deficiency&#8230; Read the article here&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress does not allow the inclusion of PHP code within the post content. The AmberPanther team explains clearly how to overcome this deficiency&#8230; Read the article here&#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
