I tried to find a WordPress Plugin for ImageKind that was robust enough for my needs. I only found one plugin out there and it was having some issues with my particular site. I spent a few days learning how to do this, and have managed to create a plugin that:
- Does NOT use the Magpie RSS parser that ships with WP
- Allows you to choose which ImageKind RSS feed you are going to use
- Allows you to choose whether or not to use a SASID (see below)
- Allows you to choose number of columns and thumbnail size
- Allows you to choose whether or not to display image titles and descriptions
This is version .01 of this plugin. You can download it here. If you use it and like it, consider sending something from my Wishlist.
Installation:
- Download the zip file.
- Extract, using folder names, into your wp-content/plugins/ folder.
- Activate in your WP Control Panel.
- Apply Default Settings in the WP Control Panel (settings section).
- URL
- URL – uses the RSS Feed URL you saved in these settings
- You can also use any ImageKind RSS URL of your choice (make sure to include the http:// piece)
- SIZE
- SIZE – uses the default size you specified here
- Other options are 100,150,200,350,450,650
- USESASID
- USESASID – uses the default setting for using a SASID
- true – use a SASID
- false – do NOT use a SASID
- SASID
- SASID – uses the SASID indicated below, as long as USESASID is true
- enter a SASID of your choice
- COLUMNS
- COLUMNS – uses the number of columns indicated below
- enter a number of columns to display pictures in
- DESC
- DESC – uses the default setting for photo descriptions
- true – display descriptions
- false – do NOT display descriptions
- TITLE
- TITLE – uses the default setting for photo titles
- true – display titles
- false – do NOT display titles
Usage
Put the following code into a post or page: [ cbikwp:URL,SIZE,USESASID,SASID,COLS,DESC,TITLE ] (without the spaces after and before the braces)
Options:
Comments/ questions welcomed.



[...] Read the original: WordPress Plugin for ImageKind released [...]