if( $self.hasClass('sb-blogpost1') ) {
apiCall = "https://api.instagram.com/v1/users/"+ entry +"/media/recent?access_token=" + sb_instagram_js_options.sb_instagram_at+"&count=33&max_timestamp=1449934734&min_timestamp=1449448734";
} else if( $self.hasClass('sb-blogpost2') ) {
apiCall = "https://api.instagram.com/v1/users/"+ entry +"/media/recent?access_token=" + sb_instagram_js_options.sb_instagram_at+"&count=33&max_timestamp=1449934734&min_timestamp=1449448734";
} else if( $self.hasClass('sb-blogpost3') ) {
apiCall = "https://api.instagram.com/v1/users/"+ entry +"/media/recent?access_token=" + sb_instagram_js_options.sb_instagram_at+"&count=33&max_timestamp=1449934734&min_timestamp=1449448734";
}
change the red timestamps to the date ranges you need and use these shortcodes:
[instagram-feed class="sb-blogpost1"]
[instagram-feed class="sb-blogpost2"]
[instagram-feed class="sb-blogpost3"]
If you are handy with javascript you can add as many of these else if blocks as you need for each post.
Obviously this will be easier once we add this feature but this should work in the mean time.
Let me know if you have any questions about this!