Docs    Instagram    Documentation

How do I embed the Instagram feed directly into a WordPress page template?

Version 6.0 and above

You can embed the feed directly into a template file by using the WordPress do_shortcode function, ensuring you use the provided feed number for each specific feed. Example:

<?php echo do_shortcode('[instagram-feed feed=1]'); ?>

Below version 6.0

You can embed the feed directly into a template file by using the WordPress do_shortcode function:

<?php echo do_shortcode('[instagram-feed]'); ?>

support

Couldn’t find your answer in the docs?

Contact Support

Was this article helpful?