31 Ağustos 2013 Cumartesi

Yandan Açılan Facebook ve Twitter Kutusu Eklentisi

Blogger bloğunuzda yandan açılır Facebook ve yorum kutusu eklentisini görmek ister misiniz? Eğer cevabınız evetse aşağıdaki adımları takip edin. 


İlk olarak aşağıdaki kodu bulun. 
</head> 
Bu kodu şablondan bulduktan sonra hemen üstüne aşağıdaki kodu yapıştırın. 
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
Bunu yaptığınız zaman Yerleşim – Gadget Ekle – HTML/JavaScript seçeneğiyle aşağıdaki kodları ekleyin. Aşağıdaki kodları eklediğiniz zaman kırmızı ile yazılmış olan yerlere kendi Facebook ve Twitter adreslerinizi ekleyiniz. 
<link rel="stylesheet" type="text/css" href="http://latesthack.googlecode.com/svn/mywidgets/2in1/2in1.css" /><script src="http://latesthack.googlecode.com/svn/mywidgets/2in1/twitter.js" type="text/javascript"></script><script type="text/javascript"> jQuery(document).ready(function(){ jQuery("#facebook_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },function(){ jQuery("#facebook_right").stop(true,false).animate({right: -240}, 500); }); jQuery("#twitter_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },function(){ jQuery("#twitter_right").stop(true,false).animate({right: -240}, 500); }); }); </script><p style="display:none;"> 2 in 1 social sharing by<a href="http://www.latesthack.com">Latest Hack</a></p> <div id="on"> <div id="facebook_right" style="top: 18%;"> <div id="facebook_div"> <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGvFeAduoGwAJBoXic37SBL36k6ELoE4F5tJHq-IcdGk87W3mO3wdPrWCUdyH_nGaKR4-nKgoNwHDVKsziRwgcnFGQS0zkLBR15Bb6GNWtgEAhrtSRx_OJdqDPzEm5sMylRDN4D1ynY0Q/s1600/%25255Bwww.latesthackdemo.blogspot.com%25255Dfacebook_right.png" alt="" /> <iframe src="http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/xxxxxxxxxxamp;locale=en_GB&amp;width=238&amp;connections=9&amp;stream=&amp;header=false&amp;show_faces=0&amp;height=256" scrolling="no"> </iframe> </div></div></div><div id="on"><div id="twitter_right" style="top: 35%;"><div id="twitter_div"><img id="twitter_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlsECXUTqkvCisTmoMDh6yZdf13PfH3eozAp9MF30bz_XTEJ1rNHwPOgfLYshg0BHzvuasHBSlzq8QLlc-wM4pVJmgkMMMOtV-kYWqMbaBR3lhXvjDrP_5hbgTzRrH8yWAI6yYcFQtO0Q/s1600/%25255Bwww.latesthackdemo.blogspot.com%25255Dtwitter_right.png" /><div id="twitterfanbox"></div><script type="text/javascript">fanbox_init("xxxxxxxxxx");</script></div></div></div> 
Söylediklerimizi eksiksiz yaptıysanız artık bu eklentiye sahipsiniz. Görselde de gördüğünüz gibi bir eklenti sahibi olacaksınız.Bu yazı http://webmaster.10line.net adresinde yayınlandı.

Hiç yorum yok:

Yorum Gönder