ทำยังไงดี อยากใส่ปุ่มแชร์+ตัวนับ (counter) แบบรูปข้างล่างนี้
ทำตามบล็อกนี้ได้เลย ไม่เกิน 4 ขั้นตอนก็เสร็จแล้ววว..
ไปที่แผงควบคุมของ Blogspot >> การออกแบบ >> แก้ไข html
2. Check "EXPAND WIDGET TEMPLATES"
ติ๊กถูกตรง "ขยายเทมเพลตวิดเจ็ต"
Then, search for <div class='post-footer'> [Tip: pressing CTRL + F on your keyboard and search for it ]
จากนั้น กดปุ่ม Control+F เพื่อเสิร์ชคำว่า "div class='post-footer'"
3. Now Copy and paste the following code just above
if you want it to appear after blog title but before your post content. If you want the buttons to appear after the post (like the pic above), paste the code below
หากอยากให้ปุ่มแบ่งปันเหล่านี้อยู่ถัดจากชื่อบทความ แต่ก่อนเนื้อหาบทความ (เหมือนรูปข้างบน) ให้คัดลอกโค้ดเหล่านี้ไปวางบรรทัดถัดจาก
แต่หากอยากให้ปุ่มแบ่งปันอยู่ท้ายบทความ ให้คัดลอกโค้ดไว้ในบรรทัดถัดจาก
function copy(textarea) {
textarea.select();
textarea.focus();
}
function copy(textarea) {
textarea.select();
textarea.focus();
}
function copy(textarea) {
textarea.select();
textarea.focus();
}
โค้ดสำหรับปุ่ม Facebook คือ
function copy(textarea) {
textarea.select();
textarea.focus();
}
โค้ดสำหรับ Twitter คือ
function copy(textarea) {
textarea.select();
textarea.focus();
}
ปรับแต่งโค้ดสำหรับ Google Buzz
function copy(textarea) {
textarea.select();
textarea.focus();
}
อ้างอิง
ไม่มีความคิดเห็น:
แสดงความคิดเห็น