![]() |
facebook like
Hi i have no idea where to post my question ...
HM.. i am curios about how can i help facebook to take the logo of my site to facebook like plugin as you can see on the picture from facebook there is just white space http://www.upnito.sk/0/cuq8fdpm4uerf...rzjkqevb5x.png i am using this plugin PHP Code:
|
As far as I remember you need a few OpenGraph meta tags, and use their API in general rather than the simple iframe widget.
|
Quote:
<meta property="og:image" content="http://domain/images/fb_avatar.png"/> <meta property="og:title" content="<?php echo $_SERVER['REQUEST_URI'];?>"/> <meta property="og:url" content="<?php echo "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];?>"/> <meta property="og:site_name" content="My nick"/> And in file where i want to display it <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div style='float: left;'class="fb-like" data-href="<?php echo "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];?>" data-send="false" data-width="450" data-show-faces="true"></div> But still not working :( :( it still dont display the meta image from your link |
It should. Sometimes it takes a while for Facebook to pick that up. I remember having changed the Facebook image of a site a while ago, and FB would still show the old image for quite some time. Don’t know if it’s session cookies or Facebook crawlers, possibly the latter one. Just give it some time.
Oh, and don’t forget to add the OpenGraph scheme URI to the html tag. |
Quote:
|
When I did this I needed to add
Code:
<html xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#" … |
Quote:
|
| All times are GMT +1. The time now is 12:11 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.