For a school&#39;s site, I&#39;d like embed this widget code in a page:<br><br>&lt;script type=&quot;text/javascript&quot; src=&quot;<a href="http://widgets1.renlearn.com/content/widgets/reading">http://widgets1.renlearn.com/content/widgets/reading</a> activity/readingactivitywidget.js&quot;&gt;&lt;/script&gt;&lt;script&gt;if (READINGACTIVITYWIDGET) READINGACTIVITYWIDGET.renderWidget(&#39;<a href="http://widgets1.renlearn.com/">http://widgets1.renlearn.com/</a>&#39;, &#39;MCPSCX6&#39;);&lt;/script&gt;&lt;noscript&gt;Enable Javascript in your browser to view this content.&lt;/noscript&gt;<br>

<br>I do have html enabled on the site, and I added &quot;script&quot; and &quot;noscript&quot; to the list of html terms to enable -- in local\config.php I have:<br><br>include_once(&quot;$FarmD/cookbook/enablehtml.php&quot;);<br>

             EnableHtml(&quot;a|select|option|form|input|iframe|img|small|object|param|embed|script|noscript&quot;);<br><br>Having done that at least results in hiding the lines above when I add them to a page, but it doesn&#39;t suffice to display the widget.<br>

<br>Can I add something else to the enablehtml stuff on config.php that will make this work?  I don&#39;t know from javascript, so I don&#39;t know if part of doing this right might be to put some of the widget code in the header of the skin.tmpl file -- but if so, which part, and what goes on the page itself?<br>

<br>Thanks!<br><br>Tegan<br>