Lets you add feeds from the Envato Marketplaces to your blog. Requires PHP 5+ to run.
There are two ways to use this plugin. To get an already fomratted version of a feed:
<?php if(function_exists('emf_getfeed')) emf_getfeed($feedID); ?>You can also get the XML element so you can format your own feed:
<?php if(function_exists('emf_getfeed')) $xml = emf_getfeed($feedID, true); ?>
Requires: 2.7 or higher
Compatible up to: 2.7.1
Last Updated: 2009-4-21
Downloads: 1,017
Got something to say? Need help?