=== Google Plus Page shortcode === Contributors: benjick Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=benjick%40dumfan%2enet&lc=SE&item_name=Max%20Malm¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted Tags: google, plus, page, button, link Requires at least: 3.1 Tested up to: 3.2.1 Stable tag: 0.1 This plugin allows you to add links to a Google+ Page with simple shortcode == Description == Add a Google+ Page button easily with this plugin. The shortcode is `[googlepage]` Usage: * Smallest icon: `[googlepage page=YOUR_PAGE_ID]` * Medium icon: `[googlepage size=32 page=YOUR_PAGE_ID]` * Biggest icon: `[googlepage size=64 page=YOUR_PAGE_ID]` In page=x where x is your Google+ Page number. == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload `wp-googleplus-page.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place `[googlepage page=YOUR_PAGE_ID]` in a page or post == Frequently Asked Questions == = I can't run this shortcode in my sidebar/any widget. How should I fix this? = If you can't run this in a widget just add `add_filter('widget_text', 'do_shortcode');` in your `functions.php` on the last row before ?> (if ?> is there). = Can you make X work for me? = Yes, hit me an e-mail at max@malm.me == Screenshots == 1. Biggest icon in footer == Changelog == = 0.1 = Initial release