=== Plugin Name === Contributors: benni3005 Tags: twtpoll, twitter, poll, shortcode Requires at least: 2.5 Tested up to: 2.8.3 Stable tag: 1.0.0 This plugins adds a shortcode for embedding polls from Twtpoll really easy. == Description == [Twtpoll](http://twtpoll.com) allows to easily create polls with your Twitter account. Twtpoll offers the possibility to embed your polls in a website. To make this a little more easy in WordPress this plugin adds a little shortcode to embed your polls. = Usage = To embed a poll in your post just add the shortcode [twtpoll] with the attribute "id", e.g. [twtpoll id="d6iby3"]. If you don´t add the attribute "id" no poll will be displayed. == Installation == There are two ways to install this plugin. 1. Install it through your installation of WordPress. 2. Download the archive, unpack it, upload it to your wp-content directory and activate it. == Frequently Asked Questions == = It won´t display a poll. What should I do? = You have to specify the ID of your poll to display it. You can do this with the attribute "id", eg. [twtpoll id="d6iby3"] = Where do I get the ID of my poll? = Go to your poll in Twtpoll and look at the URL in the address bar of your browser. The last part is the ID you need for embedding it. Just copy and use it. == Changelog == = 1.0.0 = * Initial release