• Dear Forum Members,

    We would like to use this plugin to add an instagram feed to our site using beaverbuilder but it does not seem to work.

    We have tried to add the feed to the sidebar and the page itself in a text or html field but it does not seem to work. Equally, BeaverBuilder does not seem to offer a blank widget the feed could be added to.

    We would very much welcome your suggestions.

    Many thanks for everybody’s help.

    PAIRFUM

    https://wordpress.org/plugins/instagram-feed/

Viewing 1 replies (of 1 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey Pairfum,

    We can definitely help you out with this. There are a few things that could be the issue. When you try to use the shortcode, do you see nothing at all, just a loading symbol, or do you see the actual shortcode in plain text? That would help me narrow down some troubleshooting steps.

    You can always display the feed directly in the theme template file with the do_shortcode() function as well. You can paste the code between the opening and closing tags of the element you want to display it inside of. For example:

    <div>
    <?php echo do_shortcode( ‘[instagram-feed]’ ); ?>
    </div>

    – Craig

Viewing 1 replies (of 1 total)
  • The topic ‘Instagram Feed not working with BeaverBuilder’ is closed to new replies.