Hey everyone! The posts on my site https://www.alphaleonisastrology.com have all of a sudden stopped to display the number of facebook likes each post received – like it would say “person x and 100 others liked this post” previously – and now there are just the like and share buttons without any indication how any people liked the post. I am using the offical facebook plugin. Can anyone please tell me what has happened here??? Thanks a lot in advance!
https://www.ads-software.com/plugins/facebook-social-plugin-widgets/
]]>I have installed this plugin and got it working but it is only showing up on my home page visit https://drivinglessonseastbourne.com/ – how do I get it to show up on my other pages. I am currently using the canvas theme. Any ideas would be much appreciated.
thanks
https://www.ads-software.com/plugins/facebook-social-plugin-widgets/
]]>Hi i am having real trouble removing the facebook like box widget border.
div._4s7c {
border:none!important;
}
is not working. Nor to setting the color in the widget options panel.
https://www.ads-software.com/plugins/facebook-social-plugin-widgets/
]]>I am using mac should it still be able to work? I downloaded it but when I went to my download folder it was empty
https://www.ads-software.com/plugins/facebook-social-plugin-widgets/
]]>Just saw this problem start on all sites where I use this plugin… the width parameter is no longer being applied, making the widget protrude out of most sidebar frames.
Any solution?
THanks!
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>I’m looking to enter the likebox into a coded full-width page, manually handling my sidebar (so i can have full width on top, side bar below) and was wondering if there was (dreaming) a shortcode or an include I can use to display in the <td> sidebar.
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>The Facebook Like Box does not show the feed in Firefox. Any ideas? Works great on both IE and Chrome.
pcdochelps.com
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>Hi,
Does any one know how to make this widget responsive? I’ve tried a number of CSS seelctors with max-width:100% !important but can’t get it to work.
Thanks
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>Anyone have any suggestions on what maybe causing the fan faces not to show? The setting is currently enabled.
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>Unfortunately, I tried this plugin on a Genesis Framework site with Décor child theme. It was a total disaster. The moment, I activated Facebook Social Plugin Widgets plugin, it removed all the widgets from Appearance >Widget and Genesis landing page. Genesis child themes are highly widgetized. I end up reconfiguring the widgets on a fully functional production web site. DISASTER DISASTER!!! Wasted a couple of hours to put the site back the way it was. I never had this experience with any WP plugin. Looks like this plugin conflicts with Genesis widgetized areas.
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>Hi
How come I just get a message that people should log into Facebook to see our FB feed? (“Create an account or log in to see what your friends are doing.”)
On other sites I’ve seen it work fine, so what am I missing? Some setting on our Facebook account?
– In the Activity feed widget, you just enter the url to the FB page one wants to show, right?
(- And the plugin makes any code in our site‘s header unnecessary?)
Just confused it doesn’t work.
Thanks,
Kjetil
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>Having issues with the plugin either looking like this or not displaying at all: https://screencast.com/t/BzuCcZg2uB
It could possibly be fixed by modifying the CSS, but there’s no way to access it since it calls an iframe from facebook. Suggestions? Fixes?
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>Nothing’s showing in the widget, I’ve double-checked the URL in both widgets:
https://www.redkitecreative.com/projects/clear/
It’s been about 2 hours since I added the widget, not sure if I needed to wait for FB or not…
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>I can’t seem to figure out what url to put into the widget. all I get is the below error message with everything I try. If I leave it blank, it pulls up the default info just fine.
There was an error fetching the like box for the specified page.
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>I’d like to change the CSS of the widget to match my theme a bit more. Where can I specify specific CSS? Right now looks likes it pointing to an outside source (FB?).
Thanks.
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>Thank you! Worked the first time, totally intuitive, easy.
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>I installed the plugin and activated it. Then I moved the widgets to my side bar, but when I go to the blog posts, the widgets or icons are not showing. What do I do?
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>Setting the height does not reflect on the widget.
Reason: missing $width variable.
Location:
facebook-social-plugin-widgets/includes/class-fb-like.php
line: echo '<fb:recommendations' . $url . $width . $border . $color . $font . $header . '></fb:recommendations>';
should be: echo '<fb:recommendations' . $url . $width . $height . $border . $color . $font . $header . '></fb:recommendations>';
same as the other 2 widgets:
facebook-social-plugin-widgets/includes/class-fb-recommends.php
facebook-social-plugin-widgets/includes/class-fb-activity.php
Please fix asap.
Thanks.
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>The fan photos are cut off at 1 1/2 rows. I’d like it to include 2 or 3 whole rows of photos.
It can be viewed at https://appowdercoating.s468.sureserver.com/
Thanks,
Bruce
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
]]>Hi everyone, the plugin is not working IE at the moment, sorry about that!
I’ll be adding a fix later tonight or early tomorrow, but if you can’t wait, here’s a temporary fix.
In your themes header.php
file, file the opening html
tag:
<html>
Add this attribute to it:
xmlns:fb="https://www.facebook.com/2008/fbml"
The end result:
<head xmlns:fb="https://www.facebook.com/2008/fbml">
The fix I’m going to release later will depend on a wordpress template tag called language attributes. You’ll need to change your opening html tag so it looks like this to get the fix to work:
<html <?php language_attributes(); ?>>
You can see an example of language_attributes
in action on the default 2010 theme.
Plugin:
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/