=== Plugin Name === Contributors: appaware Donate link: http://appaware.com Tags: android, app, appaware, google play, market, widget, app details, app review, mobile Requires at least: 2.5.0 Tested up to: 3.3.2 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html The AppAware Android App Widget allows to easily add Android App details to blog-posts through a minimalistic and easy-to-use HTML widget. == Description == The AppAware Android App Widget allows to easily add Android App details to blog-posts through a minimalistic and easy-to-use HTML widget. To see the widget in action go to: http://appaware.com/widgets/ To add the widget to your post please use the following minimal short-code template: `[appaware-app pname='AN_ANDROID_APP_PACKAGE_NAME' name='APP_NAME']` For example: `[appaware-app pname='com.whatsapp' name='WhatsApp']` The short-code will be replaced with the AppAware App Widget. You can add to the same blog-post as many widgets as you like. You can also configure each widget with some optional parameters: * Add **qrcode='true'** (default) to show a QR-Code with the Google Play link of the app. Use **qrcode='false'** if you prefer to show the number of likes of the app. * Add **users='6'** (or another number) to show a list of users with the app. Use **users='0'** (default) to hide the list of users. Here two examples using optional parameters: `[appaware-app pname='playboard.android' qrcode='true' users='0' name='Playboard Best App Guide']` `[appaware-app pname='com.twitter.android' qrcode='false' users='8' name='Twitter']` Visit this link to see a live preview of the AppAware App Widget: http://appaware.com/widgets To find more Android widgets for Wordpress visit http://appaware.com/widgets or http://playboard.me/widgets == Installation == This section describes how to install the plugin and get it working. 1. Upload `appaware_app_widget.php` to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. You can now use the AppAware App Widget short-code while writing a new blog-post. == Frequently Asked Questions == = What is AppAware? = AppAware is a QUICK, FUN and BEAUTIFUL way to discover new applications for your Android phone with friends. You can get the FREE Android app from this link: http://appaware.com/download = Where does the data come from? = Data comes from the Google Play Store (https://play.google.com) and AppAware (http://appaware.com). == Screenshots == 1. AppAware App Widget with QR-Code 2. AppAware App Widget with list of users, but without QR-Code == Changelog == = 1.0.2 = * Important fixes and performance improvements = 1.0 = * First release. == Upgrade Notice == = 1.0.2 = * Important fixes and performance improvements, please update.