Note that there are some explanatory texts on larger screens.

plurals
  1. POcreate instagram hashtag feed widget WITHOUT iframe
    primarykey
    data
    text
    <p>I want to avoid using an iframe at all costs. </p> <p>I know the alternative to using an iframe would be using instagram's API. After much research, though, I haven't been able to figure out the best method to create a hashtag feed that doesn't require me to spend multiple hours learning php, developing my own plugin, etc. </p> <p>I'm able to find a lot of information ABOUT instagram API, but then I couldn't figure out how to actually USE it if that makes sense? <em>I don't know if I need to create a .php file and upload to my FTP, or if I need to create my own plugin or if should use the <code>wp__remote_get</code> function? All these methods are definitely over my head, but I'm willing to pursue one head on if I just know that I'd be spending my time reading the right stuff. So this is where I need some guidance from you.</em></p> <p>I have looked at the API documentation provided by instagram. I have "registered my client" and thus received my client ID and SECRET. After looking at the available endpoints, I think the one I want is the <code>GET</code> call ending with the following: <code>/tags/tag-name/media/recent</code> (see instagram documentation <a href="http://instagram.com/developer/endpoints/tags/#get_tags_media_recent" rel="nofollow">here</a>)</p> <p>If you're wondering why I don't want to use iframe, here is why: 1. it is not responsive and doesn't work well with my theme. In other words, it doesn't "behave" and seems to have a mind of its own 2. I've been told they are old news 3. they just drive me crazy </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload