Linux 软件免费装
Banner图

Listnerd Shortcodes

开发者 CodeIT
更新时间 2013年6月21日 16:09
PHP版本: 3.0 及以上
WordPress版本: 3.6
版权: GPLv2 or later
版权网址: 版权信息

标签

embed shortcode post content listnerd

下载

详情介绍:

This plugin adds shortcode that allow you to display the content of a Lists from www.listnerd.com website(Listnerd is a list blogging platform. Users can create, share and discover interesting lists about the stuff in their life they care about). You may embed your own lists from www.listnerd.com or lists created by somebody else by copying Lists URL, then paste this URL to shortcode, e.g.: [list http://www.listnerd.com/list/top-10-video-games] If you need to change size of embed lists frame you may use optional params width and height. You can use integer values e.g.: [list http://www.listnerd.com/list/top-10-video-games width="400" height="600"] Or you can use per cent values, e.g.: [list http://www.listnerd.com/list/top-10-video-games width="50%" height="400"]

安装:

Automatic Installation The easiest way to install this plugin automatically from within your administration area.
  1. Go to Plugins > Add New in your administration area, then search for the plugin "Listnerd Shortcodes".
  2. Click the "Install" button.
  3. Go to the Plugins dashboard and "Activate" the plugin.
Manual Installation If that doesn't work, or if you prefer to install it manually, you have two options. Upload the ZIP
  1. Download the ZIP file from the WordPress plugin repository.
  2. Go to Plugins > Add New > Upload in your administration area.
  3. Click the "Browse" (or "Choose File") button and find the ZIP file you downloaded.
  4. Click the "Upload" button.
  5. Go to the Plugins dashboard and "Activate" the plugin.
FTP Installation
  1. Download the ZIP file from the WordPress plugin repository.
  2. Unzip the file somewhere on your harddrive.
  3. FTP into your Web server and navigate to the /wp-content/plugins directory.
  4. Upload the listnerd folder and all of its contents into your plugins directory.
  5. Go to the Plugins dashboard and "Activate" the plugin.

屏幕截图:

  • Screenshot shows the example embed list from www.listnerd.com

常见问题:

How do I use this plugin?

To display the content of a single List from www.listnerd.com within your WordPress post, you want to use the [list] shortcode. To display the content of the http://www.listnerd.com/list/favourite-character-in-game-of-thrones-%28the-tv-series%29, the usage would look like: [list http://www.listnerd.com/list/favourite-character-in-game-of-thrones-%28the-tv-series%29 ]

Does the shortcode output any extra HTML?

Yes, the [list] shortcode will output iframe with simplified list from www.listnerd.com

How do I change the HTML output for the list?

You can use width and height params in shortcode with integer of per cent values. For example yor need to embed your list with height equal 600px and width 60% the usage would look like: [list http://www.listnerd.com/list/favourite-character-in-game-of-thrones-%28the-tv-series%29 height="600" width="60%"]

更新日志:

= Upgrade Notice === 0.1.0 This is the initial release.