Widget Facebook Like Otomatis di Blog Terbaru

cemacem299.blogspot.com

  Selamat datang wahai pengunjung..

           Kesempatan kita kali ini adalah bagaimana cara memasang widget Facebook like otomatis. Sebelum itu fungsi facebook like otomatis ini buat apa sih?, Tentu saja widget ini buat mempermudahkan para pengguna akun facebook, karena orang yang menggunakan facebook lebih banyak daripada aku google, cuma Klik saja bisa jadi. Hal ini juga membuat keuntungan banyak, karena widget facebook like otomatis ini sudah langsung terhubung ke facebook. Tentu hal ini sangat membantu bukan?.

Cara Pemasangan :

  1. Login blog > pilih Tema > klik Edit HTML
  2. Klik "Expand Widget Templates"
  3. Copy Code Widget dibawah Ini
  4. Jika ingin meletakan Widget ini DIATAS POSTINGAN ,<div class='post-body'> gunakan Ctrl + F , lalu Pastekan Code yang di Copy dibawahnya.
  5. DIBAWAH POSTINGAN , cari <data:post.body/> Pastekan seperti perintah nomor 4
  6. Klik OK
  7. Simpan Perubahan


Ada 3 macam button facebook like otomatis, berikut adalah Code untuk button tersebut :


Facebook Like Button [ Persegi ]
Codenya :

<!-- Tombol Facebook Like  -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;send=false&amp;layout=box_count&amp;show_faces=false&amp;width=55&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:55px; height:65px;'/>
</b:if>
<!-- Facebook Like https://cemacem299.blogspot.com/ -->


Facebook Like Button [ Standart ] 


Codenya :

<!-- Tombol Facebook Like  -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;send=false&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=35&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:35px;'/>
</b:if>
<!-- Facebook Like https://cemacem299.blogspot.com/ -->

Facebook Like Button [ Button ] 
Hasil gambar untuk facebook like button

Codenya :

<!-- Tombol Facebook Like  -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;send=false&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=21&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px; height:21px;'/>
</b:if>
<!-- Facebook Like https://cemacem299.blogspot.com/ -->

[ Jika ingin mengubah warna Facebook Like menjadi gelap, ganti code light menjadi dark ]

6 Responses to "Widget Facebook Like Otomatis di Blog Terbaru"

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel