adsenseでコードを乱さない

adsenseをすると<script>~</script>内にコメントがあるので起こられる。

そんな場合は、

<script type=”text/javascript” src=”/outfile.js”></script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js“>
</script>

と外部ファイルにして、outfile.jsに

google_ad_client = “●●”;
google_ad_width = xxx;
google_ad_height = xx;
google_ad_format = “xxxxxx_as”;
google_ad_type = “text_image”;

などとする。このときは <!– //->> (?)はいらない。

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.

© PHPress since 2008