vi /path/f 2blog/skins/XXX/global.css
// 加入三行
.ad {
float: left;
}
vi /path/f 2blog/include/read.inc.php
<!– 找到這行 –>
<div class=”Content-body” id=”logcontent_<?php echo $fa[‘id’]?>” style=”word-break:break-all; table-layout: fixed;”><!– 這裡底下加入 –>
<!– Add Google AdSense into Content start –>
<div class=ad style=”float:none”>
<!– 這裡放 google adsense 程式 –></div>
<!– Add Google AdSense into Content end –>
以上是文章最前面,如果要顯示在後面則於 <?php if ($tags!=”” || $tb_allow!=””){? 這行前面加入
ref: http://forum.f2blog.com/viewthread.php?tid=4282&highlight=ads
而這個插件http://forum.f2blog.com/viewthread.php?tid=1496&highlight=ads
則拿來當其它用途,很方便,只要啟動它,並把 javascipt 放進去,就可在側邊看到東西了
留言