This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Listnerd Shortcodes

Description

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″]

Upgrade Notice === 0.1.0

This is the initial release.

Screenshots

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

Installation

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.

FAQ

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%”]

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Listnerd Shortcodes” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Listnerd Shortcodes” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.