• Is there a possibility to prevent the blocking of the shortcode [instagram-feed] by the admin-ajax.php page?
    To be clearer, when I load a page with an ajax call, the plugin is not printed as it should, in fact it is printed the shortcode “[instagram-feed]” as it is inserted in the html.
    I know that there is something to change inside the php code of functions.php but i don’t know what i need to change.
    Actually i’m using html5blank-stable theme

    <?php echo do_shortcode('[instagram-feed]')?> with this server respond with Fatal Error
    [instagram-feed] with this the shortcode is printed as it is inserted in html

    • This topic was modified 6 years, 2 months ago by italiancode.
    • This topic was modified 6 years, 2 months ago by italiancode.
    • This topic was modified 6 years, 2 months ago by italiancode.
Viewing 1 replies (of 1 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey italiancode,

    Normally our plugin works just fine with pages loaded with AJAX. What is the fatal error that occurs?

    Does your content run through “do_shortcode()” before it is outputted on the page? This is normally what happens with WordPress content.

    – Craig

Viewing 1 replies (of 1 total)
  • The topic ‘Ajax and Insta-feed’ is closed to new replies.