[Plugin: Facebook Social Plugin Widgets] height not working in 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.phpPlease fix asap.
Thanks.
https://www.ads-software.com/extend/plugins/facebook-social-plugin-widgets/
- The topic ‘[Plugin: Facebook Social Plugin Widgets] height not working in widgets’ is closed to new replies.