• I added the free version to test it out. It installed and activated fine. I set up a feed with Facebook, Twitter, and Instagram and that seemed fine. I added the shortcode to a page, and the only thing it output, was an error. I fixed that error the plugin, and nothing was outputted to the page. I looked at the JavaScript, and it is full of PHP errors as well.

    The PHP on this plugin is as if it was never tested. I like the idea of this plugin, but the authors are not running it with WP_DEBUG on, and it is like Swiss Cheese with the errors. I hope you can fix this. I see reviews staging similar issues, so this isn’t new.

    For starters, you need to make sure a variable is set, before you start using it. Example:

    Notice: Undefined variable: sfbap1_show_photos_from_twitter in /app/public/wp-content/plugins/wp-social-feed/includes/sfbap1-shortcode.php on line 10

    if($sfbap1_show_photos_from_twitter == 'hashtag'){

    That line should be something like:
    if(isset($sfbap1_show_photos_from_twitter) && $sfbap1_show_photos_from_twitter == 'hashtag'){

    • This topic was modified 7 years, 5 months ago by Jake Snyder.
Viewing 1 replies (of 1 total)
  • Plugin Author Arrow Plugins

    (@arrowplugins)

    Hi @ekaj,
    We have fix this issue and going to update the plugin with the fix. We are sorry for the inconvenience.

    Regards,
    ArrowPlugins

Viewing 1 replies (of 1 total)
  • The topic ‘Full of Errors’ is closed to new replies.