Plugin Directory

Envato Marketplace Feeds

Lets you add feeds from the Envato Marketplaces to your blog. Requires PHP 5+ to run.

Usage

There are two ways to use this plugin. To get an already fomratted version of a feed:

  1. Create your feeds in the EMF Settings page and remeber the ID for that feed.
  2. Add this function where you want your feed to appear in your WordPress theme <?php if(function_exists('emf_getfeed')) emf_getfeed($feedID); ?>
  3. Replace the $feedID with the ID from your feed.

You can also get the XML element so you can format your own feed:

  1. Create your feeds in the EMF Settings page and remeber the ID for that feed.
  2. Add this function where you want your feed to appear in your WordPress theme <?php if(function_exists('emf_getfeed')) $xml = emf_getfeed($feedID, true); ?>
  3. Replace the $feedID with the ID from your feed.
  4. You can now use $xml to output the feed in your own format.

Requires: 2.7 or higher
Compatible up to: 2.7.1
Last Updated: 2009-4-21
Downloads: 1,017

Average Rating

3 stars
(2 ratings)

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

100,1,1