Feed Displays in Feed Customizations but Not Live
-
Hello,
I have the account connected. The images and feed show up when customizing the feed settings through your plugin pages, but nothing displays whenever I use the “Embed Feed” and copy the shortcode. The output looks like this:
echo apply_shortcodes( '[instagram-feed feed=1]' );
The plugin adds markup, but it’s not pulling in the feed as it does in the setting pages. I don’t have any JavaScript errors in my console, and the only debug log is a PHP Warning:
Undefined array key "tagged" in /wp-content/plugins/instagram-feed/inc/class-sb-instagram-settings.php on line 1014
We’ve been able to use the WordPress Health Check & Troubleshooting tool to ensure it’s not a plugin conflict.
Do you have any ideas why my feed won’t display through
apply_shortcodes()
and how I can fix this issue?– – – – – – – – – –
If I disable “Load Initial Posts with AJAX” I do get a feed… of placeholder images. The image descriptions are still pulled from Instagram correctly, but all the images are plugin placeholder images.
- The topic ‘Feed Displays in Feed Customizations but Not Live’ is closed to new replies.