hi friends, can please someone help me? I always used the Facebook Share feature in my website to share my content. But today I tried and doesn't show the post thumbnail like usual. What could be? I didn't touch the code, just stops working... I have the same feature in my other websites and is working fine, but not in this one. Can you please test It? http://www.thongsaroundtheworld.com/conteudo/p.php?id=2160 (NOT SAFE FOR WORK) I will pay $5 via paypal for who can help me fix Facebook share/like thumbnail issue Thank you
still having the problem ? now also you are going to pay 5$ . mine is working perfectly. just try to create the link again.
hmmm still not working Also, like button is not showing thumbnails... What code are you using? This is what Im using: like button in posts: <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.thongsaroundtheworld.com/conteudo/p.php?id=<?php echo $a1[$j]; ?>&layout=button_count&show_faces=false&width=80&action=like&font=trebuchet+ms&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true" title="Thongs Around The World - From <?php echo $a5[$j].': '.$a2[$j]; ?>"></iframe> Code (markup): that converts like that: <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.thongsaroundtheworld.com/conteudo/p.php?id=2140&layout=button_count&show_faces=false&width=80&action=like&font=trebuchet+ms&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true" title="Thongs Around The World - From Italy: Dahlia"></iframe> Code (markup): share button: <script src="http://widgets.fbshare.me/files/fbshare.js"></script> Code (markup):