My Envato

plugin banner

A super simple plugin to display your recent 25 items from an Envato Marketplace.

Author:polevaultweb (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.5.1
Plugin version:1.0.0
Added to WordPress repository:07-03-2013
Last updated:07-03-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://www.polevaultweb.co.uk/plugins/my-enva...
Total downloads:4 466
Active installs:50+
plugin download
Click to start download

This is a very simple plugin to display the last 25 items from an Envato marketplace such as ThemeForest or CodeCanyon for a particular user.

Each item's thumbnail is wrapped in a link to the item with the user's username added at the end as a referral link.

The items can be served up via a shortcode or a widget. The plugin uses the WordPress HTTP API and makes use of the Transients API to cache data from Envato for quicker pageloads.

The output of the plugin can be changed using the following filters:

  • my_envato_items_start - before the items list, default:
<ul>
  • my_envato_item_start - before the item link, default:
<li style="padding: 0 10px 10px 0; float:left;">
  • my_envato_item_anchor_class - class of item link, default:
  • my_envato_item_image_class - class of item image, default:
  • my_envato_item_end - after the item link, default:
</li>
  • my_envato_items_end - after the items list, default:
</ul><div style="clear: both"></div>
  • my_envato_cache - caching time in seconds, default: 60 * 60 = 1 hour

Shortcode usage in a post or page:

[my-envato marketplace="codecanyon" user="pvw"]

Shortcode usage outside of the loop, in a theme file:

<?php echo do_shortcode('[my-envato marketplace="codecanyon" user="pvw"]'); ?>

See the plugin in action in the sidebar here

If you have any issues or feature requests please visit and use the Support Forum

Plugin Page | @polevaultweb


FAQ
ChangeLog