Difference between revisions of "Widget:AdSense"

From yidtravel
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
== Copy to your site ==
 
== Copy to your site ==
 
To use this widget on your site, just install the [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
 
To use this widget on your site, just install the [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
</noinclude><includeonly>
+
</noinclude><includeonly><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
{{#widget:AdSense
+
<ins class="adsbygoogle <!--{$name|escape:html}-->"
|name=
+
     style="display:inline-block;width:<!--{$width|escape:'int'}-->;height:<!--{$height|escape:'int'}-->"
|client=ca-pub-4785807258058079
+
     data-ad-client="<!--{$client|escape:html}-->"
|slot=6127367636
+
     data-ad-slot="<!--{$slot|escape:html}-->"></ins>
|width = 160
+
|height = 90
+
}}<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
+
<!-- AS1 -->
+
<ins class="adsbygoogle"
+
     style="display:inline-block;width:160px;height:90px"
+
     data-ad-client="ca-pub-4785807258058079"
+
     data-ad-slot="1432369948"></ins>
+
 
<script>
 
<script>
 
(adsbygoogle = window.adsbygoogle || []).push({});
 
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</script></includeonly>
</script>
+

Latest revision as of 21:42, 19 February 2015

This widget allows you to embed AdSense ads on your wiki page.

Created by Ike Hecht for WikiWorks.

Using this widget

For information on how to use this widget, see the widget description page on MediaWikiWidgets.org.

Copy to your site

To use this widget on your site, just install the MediaWiki Widgets extension and copy the full source code of this page to your wiki as Widget:AdSense article.