I would like to have an Instagram feed for featured image of the blog.
Already I have Instagram feed blog post but I would like it to be also on featured image.
Any idea how to achieve this?
Link to blog - /
Link to the blog post where you can see Instagram feed which I would like to use as featured image. - /
I would like to have an Instagram feed for featured image of the blog.
Already I have Instagram feed blog post but I would like it to be also on featured image.
Any idea how to achieve this?
Link to blog - https://messnermoto/blog/
Link to the blog post where you can see Instagram feed which I would like to use as featured image. - https://messnermoto/messnermoto-motorcycle-rearview-mirror-evolution/
Share Improve this question asked Apr 3, 2019 at 14:35 MirjanMirjan 1 11 | Show 6 more comments1 Answer
Reset to default 0It depends a bit on your theme how to tackle this, because under most circumstances you cannot just change the featured image without writing a plugin.
If you're experienced with writing WordPress plugins (and Instagram' API) you could write your own plugin that replaces the featured image.
I would rather recommend using an existing plugin - the first I googled was Instagram Feed by Smash Balloon, which looks like it can do what you need. Using that plugin I would not show the featured image but instead use the Plugin's shortcode in order to show the right Instagram feed for your product.
image_frame post-photo-wrapper
with your Instagram feed. – Alexander Holsgrove Commented Apr 3, 2019 at 15:44image_frame post-photo-wrapper
div class. If you want a custom image, defined on each post (are you using ACF?) then you will need to alter the same div and retrieve the instagram image URL from the post. – Alexander Holsgrove Commented Apr 3, 2019 at 16:01