Linux 软件免费装

RSSMedia

开发者 anatoly.kazantsev
更新时间 2013年6月14日 16:00
PHP版本: 3.5 及以上
WordPress版本: 3.5.1
版权: GPLv3
版权网址: 版权信息

标签

feed rss atom media

下载

0.1 0.1.0.1 0.1.1 0.2 0.2.1 0.2.1.1

详情介绍:

Use following code with a PHP-Plugin or in a template, example sidebar.php or single.php, for WordPress: Example (shows last 10 items from the specified feed with Galleria plugin): <php RSSMedia('galleria', 10, 'http://example.com/feed/'); ?> Example for shortcode: [rssmedia template="sidebar" limit="10" url="http://example.com/feed/"] Parameters:
  1. template - Name of the template which will be used to display content of the feed
  2. limit - How many items, Default is 5
  3. url - Address of feed, default is http://example.com/feed/
Available templates

安装:

  1. Unpack the downloaded package
  2. Upload all files to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Create a new site in WordPress or edit your template
  5. Copy the code to posts/pages or edit templates

其他记录:

Adding templates Every template consistes from four files: before.php, content.php and after.php. Template should be placed in its own directory in 'templates' directory of plugin's root. Example of directory structure: wp-content/plugins/rss-media/templates//{setup.php, before.php, content.php, after.php} Also JS scripts and CSS files which are used in the template should be placed in its directory.

更新日志:

0.2.1.1 0.2.1 0.2 0.1.1 0.1.0.1 0.1