facebook-like

How can I add a custom styled Facebook like / share button on an input-field?

孤街浪徒 提交于 2019-12-22 13:46:08
问题 I don't want to use the normal Facebook like button so how can I add a like / share button to a -Field? 回答1: It is not allowed to use a custom styled like button, see Brand Permissions: https://www.facebook.com/brandpermissions/ https://www.facebook.com/brandpermissions/logos.php You can only use a custom graphic for sharing, but in your case it would be more appropriate to use a share function anyway (the Twitter button is also for sharing). See here: How to use Facebook Sharer in PHP ...or

Like Box - Showing “check in's” rather than recent posts?

断了今生、忘了曾经 提交于 2019-12-22 12:43:27
问题 I just added a Facebook Like Box, per the instructions on the developers page here:https://developers.facebook.com/docs/reference/plugins/like-box/ The page says it should show recent posts from the page. However, on my site, it only shows the "friendly activity" feed on the page which seems to be ONLY the people that have checked in to the restaurant. Is it because its a "place" that its doing this? And I may need to make it a business rather than location to adjust the feed? Is there a

customizing facebook like-box

依然范特西╮ 提交于 2019-12-22 01:34:49
问题 I would like to customize the design of my facebook like-box. ive already search the net and follow all the instructions, here's the link ive tried but its seems obsolete: http://www.daddydesign.com/wordpress/how-to-customize-your-facebook-fan-box/ there are lots of tutorial in web, but have the same solution. been stuck for almost 2 hours in this. can anyone knows how to customize the like-box? your help is greatly appreciated. 回答1: Get XFBML code from here: http://developers.facebook.com

Facebook Like Button doesn't show og metadata until after first like

社会主义新天地 提交于 2019-12-21 21:08:10
问题 The issue is nearly identical to Facebook Recommend Ignoring og:title Until Page Refreshed, but that never seemed to really be resolved (and the solution unfortunately did not help us). We have thousands of pages with a programmatically-generated like button. The very first time I click on the like button, the appropriate og-tag information is not included in the popup, and the popup looks like (with URL redacted) http://imgur.com/nWffNY1,UCI76QV#1. If I continually unlike and relike the page

How to get the 'Want to see more from' - 'Like Page' button on playing a Flash based post?

蹲街弑〆低调 提交于 2019-12-21 20:44:36
问题 When we click on a Sound Cloud shared URL, it will start the flash content. Along with that below the flash content we can see the following message as shown in the image, if we have not liked the Sound Cloud page yet. [Want to see more from Sound Cloud? Like Page!][1] http://i.stack.imgur.com/KxsSV.png So, my question is that how do I get the Like Page button on my Flash posts? They do not appear when I share my sample URL like http://www.pikspeak.com/show/64/peafowl even though I have set

Built-in Like Button - Facebook SDK 3.0

吃可爱长大的小学妹 提交于 2019-12-21 20:34:37
问题 Does anybody happen to know a good tutorial on placing the ‘I like it’ button into the application? I’m especially interested in Facebook SDK 3.0 and the so-called Built-in Like button. So far, I’ve been searching through google and stackoverflow but I haven't found anything about SDK 3.0. 回答1: Publishing a built-in like is very similar to publishing a custom Open Graph action . The best resource for learning about publishing built-in likes is Facebook's reference page: https://developers

Capturing the click event of a Like button

不羁的心 提交于 2019-12-21 18:41:46
问题 I'm trying to subscribe to the Like button click. Here's the code I have: <body> <!-- Facebook Like Button with your App ID --> <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&appId=349467237487892"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); FB.Event.subscribe('edge.create',

Capturing the click event of a Like button

吃可爱长大的小学妹 提交于 2019-12-21 18:41:42
问题 I'm trying to subscribe to the Like button click. Here's the code I have: <body> <!-- Facebook Like Button with your App ID --> <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&appId=349467237487892"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); FB.Event.subscribe('edge.create',

FB.Event.subscribe not firing for certain events

懵懂的女人 提交于 2019-12-21 17:43:04
问题 So I'm trying to do some event handling when a user clicks the like button. My Facebook button is being created asynchronously via: (function() { var e = document.createElement('script'); e.async = true; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; document.getElementById('fb-root').appendChild(e); }()); And that works great. I have the following function running as well: window.fbAsyncInit = function() { FB.init({status: true, cookie: true, xfbml: true}); FB

Right-align the contents of a Facebook like-button iFrame?

无人久伴 提交于 2019-12-21 09:17:05
问题 I need to right align the contents of a Facebook Like button so that they always sit against the ride side of their set "width". I can do this in Firebug by setting the table to float: right;, but it doesn't appear to work if I define that value in the CSS. Here's in image to explain my question: EDIT: Here's a JSFiddle: http://jsfiddle.net/h66z3/2/ 回答1: Since you are using the button_count layout, there is a little trick I found that seems to work. Basically you just wait for the iframe to