Display image from a hashtag in your template, post/page or widget area using template tag, shortcode or the widget.
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 hashimage('hashtag=unicorn&limit=5');
}
?>
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:
Requires: 3.3.0 or higher
Compatible up to: 3.3.2
Last Updated: 2012-5-25
Downloads: 741
2 of 2 support threads in the last three weeks have been resolved.
Got something to say? Need help?