
25-07-2010, 00:51:43
|
| |
Aynı Sorun bende'de var kullandığım kod bu Wordpress sisteminde Alıntı: |
<script>function fbs_click() {u=location.href;t=document.title;window.open('htt p://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeU RIComponent(t),'sharer','toolbar=0,status=0,width= 626,height=436');return false;}</script><a href="" onclick="return fbs_click()" target="_blank"><img src="wp-content/themes/images/fb-paylas.gif" alt="facebook'ta paylas" border=0></a>
|
EDit :
Alttaki kodu denedim düzeldi sende bir denersin.. PHP- Kodu: <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:2px 0 0 20px; height:16px; background:url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?2:26981) no-repeat top left; }</style><a href="http://www.facebook.com/share.php?u=<url>" onclick="return fbs_click()" target="_blank" class="fb_share_link">Facebook'ta Paylaş</a>
Konu residents2000 tarafından (25-07-2010 Saat 01:22:07 ) değiştirilmiştir..
|