Forums

Instagram for WordPress
multiple feeds at once (5 posts)

  1. BeneeSmith
    Member
    Posted 3 months ago #

    Hi

    Is it possible to have 2 different feeds running at once.

    I have 2 accounts ad i would like to show both of the feeds on the same page.

    other than that, love the plugin

    thanks
    Ben

    http://wordpress.org/extend/plugins/instagram-for-wordpress/

  2. panduh187
    Member
    Posted 3 months ago #

    I have the exact same question, I run a clothing line and we like to have feeds from various members displayed. we were able to do this with the old version and would greatly appreciate if we could get this working again.

    Thanks for the great widget though!

  3. loridyck
    Member
    Posted 1 month ago #

    DId anyone figure this out yet?

  4. jbenders
    Member
    Plugin Author

    Posted 1 month ago #

    I shall add this into the 0.5 release that will come out soon

  5. asumaran
    Member
    Posted 2 weeks ago #

    yay, I tried to add the widget dinamycally by adding the code as follows in a page template, so I can create a page for every hashtag I need

    $current_hashtag = get_the_title();
    $instance = array(
                  'hashtag' => $current_hashtag,
                  'cacheduration' => 0
                );
    the_widget( 'WPInstagram_Widget', $instance );

    but the following code still don't let me display the actual result. It always displays the first hashtag requested.

    if ($imageraw) {
    	$imageraw = unserialize(base64_decode($imageraw));
    
    	if (($imageraw['created'] + $cacheduration) > time()) {
    		$images = $imageraw['data'];
    	}
    }

    I commented these lines in the file wpinstagram.php and is working now but I think is the lowest fashionable way to solve this but it works. Hope someone use this as a workaround until the 0.5 release.

Reply

You must log in to post.

About this Plugin

About this Topic