I noticed that this stopped working. There was no upgrade/update for it. I updated WordPress to 3.5.1 and it still is not appearing.
In Firefox (18.02) all I get is the like us on Facebook icon plus the Number of fans. On Chrome I get the box, with the link to Facebook, but not the faces. Same on IE9.
https://www.ads-software.com/extend/plugins/facebook-fan-box/
]]>I am using this facebook fan box widget on a forthcoming blog of mine here.
All is looking good except that the profile pictures are not centred like I would want them to be. I have used Firebug to identify the element that I would need to change and the value that I would need to change it to but the css is not a document that I can access.
However, the widget allows the path of a custom css document to be inputed and used. This could be the answer to my problem except that I don’t have a clue where to start. I have only ever edited existing css documents – not started one from scratch. I also only want to tweak 1 existing element. Will this custom css feature be suitable for this?
Any guidance that you clever people can give me would be appreciated.
https://www.ads-software.com/extend/plugins/facebook-fan-box/
]]>As soon as I put the API in it dissapears. When I remove it the skeleton of the plugin re-appears.
Any ideas?
Brad
https://www.ads-software.com/extend/plugins/facebook-fan-box/
]]>Im trying to install the facebook fan box, the one from facebook have some issue with stream updat and for some reason the plugin dont work
<?php facebook_fan_box('xxxx', '1', '0', '600', 'https://www.cabaretcarol.com/wp-content/themes/especial/style.css', '0', '900', 'fr_FR'); ?>
ive also try the simple one
<?php facebook_fan_box(‘2xxxxx’); ?>
xxx is the pge id
ive put off the api key as reuested on the page plugin.
https://www.ads-software.com/extend/plugins/facebook-fan-box/
]]>Hi,
I want to know why I am getting this message on frontpage FB fan box:
“Login to see content”
It shows content after login but I want it to show members always, how can I solve this ?
Thanks for great plugin ??
https://www.ads-software.com/extend/plugins/facebook-fan-box/
]]>Hi,
I wrote a patch for your plugin to avoid call of deprecated functions. I hope it it can be integrated in /trunk. Here it is:
Index: facebook-fan-box.php
===================================================================
--- facebook-fan-box.php (revision 462584)
+++ facebook-fan-box.php (working copy)
@@ -155,9 +155,9 @@
function widget_ffb_register() {
$title = 'Facebook Fan Box';
// Register widget for use
- register_sidebar_widget($title, 'widget_ffb');
+ wp_register_sidebar_widget('facebook-fan-box', $title, 'widget_ffb');
// Register settings for use, 300x100 pixel form
- register_widget_control($title, 'widget_ffb_control');
+ wp_register_widget_control('facebook-fan-box', $title, 'widget_ffb_control');
}
widget_ffb_register();
https://www.ads-software.com/extend/plugins/facebook-fan-box/
]]>I have multiple business and multiple facebook pages I’d like to add boxes for along the side of my blog. I saw previous posts regarding this that someone had developed code, but the threads were closed to new comments. Can someone help?
https://www.ads-software.com/extend/plugins/facebook-fan-box/
]]>Any way to make .fan_box .full_widget .connect_top have a background of #fff?
https://www.ads-software.com/extend/plugins/facebook-fan-box/
]]>Does anyone else have issues in Chrome when using this Plugin. Looks fine in IE and FF. I have uninstalled and reinstalled and it still looks bad in Chrome. Is this the only WP Plugin that updates Facebook Page status?
https://www.ads-software.com/extend/plugins/facebook-fan-box/
]]>