Simple, easy to add feeds from Instagram to your site. Period.
Embedding your feed from your Instagram easily with WP Instant Feeds.
This is a better version of wp-instagram-widget
. Thanks to Scott Evans
1. Using shortcode[wp_my_instagram]
:
You can place above shortcode into your posts/pages or widget (make sure shortcode is enabled in widget)
username
– Your Instagram username.limit
– Number of images.layout
– Items per row. default
, 2
, 3
, 4
, 5
, 6
, 8
, 10
.size
– thumbnail
, ‘small’, large
, original
.target
– items link target. _blank
, ‘_self’.link
– account urlfor example:
[wp_my_instagram username="wordpress" limit="12" layout="3" size="large" link=""]
Using widget in Appearance -> Widget and look for **WP Instant Feeds widget.**
Hell naw!!! public accounts only.
You can place these PHP functions any where you want:
if( function_exists( 'wp_my_instagram') ) wp_my_instagram( array( 'username' => 'my_username', 'limit' => 12, layout => '3' ) );
or shortcode:
echo do_shortcode( '[wp_my_instagram username="my_username" limit="12" layout="3"]');