<?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: The importance of the wp_footer(); plugin API hook</title>
	<atom:link href="http://wpgarage.com/plugins/the-importance-of-the-wp_footer-plugin-api-hook/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com/plugins/the-importance-of-the-wp_footer-plugin-api-hook/</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Thu, 26 Jan 2012 06:40:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: WP-PostRatings Not Working &#8211; Viral Videos. Fail Pics. Awesome Links.</title>
		<link>http://wpgarage.com/plugins/the-importance-of-the-wp_footer-plugin-api-hook/#comment-61528</link>
		<dc:creator>WP-PostRatings Not Working &#8211; Viral Videos. Fail Pics. Awesome Links.</dc:creator>
		<pubDate>Mon, 16 Aug 2010 17:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/?p=546#comment-61528</guid>
		<description>[...] footer.php was missing . Once I pasted that bit of code, at the very bottom of my footer.php, it worked like a charm! (No Ratings Yet) &#160;Loading ...   [...]</description>
		<content:encoded><![CDATA[<p>[...] footer.php was missing . Once I pasted that bit of code, at the very bottom of my footer.php, it worked like a charm! (No Ratings Yet) &nbsp;Loading &#8230;   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tal</title>
		<link>http://wpgarage.com/plugins/the-importance-of-the-wp_footer-plugin-api-hook/#comment-60756</link>
		<dc:creator>Tal</dc:creator>
		<pubDate>Mon, 04 Jan 2010 18:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/?p=546#comment-60756</guid>
		<description>thanks again for helping us solve the issue.
as you mentioned, wp_footer is missing for some very popular themes. (if it was mandatory, i would expect wordpress to refuse  those themes...)
and the problem with wp_header is that if you inject out of side scripts, it may slow down your site. in most popular browsers, nothing in the body runs until all the head section is retrieved, that includes those out of site scripts.
so in order to reach full compatibility without harming the performance, as a plugin author, you have to use both hooks cleverly or use a different hook.
Tal Muskal
SemantiNet</description>
		<content:encoded><![CDATA[<p>thanks again for helping us solve the issue.<br />
as you mentioned, wp_footer is missing for some very popular themes. (if it was mandatory, i would expect wordpress to refuse  those themes&#8230;)<br />
and the problem with wp_header is that if you inject out of side scripts, it may slow down your site. in most popular browsers, nothing in the body runs until all the head section is retrieved, that includes those out of site scripts.<br />
so in order to reach full compatibility without harming the performance, as a plugin author, you have to use both hooks cleverly or use a different hook.<br />
Tal Muskal<br />
SemantiNet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://wpgarage.com/plugins/the-importance-of-the-wp_footer-plugin-api-hook/#comment-60499</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 13 Nov 2009 22:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/?p=546#comment-60499</guid>
		<description>There is no point in placing the function inside DIV tags. Just place it before the &lt;/body&gt; tag instead.
The wp_footer() function is primarily used for loading javascript hence you want it at the bottom of the page, directly before the &lt;/body&gt; tag.
 </description>
		<content:encoded><![CDATA[<p>There is no point in placing the function inside DIV tags. Just place it before the &lt;/body&gt; tag instead.<br />
The wp_footer() function is primarily used for loading javascript hence you want it at the bottom of the page, directly before the &lt;/body&gt; tag.<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Voya</title>
		<link>http://wpgarage.com/plugins/the-importance-of-the-wp_footer-plugin-api-hook/#comment-60487</link>
		<dc:creator>Voya</dc:creator>
		<pubDate>Thu, 12 Nov 2009 14:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/?p=546#comment-60487</guid>
		<description>wp_head() and wp_footer() are a &lt;strong&gt;must &lt;/strong&gt;for every wordpress theme, if you want to use plugin.</description>
		<content:encoded><![CDATA[<p>wp_head() and wp_footer() are a <strong>must </strong>for every wordpress theme, if you want to use plugin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

