GADGET LIKE FACEBOOK MELAYANG DI BLOG
Gadget yang dimaksud, sama seperti penampilan di blog ini, Jika
berminat, yook Langsung aja :
1. Login dashboard Blogger kamu.
2. Kemudian ke Tata Letak
3. Klik Tambahkan Gadget
4. Cari HTM/Java Script dan klik tambahkan
5. Dildalam kotak copy paste semua script dibawah ini
6. Save dan lihat hasilnya
Catatan : Tulisan warna merah ganti dengan url milik
kamu.
<style type='text/css'>
#kotak-facebook {
position:fixed !important;
position:absolute; /* IE6 */
bottom:-1000px;
right:40%;
margin:0px
0px 0px -182px;
width:310px;
height:auto;
padding:16px;
-webkit-box-shadow: 0px 0px 7px #222;
-moz-box-shadow: 0px 0px 7px #222;
box-shadow:
0px 0px 7px #222;
background-color:#FFFFFF; font:normal 1em Cambria,Georgia,Serif;
color:#111;
-webkit-border-top-left-radius:
20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;}
#kotak-facebook
a.close {
position:absolute;
top:-10px;
right:-10px;
background:#333;
font:bold
16px Arial,Sans-Serif;
text-decoration:none;
line-height:22px;
width:22px;
text-align:center;
color:#fff;
border:2px
solid #fff;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
cursor:pointer;
}
</style>
<script
type='text/javascript'>
$(window).bind("load", function() {
//
animasikan nilai top saat halaman telah selesai dimuat
$('#kotak-facebook').animate({bottom:"50px"}, 1000);
//
hilangkan kotak pesan saat tombol (x) di klik
$('a.close').click(function() {
$(this).parent().fadeOut();
return
false;
});
});
</script>
<div
id='kotak-facebook'>
<p style=" margin-right:10px; font-size:15px; color:#000000;">Klik
Suka,<blink> Untuk View Artikel Terlengkap</blink> </p>
<!-- Mulai --!>
<iframe
src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fbdlscom&width=300&height=400&show_faces=true&colorscheme=light&stream=false&border_color&header=false"
scrolling="no" frameborder="0" style="border:none;
overflow:hidden; width:300px; height:200px;" allowtransparency="true"></iframe>
<!-- Selesai --!><a class='close'
href='#'>×</a>
<p style=" float:right; margin-right:35px; font-size:10px;" >Powered By : <a
style=" font-size:10px; color:#3B78CD; text-decoration:none;"href="http://bdslcom.blogspot.com/"></a>BDSLcom<a style=" font-size:10px;
color:#3B78CD; text-decoration:none;" https://www.facebook.com/bdlscom"></a></p></div>