๐Ÿ“ฆ willnorris / wordpress-google-plus

Minimal WordPress plugin for adding Google+ tools like +1 button and author link

โ˜… 2 stars โ‘‚ 0 forks ๐Ÿ‘ 2 watching โš–๏ธ Apache License 2.0
๐Ÿ“ฅ Clone https://github.com/willnorris/wordpress-google-plus.git
HTTPS git clone https://github.com/willnorris/wordpress-google-plus.git
SSH git clone git@github.com:willnorris/wordpress-google-plus.git
CLI gh repo clone willnorris/wordpress-google-plus
Will Norris Will Norris explicitly add Apache License ba240a8 10 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“„ google-plus.php
๐Ÿ“„ LICENSE
๐Ÿ“„ readme.md
๐Ÿ“„ README.md

Google+ Tools for WordPress #

This plugin provides very basic tools for working with Google+ such as the +1 button and rel="author" links. Yes, there are a number of other good plugins out there for adding the +1 button to your site. This one is extremely minimal, with no extra frills.

Configuration ##

The plugin provides no UI for configuring it. Instead, you must define a PHP constant named GOOGLE_PLUS_ID. This is most easily done by adding a snippet like the following to your wp-config.php file:

define('GOOGLEPLUSID', 'XXXXXXXXXXXXXXXXXXXXX');

Questions ##

How do I add a +1 button to my posts?

You can use the [plusone] shortcode, or manually call the plusone_button function from within your theme.