• Resolved Joshaw

    (@joshaw)


    Hello,

    I have installed your plugin on a WordPress installation we’re using as a blog and want to show the feed on a non-wordpress page. So I have called in WordPress on the page by loading wp-load.php which has worked when pulling posts on to these pages but when calling your function I get the following error:

    Something is wrong.
    Instagram token error.

    But it works if I load it on a blog page. Is there a way around this?

    Unfortunately I’m working on a local site so can’t share a link.

    Thanks in advance!

    Jo

    • This topic was modified 6 years, 9 months ago by Joshaw.
Viewing 1 replies (of 1 total)
  • Hi,

    We are sorry for the delayed response.

    With a bit detailed information, we might be able to resolve this problem for you. Could I please ask you to activate WordPress debugging and check for PHP errors, notices or warnings related to the product?

    You can activate debugging the following way.

    1. Access your website files using FTP connection and open wp-config.php file.

    2. Look for the following line:
    define( ‘WP_DEBUG’, false );

    3. Change false into true, so the line looks like this:
    define( ‘WP_DEBUG’, true );

    If the line is not present in the file, simply add it to the bottom of wp-config.php and save it.

    Thanks and have nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Embedding on a non-WordPress site’ is closed to new replies.