Linux 软件免费装

Envato Marketplace Feeds

开发者 Gilbert Pellegrom
更新时间 2009年4月21日 19:28
捐献地址: 去捐款
PHP版本: 2.7 及以上
WordPress版本: 2.7.1

标签

feeds sidebar page api marketplace envato

下载

0.1 0.2 0.3

详情介绍:

This plugin will let you easily add feeds from the Envato Marketplaces to your blog using the new Marketplace API. There is a full settings page which lets you dynamically create a list of feeds with different information. Then in your blog all you have to do is call the function: emf_getfeed(feedID); and input you feed ID. You can create as many different feeds as you want. Version History

安装:

After you've downloaded and extracted the files:
  1. Check you have PHP 5+ running on your server. Otherwise this plugin won't work.
  2. Upload the complete 'envato-marketplace-feeds' folder to the '/wp-content/plugins/' directory
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. You're done.
You can access the EMF Settings via the "settings" menu to add your feeds.

常见问题:

Why will this plugin only work with PHP 5+?

This plugin uses PHP's SimpleXMLElement class to handle the XML data is recieves from the Envato Marketplace API. This functionality is only avialable in the later versions of PHP (ie. v5+);