• i have a couple issues with this plugin but first id like to add that this is by far the best plugin to display my business page to my blog including likes, posts and more. ok first and foremost you coded the javascript to load synchronously which is very inefficient and causes seo probles due to parse times.
    lines 93,96 and 98:

    "<script src=\"http://connect.facebook.net/en_US/all.js#xfbml=1\">
                       need to be changed to:
    "<script async src=\"http://connect.facebook.net/en_US/all.js#xfbml=1\">

    that is an extremely easy edit and anyone can do this by using the plugin editor and editing the php file for this.

    the other issue that also causes low seo ratings and poor results on gtmetrix.com is that you do not have any way to specify image dimensions for post pictures or profile pictures.

    please fix the image dimension problem asap, otherwise this is an awesome plugin

    http://wordpress.org/extend/plugins/facebook-like-box-widget/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Facebook Like Box Widget] async js and image dimensions’ is closed to new replies.