通过jquery动态加载Google广告位

时间:2013-08-16 11:01:05

标签: jquery adsense

我需要一个解决方案来通过jquery加载广告位。

我要加载的广告位是:

<script type="text/javascript"><!--
    google_ad_client = "abc1234";
    google_ad_slot = "23445";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
</script>
<script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

如何通过页面中的jquery加载此广告位?

0 个答案:

没有答案