Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Here are a few excerpts from the <a href="http://doc.jsfiddle.net/basic/introduction.html" rel="nofollow"><code>jsFiddle</code> documentation page</a> :</p> <p>The <a href="http://doc.jsfiddle.net/basic/introduction.html#javascript" rel="nofollow"><code>JavaScript</code></a> panel</p> <blockquote> <p>Code entered in this panel will be placed in header’s script block, that is between <code>&lt;script type="text/javascript"&gt;</code> and <code>&lt;/script&gt;</code>.</p> </blockquote> <p>The <a href="http://doc.jsfiddle.net/basic/introduction.html#add-resources" rel="nofollow"><code>Add Resources</code></a> section</p> <blockquote> <p>CSS or JS (with appropriate extension) which should be loaded after the framework. It’s a perfect place to put libraries which are framework independent, like RaphaelJS</p> </blockquote> <p>So, the correct way to work with the script in your question would be:</p> <ol> <li><p>Add the following to the <code>JavaScript</code> panel.</p> <pre><code>&lt;!-- google_ad_client = "ca-pub-8514414755716493"; /* AdX_Washington_Examiner */ google_ad_slot = "9465392777"; google_ad_width = 320; google_ad_height = 50; --&gt; </code></pre></li> <li><p>Add <code>http://pagead2.googlesyndication.com/pagead/show_ads.js</code> to the <code>Add resources</code> section on the left side of the page.</p></li> </ol> <p>Here's a link to a properly configured sample: <a href="http://jsfiddle.net/edywd/" rel="nofollow">http://jsfiddle.net/edywd/</a>.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload