Goole Adsense iPod touch 最適化
ViaPress inc.では、iPhone, iPod touchに最適化するプラグインのWordpress PDA & iPhoneを利用しております。
通常 WindowsやMacなどで表示させることが多いですが、たまにiPodで表示させることもありますが、その時 記事しか表示されておりません。
そこで、GoogleAdsenseを表示させるべく下記の用にWordpress PDA & iPhoneを変更します。
wp-pda/iphone-theme/index.phpの<?php get_header(): ?>の後に
<script type=”text/javascript”><!–
window.googleAfmcRequest = {
client: ‘ca-mb-pub-xxxxxxxxxxxxxxxx’,
ad_type: ‘text_image’,
output: ‘html’,
channel: ”,
format: ‘320×50_mb’,
oe: ‘utf8′,
color_border: ‘336699′,
color_bg: ‘FFFFFF’,
color_link: ‘0000FF’,
color_text: ‘000000′,
color_url: ‘008000′,
};
//–></script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_afmc_ads.js”></script>
これで、ちゃんと表示されました。










