Üzerine gelince açılan sosyal medya eklentisi

Yandan açılan sosyal medya

Eklentiyi blogunuzda kullanmak için Şablon > HTML’yi Düzenle > Devam Et yolunu izleyin ve Ctrl + F tuş kombinasyonunun yardımıyla  </head> kodunu bulun. Hemen üzerine şu kodları ekleyin.
<script type='text/javascript'> 
window.onload = function socialButtons() { 
       $(&#39;.social_site&#39;).hover(function() { 
           $(this).stop().animate({ 
               left: &#39;0px&#39; 
           }, 
           &#39;fast&#39;) 
       }, 
       function() { 
           $(this).stop().animate({ 
               left: &#39;-140px&#39; 
           }, 
           &#39;fast&#39;) 
       }) 
   } 
</script> 
<script src='http://platform.twitter.com/widgets.js' type='text/javascript'/> 
<script src='https://apis.google.com/js/plusone.js' type='text/javascript'> 
{lang: &#39;tr-TR&#39;} 
</script> 
<script src='http://connect.facebook.net/tr_TR/all.js#xfbml=1' type='text/javascript'/> 
<script src='http://code.jquery.com/jquery-1.6.2.min.js' type='text/javascript'/>
İkinci olarak ]]></b:skin> kodunu bulun ve bunun hemen üzerine aşağıdaki kodları ekleyin.
<script type='text/javascript'> 
window.onload = function socialButtons() { 
       $(&#39;.social_site&#39;).hover(function() { 
           $(this).stop().animate({ 
               left: &#39;0px&#39; 
           }, 
           &#39;fast&#39;) 
       }, 
       function() { 
           $(this).stop().animate({ 
               left: &#39;-140px&#39; 
           }, 
           &#39;fast&#39;) 
       }) 
   } 
</script> 
<script src='http://platform.twitter.com/widgets.js' type='text/javascript'/> 
<script src='https://apis.google.com/js/plusone.js' type='text/javascript'> 
{lang: &#39;tr-TR&#39;} 
</script> 
<script src='http://connect.facebook.net/tr_TR/all.js#xfbml=1' type='text/javascript'/> 
<script src='http://code.jquery.com/jquery-1.6.2.min.js' type='text/javascript'/>
 Son olarak </body> kodunu bulun ve hemen üzerine şu kodları ekleyin.
<div class='social_site social_users' id='social_link_users'><a><div class='icon'/></a> 
<div class='tray bg_denovo'><p><a>Twitter&#39;da Takip Et</a></p> 
<p id='users_online_box'><iframe allowtransparency='true' class='twitter-follow-button' frameborder='0' scrolling='no' src='http://platform.twitter.com/widgets/follow_button.html#_=1320542107073&amp;align=&amp;button=blue&amp;id=twitter_tweet_button_0&amp;lang=tr&amp;link_color=&amp;screen_name=tolga_gonul&amp;show_count=false&amp;show_screen_name=&amp;text_color=' style='width: 100px; height: 20px;margin-top: -15px;margin-left: 15px;' title=''/></p></div></div><div class='social_site social_facebook' id='social_link_facebook'><a><div class='icon'/></a> 
<div class='tray bg_denovo'> 
<p><a>Facebook&#39;ta Beğen</a></p> 
<div class='fb-like' data-href='http://www.facebook.com/nikayell' data-layout='button_count' data-send='false' data-show-faces='false' data-width='450' style='margin-left: 30px; margin-top: -20px;'/></div></div> 
<div class='social_site social_gplus' id='social_link_gplus'> 
<a href='#' target='_blank' title='Google+'><div class='icon'/> </a> 
<div class='tray bg_denovo'> 
<p><a>Google&#39;da Öner</a></p><p id='g_plus_box' style='margin-top: -10px;margin-left: 12px;'><g:plusone/></p></div></div>