• dloewen4

    (@dloewen4)


    I had to make some edits to the plugin to make it work. This is on WP 3.8.1 with plugin version 1.3.

    1. Correct the file paths in /wp-content/plugins/facebook-album-photos/facebook-photos.php – the folder is incorrect on lines 31,32,33 – the url should include the “facebook-album-photos” folder instead of “facebook-photos”.
    2. Remove line 31 of the same file if your theme already enqueues jQuery, then line 38 should change to “jQuery(function($) {“, since when you properly include jQuery from WordPress it runs in no conflict mode, which brings me to a request from the developer below:

    To the developer: please enqueue your scripts instead of including them via script tags. Otherwise it will break many other themes and plugins as it did mine. Also please correct the file paths as noted above.

  • The topic ‘Doesn't work out of the box’ is closed to new replies.