Kali
ini saya akan membahas bagaimana cara membuat tombol like facebook
dibawah judul posting blog, bagi kamu yang ingin membuat tombol like
ini, kesempatan bagus apalagi diletakannya dibawah judul posting.
Disni tombol like facebooknya ada tiga model, jadi pilih salah satu
saja. Langsung cekibrot aja ya sob.
1. Login ke blog kamu.
2. Pilih Rancangan.
3. Pilih EDIT HTML.
4. Cari kode <data:post.body/>
5. Setelah ketemu pilih salah satu kode dari tiga kode yang akan saya berikan, dan letakan diatas kode nomor4
1. Kode Pertama, Tombol Like Vertikal Dengan Count (Hitungan)
<b:if cond='data:blog.pageType != "static_page"'> <iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.canonicalUrl + "&send=false&layout=box_count&show_faces=false&width=55&action=like&font=arial&colorscheme=light&height=62"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:55px; height:62px;'/> </b:if>
2. Kode Kedua, Tombol Like Horizontal Dengan Count (Hitungan)
<b:if cond='data:blog.pageType != "static_page"'> <iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.canonicalUrl + "&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>
3. Kode Ketiga, Tombol Like Tanpa Count (Hitungan)
<b:if cond='data:blog.pageType != "static_page"'> <iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.canonicalUrl + "&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>
Letakan salah satu kode diatas, tepat diatas kode nomor 4 tadi.
Ingat pilih salah satu saja, jangan semuanya, nanti gagal.
Yang terakhir pilih simpan, dan lihat hasilnya.
SUMBER
1. Login ke blog kamu.
2. Pilih Rancangan.
3. Pilih EDIT HTML.
4. Cari kode <data:post.body/>
5. Setelah ketemu pilih salah satu kode dari tiga kode yang akan saya berikan, dan letakan diatas kode nomor4
1. Kode Pertama, Tombol Like Vertikal Dengan Count (Hitungan)
<b:if cond='data:blog.pageType != "static_page"'> <iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.canonicalUrl + "&send=false&layout=box_count&show_faces=false&width=55&action=like&font=arial&colorscheme=light&height=62"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:55px; height:62px;'/> </b:if>
2. Kode Kedua, Tombol Like Horizontal Dengan Count (Hitungan)
<b:if cond='data:blog.pageType != "static_page"'> <iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.canonicalUrl + "&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>
3. Kode Ketiga, Tombol Like Tanpa Count (Hitungan)
<b:if cond='data:blog.pageType != "static_page"'> <iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.canonicalUrl + "&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>
Letakan salah satu kode diatas, tepat diatas kode nomor 4 tadi.
Ingat pilih salah satu saja, jangan semuanya, nanti gagal.
Yang terakhir pilih simpan, dan lihat hasilnya.
SUMBER
0 komentar:
Speak up your mind
Tell us what you're thinking... !