Quantcast
Channel: HaveAllFree.comHaveAllFree.com » thumbnails
Viewing all articles
Browse latest Browse all 10

EP Hashimage

$
0
0

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!
Authors:
Earth People,
fjallstrom,
darkwhispering

Installation :

  1. Upload the zipped file to yoursite/wp-content/plugins
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Screenshots :

  1. ep-hashimage screenshot 1Admin settings page
  2. ep-hashimage screenshot 2Images displayed in a post using shortcode
  3. ep-hashimage screenshot 3Clicked image in lightbox
  4. ep-hashimage screenshot 4Widget options
  5. ep-hashimage screenshot 5Widget displayed on site
Detail Here: - http://wordpress.org/extend/plugins/ep-hashimage/

Viewing all articles
Browse latest Browse all 10

Trending Articles