Cara Membuat Facebook Like Box Melayang di Blog - Kali ini saya akan memberikan tutorial tentang Cara Membuat Facebook Like BoxMelayang di Blog, seperti yang terlihat di sebelah kanan blog saya.
Biasanya kita memasang FB Like Box ini di sidebar atau bottom bar. Tentunya hal ini bertujuan supaya blog atau web kita lebih dikenal, dan akhirnya traffic akan meningkat. Akan tetapi apabila kita scroll mouse ke atas atau bawah, FB Like Box pastinya ini tidak terlihat. Atau mungkin kita kebingungan untuk menempatkannya, karena kehabisan space.
silakan cara pembuatan Facebook Like Box Melayang di Blog.
Menambahkan Jquery Plugin
1. Login ke Blogger
2. Klik Dasbor>Rancangan>Edit HTML
3. Cari kode (agar pencariannya lebih cepat dan mudah gunakan CTRL+F)
</head>
4. Tambahkan kode dibawah ini tepat diatas kode </head>
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"
type="text/javascript">
</script>
Catatan : Abaikan langkah ini apabila template anda sudah terinstall Jquery Plugin.
Menambahkan Kode HTML pada Widget
1. Klik Dasbor>Rancangan>Tambah Gadget>HTML/JavaScript
2. Copy kode dibawah ini
<script type="text/javascript">
//<!--
$(document).ready(function() {$(".floatinglikebox").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);});
//-->
</script>
<style type="text/css">
.floatinglikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgugrcRJXfLLFrHrdJooA37LMwfuU625tB36TwZn7EQ4yRse2Ox_SZu27GldpQDWiu74W9k3WkX_nLaf5qoRGZL8AJqSEawyQs5xrQnjeY8N7S1o5h2HTSRttvDPWYt3kYompLpU0wJSiw/s1600/floatingfb.png") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 40px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;}
.floatinglikebox div{border:none;position:relative;display:block;}
.floatinglikebox span{bottom: 10px;font: 10px tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
.floatinglikebox span a{color: #808080;text-decoration:none;}
.floatinglikebox span a:hover{text-decoration:underline;}
</style><div class="floatinglikebox" style=""><div><iframe src="//www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/boukawishare&width=251&height=270&colorscheme=light&show_faces=true&border_color=%23cccccc&stream=false&header=false&appId=159468740772399" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:251px; height:270px; background:#fff;" allowtransparency="true"></iframe><span><a href="http://boukawishare.blogspot.com/2014/06/cara-membuat-facebook-like-box-melayang.html" target="_blank">+Get This!</a></span></div></div>
//<!--
$(document).ready(function() {$(".floatinglikebox").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);});
//-->
</script>
<style type="text/css">
.floatinglikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgugrcRJXfLLFrHrdJooA37LMwfuU625tB36TwZn7EQ4yRse2Ox_SZu27GldpQDWiu74W9k3WkX_nLaf5qoRGZL8AJqSEawyQs5xrQnjeY8N7S1o5h2HTSRttvDPWYt3kYompLpU0wJSiw/s1600/floatingfb.png") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 40px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;}
.floatinglikebox div{border:none;position:relative;display:block;}
.floatinglikebox span{bottom: 10px;font: 10px tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
.floatinglikebox span a{color: #808080;text-decoration:none;}
.floatinglikebox span a:hover{text-decoration:underline;}
</style><div class="floatinglikebox" style=""><div><iframe src="//www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/boukawishare&width=251&height=270&colorscheme=light&show_faces=true&border_color=%23cccccc&stream=false&header=false&appId=159468740772399" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:251px; height:270px; background:#fff;" allowtransparency="true"></iframe><span><a href="http://boukawishare.blogspot.com/2014/06/cara-membuat-facebook-like-box-melayang.html" target="_blank">+Get This!</a></span></div></div>
3. Ganti https://www.facebook.com/boukawishare dengan Facebook Fan Page Anda.
4. Lalu Simpan
Catatan:
Sebelum menyimpan URL Facebook anda, ganti kode-kode pada URL.
: dengan %3A
/ dengan %2F
Misalkan URL Facebook anda :
http://www.facebook.com/pages/fbanda/123456
menjadi
http%3A%2F%2Fwww.facebook.com%2Fpages%2Ffbanda%2F123456
Selesai, Silakan di save dan Lihat Hasilnya.......!!!
Catatan : Jangan lupa langkah awal anda harus mendaftar atau sudah punya halaman Facebook atau Fans page.
Cara daftar halaman facebook : Klik disini
Tidak ada komentar