The "Hashtag" plugin displays a feed of Instagram images from a chosen #hashtag.
- Go to Instagram Developer and register a new application (it takes just a minute).
- Copy the client id you're given and paste it in the settings of Hashtag.
- Mean while in settings you also need to set how long the images should be cached given in minutes. If you want to disable cache, enter 0.
- Now you only need to add the component to your page and render it with the component tag
{% component 'hashFeed' %}
Components
Instagram Hashtag uses only one component named Hashfeed it has 2 properties that you need to set. First one is count and it represents how many items (Instagram images) that should be displayed. By default it uses 12 and you cannot have a value higher than 20 because of the Instagram limits (This will however be possible in a future update coming soon ) The second property is the tag, the hashtag that you would like to use.
Modify the appearance
Hashtag has three CSS classes that you can use to modify the look of the feed. These are:
- .hashfeed
- .hashfeed-row
- .hashfeed-item
-
This plugin has not been reviewed yet.
-
1.0.2 |
Fixed bug that added a hashtag that breaks the API call. Jul 14, 2015 |
---|---|
1.0.1 |
Updated that the hash is optional in configuration. Jan 17, 2015 |
1.0.0 |
First version May 17, 2014 |