สิ่งที่ต้องเตรียม มี 2 อย่าง
1. Blogger สอง blog
2. เว็บสำหรับ ทำการ Parse Html http://www.blogcrowds.com/resources/parse_html.php
3. text editor (notepad etc,) แต่ในที่นี้ใช้ editplus
ขั้นตอนการทำงาน
blog เดิมๆ ที่ทำ ใส่ ads ไว้แล้ว Ads ควรจะอยู่ใน widget HTML นะคะ
เข้าไปแก้ไขที่ Widget HTML copy โค้ดมาทั้งหมดแล้วเอาไป parse html
จาก Code เดิมประมาณนี้
เข้าไปแก้ไขที่ Widget HTML copy โค้ดมาทั้งหมดแล้วเอาไป parse html
จาก Code เดิมประมาณนี้
<center><script type="text/javascript"><!--amazon_ad_tag = "xxxxxxxxx-20"; amazon_ad_width = "728"; amazon_ad_height = "90";//--></script><script type="text/javascript" src="http://www.assoc-amazon.com/s/ads.js"></script></center>
หลัง parse แล้วเป็นแบบนี้
<center>
& lt;script type="text/javascript"><!--
amazon_ad_tag = "xxxxxxxxxxxx-20"; amazon_ad_width = "728"; amazon_ad_height = "90";//--></script>
& lt;script type="text/javascript" src="http://www.assoc-amazon.com/s/ads.js"></script>
& lt;/center>
ต่อมาก็ copy HTML theme ทั้งหมด ใส่ใน editor กาที่ Expand Widget Templates ด้วย
ค้นหาคำว่า type='HTML' ตามภาพ
ให้เราเอาโค้ดที่ parse แล้วไปแทนใสช่องสีแดงๆ แบบนี้
วิธีแก้ไข
- เอาโค้ดส่วนที่อยู่ในกรอบ ออกให้หมด
- เปลี่ยนจาก <b:section เป็น div
ผล
ถ้ามีหลาย ads ก็หา type='HTML' ไปหลายๆ อัน replace ไปเรื่อยๆ ละกัน
ที่มา :: http://kaksoftware.blogspot.co.uk/2012/01/copy-blogger-template-ads.html
ไม่มีความคิดเห็น:
แสดงความคิดเห็น