=== WP Accessible === Contributors: rianrietveld Donate link: http://wp-accessible.org/ Tags: twitter, tweets, accessible, WCAG Requires at least: 3.0 Tested up to: 3.5.2 Stable tag: 0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin adds functionality to improve the Accessibility of WordPress. At the moment only an accessible Twitter feed widget. == Description == Version: 0.2: AA widget with an accessible Twitter feed. Validates for WCAG 2.0. This plugin requires PHP5. The code is based on the native Genesis Widget by StudioPress and also uses Twitter Feed for Developers by Storm Consultancy (Liam Gladdy) and OAuth for the Twitter API 1.1 authorization. This plugin requires PHP5. Changes made to Genesis_Latest_Tweets_Widget: - stand alone widget - included function genesis_tweet_linkify, renamed it wp_accessible_tweet_linkify - removed target is _blank for links, so they don't open in a new window - removed title attribute in links (messes up screen reader output) - removed links on hashtags to prevent a overload of links for a tweet - removed inline style for font-size == Installation == YYou can install WP Accessible Twitter Feed using the built in WordPress plugin installer by uploading the .zip file. If you download WP Accessible Twitter Feed manually, make sure it is uploaded to "/wp-content/plugins/". Activate the WP Accessible Twitter Feed in the "Plugins" admin panel using the "Activate" link. Setting are included in the widget. The Twitter feed authorization can be set in the menu item Setting -> Twitter Feed Auth. How to get the authorization keys and tokes: - log in with your Twitter account data at https://dev.twitter.com/apps - select "create a new application" - fill out your name/description/website - agree on the Rules Of The Road - fill out the CAPTCHA - select Create my access token - copy/paste the keys and tokens in the WordPress menu item Settings -> Twitter Feed Auth == Changelog == = 0.2 = * added Twitter API 1.1 authentication, integrating oAuth Twitter Feed for Developers by Storm Consultancy (Liam Gladdy) and the OAuth lib. You can find that at http://oauth.net * added time posted of the tweet * minor bug fixes = 0.1 = * First release