I cannot get the plugin to show
-
Hi I struggling to get this plugin to work. I have used the shortcode [instagram-feed] in a widget. I’ve tried it in the main content area as well to no effect. I have wp_footer(); and wp_head(); declared. I have checked for javascript errors but nothing apart from a few warnings regarding depreciated elements and missing source mapping. I have revoked access in Instagram and re-authorized plugin a few times to generate new access tokens. The Instagram account is not private. I do have the plugin working on a different site with a different instagram account and noticed in the source code that these scripts are added to the page through wp_footer(); :
<script type=’text/javascript’>
/* <![CDATA[ */
var sb_instagram_js_options = {“sb_instagram_at”:”*****Access Token*****”};
/* ]]> */
</script>
<script type=’text/javascript’ src=’https://www.website.com/wp-content/plugins/instagram-feed/js/sb-instagram.min.js?ver=1.5.1′></script>This isn’t happening on the site I am having problems with, even though wp_footer(); is declared and pulling in other scripts such as the admin-bar js. I have tried hard coding the above script with correct access token but still no joy. If you visit the page, at the bottom of it you will see the loading graphic and the 2 buttons but nothing else. Any help would be much appreciated. Thanks
The page I need help with: [log in to see the link]
- The topic ‘I cannot get the plugin to show’ is closed to new replies.