My website has a like button that doesn't publish anything on facebook.
http://www.abuze.com.br/cidade/7-florianopolis/oferta/2332-2-diarias-para-2-pessoas-na-pousada-timoteo-em-florianopolis-sc-com-33-de-desconto
What is going on?
PS: This like button has worked before.
Thanks.
Try to add
xmlns:fb="http://ogp.me/ns/fb#" xmlns:og="http://ogp.me/ns#"
on <html>
And test with facebook debugger tools :
http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.abuze.com.br%2Fcidade%2F7-florianopolis%2Foferta%2F2332-2-diarias-para-2-pessoas-na-pousada-timoteo-em-florianopolis-sc-com-33-de-desconto
Related
I have a problem to install facebook like button to my PmWiki site.
Some of pages work with the button fine but some not. I have tried to study the script got from facebook and found the span and iframe are all with 0 width and 0 height.
So I tried input the URL with problem to the like button plugin page: http://developers.facebook.com/docs/reference/plugins/like/
While I filled URL with problem like: http://www.newland-id.com/techwiki/index.php?n=Products.Products in the URL box of plugin page. I saw nothing on the right.
But same site some other pages work fine like above URL replace ?n=Products.Products to ?n=NQuire.NQuire.
I have also tried to report it to facebook bug, but that is funny I can not see create bugs button in the bugs page.
Please suggest or any body help me to report this bug to facebook?
I have successfully installed the facebook like button in iframe, but it seems like the "Likes" count is incorrect. I have tried liking a post from several accounts, and it always appear as only 1 like.
Any idea how to solve this?
I had a some "bug" with facebook like button.
First check yourt metas, and your og: properties. Put your url into a like button generator (http://developers.facebook.com/docs/reference/plugins/like/) and try to like your page. If the count is
Please try to change the like url to the facebook page, what is generator for your page to administer it. It was my solution to fix it.
I have a business facebook page, when I look at anyone elses page there is no like button, can anyone tell me why please?
Make sure you are logged in as a Facebook user and not as the business page. A business page is just that, a page, not a user, but you can log in as the page to do posts and manage things on your page.
Ok, got it figured out! If you are logged into Facebook as your "page" you will not see the like button. You need to be using Facebook as your main (personal) profile. Go to your page, then click the "Edit Page" drop down at the top and select your main account "Use Facebook as ..." then it should display the like button. It worked for me! If it doesn't work at this point, try logging out and logging back in again. Good luck! :)
I just created a Facebook page for my blog and am working on adding the like button. I suppose my first question is, is there already a like button added to a Facebook fan page itself and the code for the like button is so you can create a like button on a whole different page, like my Blogspot blog page? Since I'm the admin I'm not sure if I'm seeing whatever else is. If not, I'd like to add a like button to my Facebook page for people to like, but for the life of my cannot figure out where to paste the code. I know it says behind the tag, but that doesn't mean anything to me. Please help.
http://developers.facebook.com/docs/plugins/
On the Facebook page is a like button of course already integrated, on that page you can get code for your Blog or website.
Specifically, you're looking for this plugin:
https://developers.facebook.com/docs/reference/plugins/like/
Specify the URL you want the like button to like, whether that be your blog post or your facebook page.
You are looking for the facebook Like Box.
https://developers.facebook.com/docs/reference/plugins/like-box/
I have just implemented FB login and status updates in my app following the sample app in the IOS SDK.
I know it is common practice to have a like button for a page but is it also true for an app?
I mean is it possible to have a like button in my app that when tapped makes an entry on my FB page stating I like the app?
I can't seem to track the like feature down in the docs :-(
Thanks
basically you can add UIWebView and put your html tags inside it
check this and this sample they may help you