Display image from a hashtag in your template, post/page or widget area using template tag, shortcode or the widget…..
Download
Version – 2.3.1
Description :
This plugin requires PHP version 5.3 as minimum.
It currently works with twitpic, instagram, yfrog, plixi, flickr, pic.twitter.com. Adding more services is quite easy and can be done on request. URL’s are being curled and cached for 10-12 minutes using the built-in WP_Cache.
The plugin, when enabled, exposes a template tag which you can add to your theme:
<?php if(function_exists('hashimage')){ echo '<ul>'; echo hashimage('hashtag=unicorn&limit=5'); echo '</ul>'; } ?>
or you use the shortcode in your post and pages
[hashimage hashtag="unicorn" limit="5"]
or add the widget in any of your widget areas.
You will get an optionpage in the settings meny section with settings for thumbnails sizes in widget and shortcode. There is also an option for async loading, with that on true
your page will load faster.
Some notes:
- The Twitter API only returns the latest results when searching on hashtag, so the result set is limited due to this.
- Requires PHP version 5.3 as minimum. Make sure the server is running this or the plugin will give you loads of errors!
Clik here to view.

Clik here to view.

Clik here to view.

Installation :
- Upload the zipped file to yoursite/wp-content/plugins
- Activate the plugin through the ‘Plugins’ menu in WordPress
Screenshots :
- Image may be NSFW.
Clik here to view.Admin settings page
- Image may be NSFW.
Clik here to view.Images displayed in a post using shortcode
- Image may be NSFW.
Clik here to view.Clicked image in lightbox
- Image may be NSFW.
Clik here to view.Widget options
- Image may be NSFW.
Clik here to view.Widget displayed on site