=== Pinterest Pin Shortcode === Contributors: webbolt Donate link: http://boltnev.ru/pinterest-pin-shortcode-plugin-for-wordpress/ Tags: pinterest, pin, shortcode Requires at least: 3.0.1 Tested up to: 3.5 Stable tag: 1.0 License: GPLv3 or later License URI: http://www.gnu.org/licenses/agpl-3.0.html This plugin lets you insert any pin (image) from Pinterest into post through the shortcode. == Description == = Features = * easy pin insert with only its url specified; * option to show pin description above or below the image; * you can set width of an image; * due to SEO issues all links have rel="nofollow" attribute; * all links open in new browser tab/window; * control the style — use CSS classes pinterest_pin, pin_image, pin_desc è pin_info; * English and Russian localization. = Usage = Easy example: insert in post editor a shortcode like [pin url=PIN_URL], where PIN_URL — is the URL of the pin page. For example: [pin url=http://pinterest.com/pin/424605071087515584/] Full-featured example: [pin url=http://pinterest.com/pin/424605071087536672/ width=500 desc=1 descplace=top] where: * width — exact width of the image (don't specify it if you want to use the original image width); * desc — parameter to show the pin description; * descplace — the place where pin description should be. Possible values: top, bottom. == Installation == 1. Upload `pinterest-pin-shortcode.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Use a shortcode in your posts. == Changelog == = 1.0 = * Initial release.