And as has been discussed previously regarding wp_footer() - this hook isn&#39;t really intended for injection of front-end content, but rather for scripts and the like. Using it to inject content is a bit of a mis-use of the hook.<div>
<br></div><div>Chip<br><br><div class="gmail_quote">On Thu, Oct 7, 2010 at 11:59 AM, Philip M. Hofer (Frumph) <span dir="ltr">&lt;<a href="mailto:philip@frumph.net">philip@frumph.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Arguments for:<br>
<br>
1) So that it doesn&#39;t interfere with site design with plugins that add content specifically designed for below the site. (wibya toolbar)<br>
2) Script execution sometimes will *not* work within a div set of your site design.  Some plugins that inject into that area will fail due to it being inside a particular markup area.<br>
<br>
Arguments for not caring where its at:<br>
1) So that particular plugins that inject into that area *look good* with the site design that puts it into that particular area.<br>
<br>
- Phil<br>
<br>
----- Original Message ----- From: &quot;Yulian Yordanov&quot; &lt;<a href="mailto:yul.yordanov@gmail.com" target="_blank">yul.yordanov@gmail.com</a>&gt;<br>
To: &lt;<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a>&gt;<br>
Sent: Thursday, October 07, 2010 9:55 AM<br>
Subject: [theme-reviewers] wp_footer() placement - [#1221: THEME: PencilDraw]<div><div></div><div class="h5"><br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 Hi,<br>
What are the arguments which make required wp_footer() to be placed immediately before &lt;/body&gt; tag?<br>
Personally I&#39;m OK with this because otherwise some slow or buggy script may break the entire design. Here bellow I&#39;m applying a comment from an author which theme I was not approved; his arguments make sense and before I answer him I need an additional opinion.<br>

<br>
So, what do you think about wp_footer() placement?<br>
<br>
<br>
<br>
On 07.10.2010 г. 08:34, WordPress Themes wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
#1221: THEME: Pencil Draw - 1.20<br>
------------------------------+---------------------------------------------<br>
   Reporter:  Cristian Nistor  |      Owner:  Fingli<br>
       Type:  theme            |     Status:  closed<br>
Resolution:  not-approved     |   Keywords:  theme-pencil-draw,<br>
------------------------------+---------------------------------------------<br>
<br>
Comment(by Cristian Nistor):<br>
<br>
  Hello Fingli.<br>
<br>
  Regarding the wp_footer() placement. I know that this function should go<br>
  before the ending body tag, but I consider that it should not be<br>
  &quot;immediately&quot;, and I&#39;ll explain why, for this particular case. The footer<br>
  has a container, built from 3 divs which create the box effect. If I place<br>
  the wp_footer() outside the box, if any plugin adds some visible messages<br>
  to the footer, they will be outside the box as orphan elements with almost<br>
  any formatting style, which is not desirable. On the other hand any HTML<br>
  code that is added, and does not create visible text to the page, is in<br>
  the place it should be (like links to any js files, or code snippet of any<br>
  statistical application etc.). This a dilemma for me, as this particular<br>
  situation does not create a win-win situation, and sincerely I don&#39;t know<br>
  exactly how to handle it.<br>
<br>
  Anyway is good that the template is not approved yet, because I found<br>
  another small issues that needs to be fixed.<br>
<br>
  Maybe until the next time I&#39;ll upload a new version we&#39;ll agree where<br>
  wp_footer() function should be called.<br>
<br>
  Regards,<br>
  Cristian Nistor<br>
<br>
</blockquote>
<br>
-- <br>
Юлиян Йорданов<br>
<br>
Yulian Yordanov<br>
<a href="http://post-scriptum.info/" target="_blank">http://post-scriptum.info/</a><br>
<br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br>
</blockquote>
<br>
<br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</div></div></blockquote></div><br></div>