Ikuti juga Channel kami di Youtube


ENGLISH       INDONESIA

Cara Termudah Membuat Membuat Facebook Like button di Blogspot

 

Kemarin kita sudah pernah membahas cara membuat kotak facebook like, kali ini kita akan membuatnya dengan cara yang lebih mudah tanpa perlu mendaftar ke facebook application, cukup ikuti saja tutorial dibawah ini.Sebenarnya ada beberapa cara untuk membuat facebook like:

1.  Untuk button "LIKE" dan "SEND"

<div class='fb_like_box'>
<script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like expr:href='data:post.url' font='' send='true' show_faces='false' width='400'/>
</div>

2. Standard Facebook Like Button
 
<!-- 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 http://adamclubs.blogspot.com -->

3.  Box Count Facebook Like Button
<!-- 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 http://adamclubs.blogspot.com --> 

4.  Button Count Facebook Like Button
<!-- 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 http://adamclubs.blogspot.com -->  

* Cara Memasangnya: 



1. Masuk ke dashboard > Design/Rancangan > Edit HTML.

2. Klik/check "Expand Widget Templates"

3. Cari kode ini  ]]></b:skin>   pakai Contro + F kemudian masukkan kode itu.

4. Masukkan kode dibawah ini keatas kode tadi:

   .fb_like_box {
-moz-border-radius:5px 5px 5px 5px;
border-radius:10px;
background:#f5f5f5;
border:1px dotted #ddd;
margin-bottom:10px;
padding:10px;
width:500px;
height:20px;
}

5. Kemudian cari kode <data:post.body/>

6. Kemudian pilih salah satu kode dari ke 4 kode diatas, kemudian letakkan dibawah kode <data:post.body/>

7. Untuk kode yang berwarna merah, silahkan ganti dengan alamat blog Anda.

8. Clikc PRATINJAU terlebih dahulu untuk melihat hasil perubahannya, apakah sudah sesuai selera.

9 Kalau sudah dirasa pas, kemudian clik Save Template. kemudian close.

    Choose :
  • OR
  • To comment
1 comment:
Write comments

Jika Anda mendapatkan sesuatu, silahkan berikan sedikit komentar. Terimakasih, semoga rejeki menyertai setiap langkah Anda.