facebook-like

Fancybox Resize to fit content, without title

99封情书 提交于 2019-12-23 17:31:05
问题 I am using Fancybox on my website to display photos. I add (via JavaScript) social buttons and facebook comments dynamically in the title area after loading the photo. The problem I have is that if I let it resize as normal, it resizes to try to fit the title content on the screen as well (which can get rather long thanks to comments). My question is this: is it possible to have fancybox resize to fit the photo on the screen, but allow the title area to overflow off the screen? I have

Facebook 'like button' return X-Frame-Options Deny

谁都会走 提交于 2019-12-23 17:06:17
问题 I'm trying to put a facebook 'like button' on each post of a blog. The code was pasted correctly, but i'm getting this error: Refused to display 'https://www.facebook.com/undefined/plugins/like.php?action=recommend&app_id…%2F&layout=button_count&locale=pt_BR&sdk=joey&share=false&show_faces=false' in a frame because it set 'X-Frame-Options' to 'DENY'. There is a 'undefined' after facebook.com/, and i don't know why. Any idea how to solve this issue? 回答1: This is unfortunately a bug in how the

Facebook like button change from external url to facebook page

拟墨画扇 提交于 2019-12-23 13:33:09
问题 I have a website with a Facebook Like button on the homepage. The Like button URL is www.domain.com. I have a bunch of users who liked my URL. After some time, I created a Facebook Page for my website and changed the destination of the Like button to the URL of the Facebook Page. Is it possible to connect the website to the Facebook page ? Is it possible to move the likes from website to page? 回答1: If you still want to have separate counters then the answer is no - you can not "move" likes

Meteor- Facebook social plugin cant load until browser refreshes

≡放荡痞女 提交于 2019-12-23 05:15:49
问题 i'm having an issue with Facebook social plugins. The like & comment box in my website only appears after refreshing the browser. Does anyone know why is this happening and how i can fix it? I'm using Meteor to build my website and the page, where the social plugins are placed, are only accessible after the user is logged in. Thank you very much! :) The test website is www.sgeasyaidtest.meteor.com and the social plugins are under the planner page. This is the script for FB login & social

Facebook Fan page like check

守給你的承諾、 提交于 2019-12-23 04:52:47
问题 I would like to see of visitor of my website is already fan of my fanpage. So if somebody visits my website,i would like to ask him to visit my fanpage only, if he is not fan already.I dont want to ask for permission. Just check, if he likes the fanpage or not. Is there possibility to do this? I am not experienced in this Facebook API, this is why i ask for an idea for doing this 回答1: It can be done using FQL by querying page_fan table, you have to get user_likes permission before doing this.

facebook like on webview android shows blank screen after login

此生再无相见时 提交于 2019-12-23 03:48:12
问题 I utilize the facebook html like for my app to open a webview like this https://developers.facebook.com/docs/plugins/like-button/ The webview shows a Like and Share button, but after I login to facebook, it doesnt return to the Like and Share button, but a blank page, the share button works fine. So how do I return to the facebook like url after logging in? public class LikeFacebookActivity extends BaseActivity { private WebView webView; private final String URL = "facebookIDhere"; @Override

No “Admin Page” link on Facebook Like button on a web page

ⅰ亾dé卋堺 提交于 2019-12-23 02:51:17
问题 I have a website that uses the Facebook like button. I am attempting to get the "Administration" link to show up on the page so that I can push content to people who like the page. My page's HTML namespace is like: <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#"> My meta tags are like so: <link rev="canonical" href="http://mysite.com/welcome/" /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="MySite" /> <meta property="fb

Dynamic Facebook Like button width OR show Like count even when there are 0 likes

孤人 提交于 2019-12-23 02:05:13
问题 I just recently implemented the FB Like button, Google +1 button, Digg and Tweet buttons on my review pages, see here: http://www.datesphere.com/reviews/dating-sites/geek2geek/ However, because the Facebook Like button changes width depending on whether someone has ever clicked "like", the spacing between buttons is inconsistent. Is there some way to dynamically set the width of the element depending on whether there are any like, OR (and I'm guessing this is easier) just show the little

Inserting facebook like button

让人想犯罪 __ 提交于 2019-12-22 22:47:10
问题 Say I have a blogging site http://www.example.com using custom cms, and I want each content in the site to display a like button. I have been able to add a mod that inserts code snippets in each page, incliding the like code, but how do I go about differentiating the likes from each different post because as I recall, the facebook like code requires a src="http://www.example.com" , how do I make the src value unique for each page like src="http://www.example.com/news/a_news.php" . How do I

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

谁说胖子不能爱 提交于 2019-12-22 13:46:13
问题 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