<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: HOWTO Questions: Javascript</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: HOWTO Questions: Javascript</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 12:33:53 +0000</pubDate>

<item>
<title>t31os_ on "HOWTO Questions: Javascript"</title>
<link>http://wordpress.org/support/topic/282990#post-1113737</link>
<pubDate>Tue, 23 Jun 2009 13:52:12 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1113737@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Your call is still incorrect...&#60;br /&#62;
&#60;code&#62;&#38;lt;script src=&#38;quot;http://www.arielsilverstone.com/twittermap.js type=mce-”text/javascript”&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Should be...&#60;br /&#62;
&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.arielsilverstone.com/twittermap.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;NOTE: I moved the type and src around, but honestly which comes first doesn't matter, importantly you just need to ensure the correct use of quotes..&#60;/p&#62;
&#60;p&#62;If it's in the root, then this **might** work..&#60;br /&#62;
&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;/twittermap.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you have a path problem, when viewing the page, check &#34;View Source&#34; and note the URL that's been printed into the SRC part of the call to the JS.. as in this bit.. &#60;code&#62;src=&#38;quot; whatever_appears_here &#38;quot;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>asilverstone on "HOWTO Questions: Javascript"</title>
<link>http://wordpress.org/support/topic/282990#post-1113722</link>
<pubDate>Tue, 23 Jun 2009 13:46:09 +0000</pubDate>
<dc:creator>asilverstone</dc:creator>
<guid isPermaLink="false">1113722@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yes, the file is in root.   I did close those.  The line is this:&#60;/p&#62;
&#60;p&#62;&#38;lt;script src=&#34;http://www.arielsilverstone.com/twittermap.js type=mce-”text/javascript”&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;closing double quotes, and closing script.  My type will be corrected - I wonder what entered the &#34;mce-&#34; part
&#60;/p&#62;</description>
</item>
<item>
<title>asechrest on "HOWTO Questions: Javascript"</title>
<link>http://wordpress.org/support/topic/282990#post-1113353</link>
<pubDate>Tue, 23 Jun 2009 03:31:11 +0000</pubDate>
<dc:creator>asechrest</dc:creator>
<guid isPermaLink="false">1113353@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Is your javascript file actually in your server root as the filepath you gave suggests?&#60;/p&#62;
&#60;p&#62;Your post is cut off so I don't know your javascript file location.  You've got additional errors in the script tag you listed, including a failure to close your &#60;code&#62;src=&#60;/code&#62; double quotation mark, a doubling of your end quotation marks, and an incorrect &#60;code&#62;type=&#60;/code&#62; designation.
&#60;/p&#62;</description>
</item>
<item>
<title>asilverstone on "HOWTO Questions: Javascript"</title>
<link>http://wordpress.org/support/topic/282990#post-1113322</link>
<pubDate>Tue, 23 Jun 2009 02:51:44 +0000</pubDate>
<dc:creator>asilverstone</dc:creator>
<guid isPermaLink="false">1113322@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Not exactly.  I have this:&#60;/p&#62;
&#60;p&#62;&#38;lt;script src=&#34;http://www.arielsilverstone.com/twittermap.js type=mce-”text/javascript”&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;and script IS in /
&#60;/p&#62;</description>
</item>
<item>
<title>asechrest on "HOWTO Questions: Javascript"</title>
<link>http://wordpress.org/support/topic/282990#post-1113273</link>
<pubDate>Tue, 23 Jun 2009 01:32:07 +0000</pubDate>
<dc:creator>asechrest</dc:creator>
<guid isPermaLink="false">1113273@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Did you add the path to the javascript file in the head?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;&#38;#39;.get_option(siteurl).&#38;#39;/wp-content/plugins/author_exposed/javascript/skripta.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>asilverstone on "HOWTO Questions: Javascript"</title>
<link>http://wordpress.org/support/topic/282990#post-1113249</link>
<pubDate>Tue, 23 Jun 2009 00:43:31 +0000</pubDate>
<dc:creator>asilverstone</dc:creator>
<guid isPermaLink="false">1113249@http://wordpress.org/support/</guid>
<description>&#60;p&#62;So, I got this .js that I know is good.&#60;br /&#62;
I put it on the server.&#60;br /&#62;
I called it from a page.&#60;/p&#62;
&#60;p&#62;That didnt do &#34;it&#34;.&#60;/p&#62;
&#60;p&#62;What am I doing wrong?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
