Viewing 6 replies - 1 through 6 (of 6 total)
  • should be something like:
    [simply_instagram display="10" ...]

    but it did not work for me =(

    more details here:
    https://www.rollybueno.info/project/simply-instagram/

    Thread Starter richard.miller

    (@richardmiller-1)

    Bump?

    buuuump! Looking for a fix to this. Plugin works amazing with the exception of limiting the number of photos displayed.

    Does anyone have an answer on that ?

    illebas

    (@illebas)

    Open wp-content/plugins/simply-instagram/simply-instagram.php

    Find the switch statement at line 617. Depending find the feed you are using. Below is a snippet from the self-feed. Change 20 to the amount that you desire. I think 20 maybe the max.

    case'self-feed':
    					echo '<div id="masonryContainer" title="self-feed" class="clearfix masonry">';
    					echo sInstDisplayData( sInstGetSelfFeed( access_token() ), $atts['size'], "20", "150", $customRel );
    					echo '</div>';
    				break;
    Plugin Author rollybueno

    (@rollybueno)

    Fixed in version 1.2.4

    Let me know if it works for you gentlemen

    Cheers!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Simply Instagram] No place to set the number of photos? (Using shortcode, no widgets)’ is closed to new replies.