facebook-like

Facebook like count resets after a 301 redirection

蓝咒 提交于 2020-01-13 02:43:40
问题 I have an article on my site that has published in a wrong category. I wanted to change the category, and since the category name is part of the url, I than added a 301 redirection to the updated url. That article had also several likes, but after the 301, it was reset to 0 likes, since to Facebook this is now as a new url with no likes. If I remove the 301 than the likes count is updated again. Is there a way to notify FB that a certain url is a result of a 301 that has likes count? I assume

Facebook Like button, can it be made read only?

别等时光非礼了梦想. 提交于 2020-01-13 01:54:06
问题 I'm using Facebook Likes in my site. I have a gallery page which shows picture/video data and the number of likes for that data. Each piece of data has it's own URL which can be liked. However, I want to display the number of likes in the gallery navigation, but I don't want people to be able to "like" from the navigation. Is there a way to display the number of likes without the button? The only way I've seen so far is using the link stat "table" from FQL: http://developers.facebook.com/docs

Post comment with facebook like button doesn't work

青春壹個敷衍的年華 提交于 2020-01-12 07:44:05
问题 Im tryng to use the XFBML implementation of the Like Button, as it is described in the facebook social plugin page The like button appears and works fine (it asks for a confirm action, but it works ok). When i press the like button, a new dialog comment box popups that lets me add some comment to appear to my wall. However, when i press the "post to facebook" button, nothing happens and the popup dialog remains there. Finally, the comment doesn't appear to my facebook wall. Any help?? 来源:

Linter gives “Error parsing URL” error

China☆狼群 提交于 2020-01-10 19:15:12
问题 GOAL: I'm trying to apply a Like button to my blog - this is my first time trying it. BEHAVIOR: The button shows up, but when someone clicks "Like", the word "error" shows up in red next to the like button. No interaction with Facebook occurs. FIX TRIED: I've tried both the iframe and the html5 implementation, same behavior using both methods. FIX TRIED #2: The word "error" shows up as a hyperlink suggesting I use the Facebook Linter, so I did. However, when I put in my URL, the Linter gives

Facebook Like buttons not displaying when loaded hidden

ε祈祈猫儿з 提交于 2020-01-09 19:21:33
问题 I'm a bit stuck with this one. I have an article list with snippets that link off to the full article. when you hover over each blurb a bar appears at the bottom of the blurb that contaains social sharing buttons (FB, Twitter & G+1). http://jsfiddle.net/6Ukmb/ Note that the formatting has been stripped down in the jsfiddle example, and G+1 isn't working - not important to this question. My problem is with the FB like button not loading correctly. In Chrome, everything works as expected. In FF

Facebook Like buttons not displaying when loaded hidden

心已入冬 提交于 2020-01-09 19:21:08
问题 I'm a bit stuck with this one. I have an article list with snippets that link off to the full article. when you hover over each blurb a bar appears at the bottom of the blurb that contaains social sharing buttons (FB, Twitter & G+1). http://jsfiddle.net/6Ukmb/ Note that the formatting has been stripped down in the jsfiddle example, and G+1 isn't working - not important to this question. My problem is with the FB like button not loading correctly. In Chrome, everything works as expected. In FF

Facebook like Server error 500

落花浮王杯 提交于 2020-01-06 20:04:00
问题 I wanted to add a Facebook like button to one of the pages of my website. However, I'm being bothered by this Server error 500. You see, when I click the Facebook like plugin, it opens up the facebook login box. I enter my login credentials and then the login box disappears and it momentarily displays up my FB profile image beneath the like button on the page. The image then vanishes and it displays a "Confirm" box which when clicked displays this Server 500 error. Below is the code which I

Facebook HTML5 Like Button - Hide Comment Popup

a 夏天 提交于 2020-01-06 12:49:10
问题 I need to disable the "Say something about this" popup box that is displayed after clicking the Facebook Like button. The simple solution to this is to use the iFrame version of the Like button. However, my like page is hosted with woobox. I cannot change the like button from HTML5 to the iframe version but I do have access to add additional CSS and Javascript. There have been a number of solutions posted to Stackoverflow but some users have pointed out that they no longer work Facebook Like

Can't manipulate width of Facebook Like Button

爷,独闯天下 提交于 2020-01-06 07:47:24
问题 I have a sidebar 200px wide and the Facebook Like button I have placed inside it is running outside the boundaries of the DIV. Are there any workarounds to get the Like box text to recognise the 200px mark and reflow onto new lines when needed? I am working with this code: http://jsfiddle.net/tKkpm/2/ <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

Can't manipulate width of Facebook Like Button

核能气质少年 提交于 2020-01-06 07:47:10
问题 I have a sidebar 200px wide and the Facebook Like button I have placed inside it is running outside the boundaries of the DIV. Are there any workarounds to get the Like box text to recognise the 200px mark and reflow onto new lines when needed? I am working with this code: http://jsfiddle.net/tKkpm/2/ <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