グーグルアドセンスブログへのタグの貼り方
グーグルアドセンスブログへのタグの貼り方
ブログ記事の本文と続きの間に紹介の336x280のスクウェア
「ブログ記事の詳細」にスクエアを以下のように埋め込む方法
<MTIfNonEmpty tag="EntryMore" convert_breaks="0">
<div id="more" class="asset-more">
<script type="text/javascript"><!--
google_ad_client = "pub-*****";
/* 336x280, 作成済み 08/05/21 */
google_ad_slot = "7345635860";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<$MTEntryMore$>
</div>
</MTIfNonEmpty>
私の場合はテンプレートモジュールを作成して埋め込んでいます。
<$MTInclude module="(モジュールテンプレート名)"$>
1ページ内の広告の数などにも影響するので、
注意しながら貼り付けましょう。
