facebook-likebox

Alert says using deprecated HREF without absolute URL

本小妞迷上赌 提交于 2019-12-03 10:48:01
Message alert in Facebook developer page that my site is currently using the following deprecated features: Social Plugins (Like Button, Like Box) without absolute URL's in their href parameter. This must be fixed before July 2013. I'm guessing it's talking about the data-href parameter for likes, but my like buttons are being generated with the following simple code: data-href="http://<?php echo $_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"];?>" And the results when viewed in the browser (looking at the HTML source) certainly look like absolute URLs to me. What is this alert actually trying to

Fluid like box?

一个人想着一个人 提交于 2019-12-02 20:36:37
I'm making a responsive site and need to include a Facebook Like-Box for the client's Facebook fanpage. The developer page for the like-box has a widget for customization, but it doesn't allow you to set a width in percentages. I've searched around and the closest I've got was this page from 2010, which refers to a fb:fan widget that allows you to link custom CSS. I tried to get this tutorial to work but it fails with this error: <fb:fan> requires one of the "id" or "name" attributes. So, to recap, I need a Facebook Like Box that I can either set up to be fluid, or which allows me to pass

Facebook Like Button - how to disable Comment pop up box?

牧云@^-^@ 提交于 2019-12-02 14:03:14
问题 I'd like to disable the Comment box that pops up when a user clicks the Facebook Like button , I followed the post Facebook Like Button - how to disable Comment pop up? and changed the CSS But it didnt work any other suggestions please I cant use IFRAME otherwise i would not be able to use FB.Event.subscribe('edge.create', 回答1: From http://developers.facebook.com/docs/reference/plugins/like/: When will users have the option to add a comment to the like? If you are using the XFBML version of

Facebook Like Box social plugin doesn't work with Turbolinks

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-01 20:33:15
I'm using the Like Box social plugin ( https://developers.facebook.com/docs/reference/plugins/like-box/ ) and it works great. Problem is that I'm using it within a Rails 4 application with Turbolinks. Whenever I reload a page, the like box shows up. If I click on any link, the next page loads and the Like Box doesn't show up. I tried this already but didn't worked =/ http://reed.github.io/turbolinks-compatibility/facebook.html Any ideas on how to solve this problem? The link you have posted in original question is quite nice. It asks us to create three functions: 1) saveFacebookRoot: This is

fb:like-box, custom css?

廉价感情. 提交于 2019-11-30 11:07:58
Is it possible to add a custom css file to a fb:like-box? For example, I would like to remove the borders around the iframe. Thanks The new like-box does not accept the "css" attribute. You have to use the old fb:fan plugin to achieve it. For example: <fb:fan profile_id='[PAGE_ID]' width='300' height='256' show_faces='true' stream='false' header='false' css='[CSS_URL]'></fb:fan> Remember to add the "all.js". <div id="fb-root"></div> <script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script> <script type="text/javascript">FB.init(

fb:like-box, custom css?

大城市里の小女人 提交于 2019-11-29 11:13:24
问题 Is it possible to add a custom css file to a fb:like-box? For example, I would like to remove the borders around the iframe. Thanks 回答1: The new like-box does not accept the "css" attribute. You have to use the old fb:fan plugin to achieve it. For example: <fb:fan profile_id='[PAGE_ID]' width='300' height='256' show_faces='true' stream='false' header='false' css='[CSS_URL]'></fb:fan> Remember to add the "all.js". 回答2: <div id="fb-root"></div> <script src="http://static.ak.connect.facebook.com

I cannot get 'show faces' to work in the like box

南笙酒味 提交于 2019-11-28 14:21:15
I am stumped - I have been spending hours trying to get what I thought would be something simple to work, I have failed. Go to the following URL: http://developers.facebook.com/docs/reference/plugins/like-box/ Replace 'platform' in the Facebook Page URL text box with my page 'thenetipot.net' You will see I have 411 likes, yet no faces show up, even though 'Show Faces' is selected. Try any other page and they all show faces, but not mine! The only way I have got any to show is by changing the height to 1000 which is no way any sort of resolution? Please help and happy new year! I think it will

I cannot get 'show faces' to work in the like box

三世轮回 提交于 2019-11-27 08:36:00
问题 I am stumped - I have been spending hours trying to get what I thought would be something simple to work, I have failed. Go to the following URL: http://developers.facebook.com/docs/reference/plugins/like-box/ Replace 'platform' in the Facebook Page URL text box with my page 'thenetipot.net' You will see I have 411 likes, yet no faces show up, even though 'Show Faces' is selected. Try any other page and they all show faces, but not mine! The only way I have got any to show is by changing the