Viewing 1 replies (of 1 total)
  • Plugin Author mr_speer

    (@mr_speer)

    In order to pull it in via straight PHP, you’d need to include the instagram.class.php file, which could get a little messy. Instead, you could try the do_shortcode function:

    echo do_shortcode('[si_feed]');

    That way you can just add in the shortcode with it’s parameters as per usual, which might be a little cleaner for you.

    mr_speer

Viewing 1 replies (of 1 total)

The topic ‘Call using PHP rather than shortcode?’ is closed to new replies.