facebook-like

Voting for items via facebook like?

六眼飞鱼酱① 提交于 2019-12-10 20:42:54
问题 I have a friend who wants to run a weekly contest where users can vote on their favorite pictures. He wants users to "Like" a photo in order to vote for it. Is this a reasonable mechanism for this action? Will this work? Is there a reasonable way to get the vote numbers out of facebook? Facebook indicates that the Like number on a button is the sum of: * The number of likes of this URL * The number of shares of this URL (this includes copy/pasting a link back to Facebook) * The number of

Adding CSS to Facebook Like Box

梦想与她 提交于 2019-12-10 20:12:59
问题 I'm trying to add css styling to Facebook Like Box XFBML file but it doesn't take the stylesheet the regular way – its own stylesheet comes after yours. So I did some search and found posts that said to add css="youstylesheetlink.css" to the fb:like-box like this: <fb:like-box href="https://www.facebook.com/example" width="496" height="120" show_faces="true" border_color="" stream="false" header="false" css="http://example.com/css/style.css?2"></fb:like-box> But no matter what I try it doesn

My facebook like button is not showing up

南笙酒味 提交于 2019-12-10 18:44:18
问题 I looked at previous asked questions about the facebook like button and didnt see anything that was wrong with my code. Here is what I have: <body> <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_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs);} (document, 'script', 'facebook-jssdk'));</script> </body> 回答1: After adding the code

What is the link for the Facebook Like button in the iOS App Store?

a 夏天 提交于 2019-12-10 18:18:55
问题 If you go to the Apple App Store on an iOS device, each app has a Facebook Like button under the Review tab. Is there a way to generate or know what this link is? Is that like button linked to a Facebook App? What if you have not created an Facebook App associated with your iTunes App? I have looked on Facebook and the following is logged under recent activity: "Joe likes <My iOS App> on <iOS>" Where <My iOS App> is a link to the app on iTunes, and <iOS> is a link to the iOS 6 page on apple

Facebook “Like” produces “There was an internal error when updating the Page.”

橙三吉。 提交于 2019-12-10 17:45:54
问题 I added a like button to my blog a few months ago and things have been working perfectly. Suddenly I added a new post this morning, and for whatever reason, the like button is now broken. Everytime I click "Like" I receive this error: There was an internal error when updating the Page. There is no additional information. I used Facebook's LINT and the meta info comes through perfectly, only the same vague error appears: http://developers.facebook.com/tools/lint/?url=http%3A%2F%2Fwww

How can I get Twitter / Facebook / Google+ buttons to show up after loading page via ajax?

一个人想着一个人 提交于 2019-12-10 17:17:09
问题 I have a rails 3.1 application where I want to allow users to share items via Twitter, Google+ and Facebook (HTML5 version of the like button). I have it working great on the show page for the item (i.e. - just showing that one item), but I'm having issues on a container page that loads the items in a list via Ajax. I want to have separate share buttons next to each item in the container. The first time the page loads, the share buttons show up fine next to each item. It's only when I reload

Error 6 (net::ERR_FILE_NOT_FOUND): The file or directory could not be found

夙愿已清 提交于 2019-12-10 17:15:03
问题 hi there i am a student and practicing how to place the like box plugging code in simple html using the notepad, here is the simple code i write with the like box plugging code: <html> <head> <title>My Great Web page</title> </head> <body> <iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Febitesblog&width=292&colorscheme=light&show_faces=true&border_color&stream=true&header=true&height=590" scrolling="no" frameborder="0" style="border:none; overflow

Internet Explorer Like button madness

雨燕双飞 提交于 2019-12-10 14:06:26
问题 I have a page with an image. When you hover over the image, a slightly transparent white div appears on top of it with a couple of action buttons and some info. When you move your mouse off the image, the info/button box disappears (display: none). In that hidden/mouseover box is a facebook like button. It shows up perfectly fine in all other browsers, but As you might have guessed, it has strange behaviour in the notorious IE browsers. In IE7 - IE8, the like button appears for just a second

How can i get the Facebook page like count without login?

血红的双手。 提交于 2019-12-10 13:38:20
问题 I need to get the facebook page like count without user login. I want to show the count on my webpage. I don't want an FB Button, need to show the count only. I saw that several people are using graph api, But I think it requires an accesstoken, so it also required to login by the user. I don't want that kind of stuffs. Guys help me with a solution. I will also trying, if I get a solution before, will comment here. 回答1: This would be the API call: https://graph.facebook.com/[page-id]?fields

Having Facebook likes accumulate over https:// and http://

落爺英雄遲暮 提交于 2019-12-10 13:33:02
问题 We're experiencing a problem where Facebook likes are counted individually for http://urlhere.com and https://urlhere.com. Is there a way to have those counts combine, and just register for the url urlhere.com, regardless of prefix? 回答1: Point an og:url meta tag on both URLs to one of them (i.e on both HTTP and HTTPS, point the og:url tag to the HTTP version) 回答2: Facebook for god knows what reason treats these URL as different URLs. If you switch the whole site to https://, which is what