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.
- Go to Plugins > Add New in your administration area, then search for the plugin "Listnerd Shortcodes".
- Click the "Install" button.
- 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
- Download the ZIP file from the WordPress plugin repository.
- Go to Plugins > Add New > Upload in your administration area.
- Click the "Browse" (or "Choose File") button and find the ZIP file you downloaded.
- Click the "Upload" button.
- Go to the Plugins dashboard and "Activate" the plugin.
FTP Installation
- Download the ZIP file from the WordPress plugin repository.
- Unzip the file somewhere on your harddrive.
- FTP into your Web server and navigate to the /wp-content/plugins directory.
- Upload the listnerd folder and all of its contents into your plugins directory.
- Go to the Plugins dashboard and "Activate" the plugin.
= Upgrade Notice === 0.1.0
This is the initial release.