• Resolved hydrowire

    (@hydrowire)


    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/

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Facebook Social Plugin Widgets] height not working in widgets’ is closed to new replies.