=== Anywhere === Contributors: austyfrosty Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CN9BU5LAYCXV8 Tags: twitter, api, admin, javascript, hovercards, linkify, anywhere, @anywhere, tweetbox Requires at least: 2.7 Tested up to: 3.0 Stable tag: trunk == Description == Adds Twitter @anywhere javascript code to your blog, enabling `Hovercards` and `linkification` of @usernames. **In order to use @anywhere, you must first register for a free API key with Twitter. You can do so at: [http://dev.twitter.com/apps](http://dev.twitter.com/apps)** **New in version `0.2`** Now allows for implementation of *tweetbox*! == Installation == Follow the steps below to install the plugin. 1. Upload the `anywhere` folder to the /wp-content/plugins/ directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Go to Settings/anywhere to edit your settings. == Frequently Asked Questions == = Why create this plugin? = I created this plugin to allow for easy integration of [@anywhere](http://dev.twitter.com/anywhere/). = I think i want to uninstall but... = Be sure to click the uninstall script that you **manually** add a value to `define( 'UNINSTALL_ANYWHERE', '' )` on line 29. That means `1` OR like this: `define( 'UNINSTALL_ANYWHERE', '1' )`. After that run the script and all options should be uninstalled. == Screenshots == 1. Admin options panel in `0.1` == Changelog == **Version 0.2.2** * Added author link love + removal option * Fixed compatibility with dashboard widget **Version 0.2.1** * Changed CSS ID's * Removed double `"` * Cleaned up admin HTML * Changed conflicting script names **Version 0.2** * Remove twitter javascript from wp-admin. * Fixed options shown when API key not entered. * Added new jQuery rules. * Added new CSS rules. * Fixed missing `"` in settings page. **Version 0.1.1** * Added in some admin jQuery. * Working on implementing a `tweetbox` *coming in version `0.2`. **Version 0.1** * Initial release. == Upgrade Notice == = 0.2 = Cleaned up settings with jQuery and CSS. Added the tweetbox (tweet from your site) = 0.1 = No need to upgrade, just install.