Beschreibung
Google Plus One Button Plugin has two options for inserting the Google +1 button into your site:
* Automatically either before or after your post content.
* Manually by adding <?php if (function_exists('google_plus_one')) { google_plus_one(); } ?>
where you’d like the button displayed. If placed inside „The Loop“ the plugin will add the corresponding link to the button.
Other Features:
Dynamic Button Preview
Choose Button size
Add and Remove count total
Easily add styles to the div containing the button
** Notice **
If you’ve updated from version 1.0 you may need to deactivate and reactivate the plugin for the „Styling“ feature to work.
Installation
This section describes how to install the plugin and get it working.
- Upload the
google-plus-one-button
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- Edit the Plugin settings via Settings -> Google +1 Button
- Optionally: Place
<?php if (function_exists('google_plus_one')) { google_plus_one(); } ?>
where you’d like the button to appear in your template
** Notice **
If you’ve manually updated from version 1.0 you may need to deactivate and reactivate the plugin for the „Styling“ feature to work.
FAQ
- After updating from version 1.0 the „Styling“ setting is not working.
-
Deactivate and Reactivate the plugin.
Mitwirkende & Entwickler
„Google Plus One Button“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Google Plus One Button“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.2
- Fixed an issue of the Google +1 JavaScript being called twice possibly causing an error.
- Added confirmation of successful settings update.
- Updated READ ME: Added FAQ, Updated Description and Installation, Added Screen Shot.
1.1
Added Styling to the wrapper div and cleaned up admin
1.0
Initial Release