Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author rollybueno

    (@rollybueno)

    Hello Beno,

    Unfortunately, this plugin does not support on displaying all your images from Instagram and No, this plugin does not displaying random images as it strictly follow the sequence from Instagram API.

    Thanks

    You can add count parameter in below line in simply-instagram-functions.php and replace 60 with numbers of pics you want to display. May be plugin author can give option for this in back end for dynamic numbering.

    $apiurl = “https://api.instagram.com/v1/users/” . $user_id . “/media/recent/?access_token=” . $access_token;

    Replace with

    $apiurl = “https://api.instagram.com/v1/users/” . $user_id . “/media/recent/?access_token=” . $access_token.”&count=60″;

    Plugin Author rollybueno

    (@rollybueno)

    Hi vir,

    Thanks for that. Maybe I give this a try in the future releases.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Displaying all images from a feed’ is closed to new replies.