<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: How to code</title>
		<link>http://en.forums.wordpress.com/topic/how-to-code</link>
		<description>WordPress.com Forums &#187; Topic: How to code</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 08:49:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-to-code" rel="self" type="application/rss+xml" />

		<item>
			<title>timethief on "How to code"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-code#post-1102279</link>
			<pubDate>Sun, 23 Dec 2012 22:23:14 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1102279@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Heloo again,<br />
 Many people get confused about this. I want to be sure you are clear. </p>
<p>1. On this support forum we provide support for this blog which is hosted by WordPress.COM <a href="http://icollectmenus.wordpress.com/" rel="nofollow">http://icollectmenus.wordpress.com/</a></p>
<p>2. We cannot use JavaScript and we cannot use Google Analytics on WordPress.COM blogs.</p>
<p>3. If you are referring to WordPress.ORG installs then know we cannot help you here. That support is provided at <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a>
</p>
]]></description>
					</item>
		<item>
			<title>icollectmenus on "How to code"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-code#post-1102275</link>
			<pubDate>Sun, 23 Dec 2012 22:17:03 +0000</pubDate>
			<dc:creator>icollectmenus</dc:creator>
			<guid isPermaLink="false">1102275@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry.  I did a search for WordPress help forums and this site is listed.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to code"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-code#post-1102255</link>
			<pubDate>Sun, 23 Dec 2012 21:47:02 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1102255@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I do have my own hosted blogs.</p></blockquote>
<p>If this thread is about those blogs that are NOT being hosted by WordPress.com then you are posting to the wrong support forum. We don't provide support here for WordPress.ORG software. If that's the software you want help with you need to post to <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a>
</p>
]]></description>
					</item>
		<item>
			<title>icollectmenus on "How to code"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-code#post-1102251</link>
			<pubDate>Sun, 23 Dec 2012 21:43:23 +0000</pubDate>
			<dc:creator>icollectmenus</dc:creator>
			<guid isPermaLink="false">1102251@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I do have my own hosted blogs. Sorry, i need the code for my own blogs not using JS.  I don't do JS (security risk) so want the code for the template or include
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to code"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-code#post-1102239</link>
			<pubDate>Sun, 23 Dec 2012 21:25:00 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1102239@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We cannot use JavaScript  for security reasons. The software strips the code out of free hosted WordPress.com blogs.<br />
<a href="http://en.support.wordpress.com/code/#javascript" rel="nofollow">http://en.support.wordpress.com/code/#javascript</a></p>
<blockquote><p><strong>Can I use Google Analytics?</strong><br />
No, Google Analytics cannot be used on WordPress.com blogs at this time.  <a href="http://en.support.wordpress.com/stats/#additional-info" rel="nofollow">http://en.support.wordpress.com/stats/#additional-info</a></p></blockquote>
<p>Bottom line: If you think you must have Google analytics you will have to hire a web host and set up your own WordPress.org install.  Read the comparison here &#62;   <a href="http://support.wordpress.com/com-vs-org/" rel="nofollow">http://support.wordpress.com/com-vs-org/</a>
</p>
]]></description>
					</item>
		<item>
			<title>icollectmenus on "How to code"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-code#post-1102235</link>
			<pubDate>Sun, 23 Dec 2012 21:18:03 +0000</pubDate>
			<dc:creator>icollectmenus</dc:creator>
			<guid isPermaLink="false">1102235@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Found it.  It is for the Google Analytics code.  I want it on each page but don't want to have to remember to try to include it.  A script would help :)</p>
<p>&#60;script type="text/javascrip"&#62;</p>
<p>  var _gaq = _gaq &#124;&#124; [];<br />
  _gaq.push(['_setAccount', 'UA-3XXXXXX7-1']);<br />
  _gaq.push(['_trackPageview']);</p>
<p>  (function() {<br />
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;<br />
    ga.src = ('https:' == document.location.protocol ? 'https://ssl'; : 'http://www';) + '.google-analytics.com/ga.js';<br />
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);<br />
  })();</p>
<p>&#60;/script&#62;</p>
<p>Dynamic Content Implementation optional<br />
Use a common include or template to paste the code above instead of manually adding it to every page
</p>
]]></description>
					</item>
		<item>
			<title>icollectmenus on "How to code"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-code#post-1101925</link>
			<pubDate>Sun, 23 Dec 2012 13:19:48 +0000</pubDate>
			<dc:creator>icollectmenus</dc:creator>
			<guid isPermaLink="false">1101925@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I don't want to use JS but will need to look up which blog later tonight.  Will post then, thank you
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "How to code"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-code#post-1101905</link>
			<pubDate>Sun, 23 Dec 2012 11:04:57 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">1101905@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Javascript cannot be added to a WordPress.com blog. If you tell us the result you intend to achieve, maybe we can come up with a workaround.
</p>
]]></description>
					</item>
		<item>
			<title>icollectmenus on "How to code"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-code#post-1101782</link>
			<pubDate>Sun, 23 Dec 2012 01:32:22 +0000</pubDate>
			<dc:creator>icollectmenus</dc:creator>
			<guid isPermaLink="false">1101782@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Not that blog.  Just saw the tag line
</p>
]]></description>
					</item>
		<item>
			<title>icollectmenus on "How to code"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-code#post-1101780</link>
			<pubDate>Sun, 23 Dec 2012 01:31:17 +0000</pubDate>
			<dc:creator>icollectmenus</dc:creator>
			<guid isPermaLink="false">1101780@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm adding a script that offers the use of JavaScript (ick, no) or this</p>
<p><strong>Dynamic Content Implementation optional<br />
Use a common include or template to paste the code above instead of manually adding it to every page</strong></p>
<p>How would I code the include?
</p>
]]></description>
					</item>

	</channel>
</rss>
