Wordpress Facebook Paylaş Butonu Arıyorum
15
●5.329
- 28-08-2010, 14:36:54Üyeliği durdurulduHocam Bu Olmuyor, Bana Facebook Paylaş Kodu Lazım, Kendi Facebook Paylaş Resmimi Kullanabileceğim
<script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><style> html .fb_share_link { padding:80px 0 0 200px; height:200px; background:url(http://www.hosyer.com/images/facebook-paylas.gif) no-repeat top left; }</style><a href="http://www.facebook.com/share.php?u=%3Curl%3E" onclick="return fbs_click()" target="_blank" class="fb_share_link"></a>Bu Kod Gibi Olacak.. - 28-08-2010, 17:06:49İşini görecek eklenti.
http://www.fileden.com/files/2009/7/...book-begen.zip
Zip şifresi : forsbey.com - 28-08-2010, 17:28:03Bu işinizi görür..
<a href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php the_title(); ?>" target="_blank"> <img src="paylas.gif" border="0" style="opacity:0.4;filter:alpha(opacity=40)" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40" /></a>

