Cara memasang Facebook Like di Blogger:
- Masuk ke dashboard --> Design/Rancangan --> Edit HTML.
- Jika ingin memasang button di atas posting, cari <data:post.body/>
- Pilih salah satu script/kode dari jenis Facebook Like dibawah sesuai yang kamu inginkan
- Paste script diatas <data:post.body/>
- Save template.
<!-- Tombol Facebook Like --> <b:if cond='data:blog.pageType == "item"'>
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&send=false&layout=standard&show_faces=false&width=450&action=like&font=arial&colorscheme=light&height=35"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:35px;'/>
</b:if>
<!-- Facebook Like -->
Box Count Facebook Like Button
<!-- Tombol Facebook Like --> <b:if cond='data:blog.pageType == "item"'>
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&send=false&layout=box_count&show_faces=false&width=55&action=like&font=arial&colorscheme=light&height=65"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:55px; height:65px;'/>
</b:if>
<!-- Facebook Like -->
Button Count Facebook Like Button
<!-- Tombol Facebook Like --> <b:if cond='data:blog.pageType == "item"'>
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&send=false&layout=button_count&show_faces=false&width=90&action=like&font=arial&colorscheme=light&height=21"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px; height:21px;'/>
</b:if>
<!-- Facebook Like -->
Button Facebook Like Button
<!-- Tombol Facebook Like --> <b:if cond='data:blog.pageType == "item"'>
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&send=false&layout=button&show_faces=false&width=90&action=like&font=arial&colorscheme=light&height=21"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px; height:21px;'/>
</b:if>
<!-- Facebook Like -->
Secara default, Tombol Facebook like akan muncul disisi kiri. Jika ingin menampilkannya di sisi kanan, kita dapat menambahkan CSS styling, float ke kanan, dan untuk memberi batas dengan posting ditambahkan padding plus value-nya.
<div style='padding:5px; float: right;'>Cara Menyisipkannya:
---script Facebook Like Button----
</div>
<!-- Tombol Facebook Like --> <b:if cond='data:blog.pageType == "item"'>
<div style='padding:5px; float: right;'>
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&send=false&layout=button&show_faces=false&width=90&action=like&font=arial&colorscheme=light&height=21"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px; height:21px;'/>
</div>
</b:if>
<!-- Facebook Like -->
Tampilan Facebook like dapat dirubah menjadi gelap/dark dengan cara ubah value pada colorscheme=light, ganti light dengan dark colorscheme=dark.
Selamat berjuang
Post a Comment