We just release out first plugin, looking for a way to add a simple Google PlusOne +1 Button into every post and page without going through administration, configuration or hard to understand instructions.
Just Install it and Get you Button.
Enjoy!!
Description
This is a simple plugin without any hassles, it automatically add the Google Plus One Button to your WordPress posts.
There is no admin for this plugin since everything is done automatically, just upload the plugin , activate it and it will ad the necessary code for the Google +1 Button to appear on every post.
The Button will be located at the Top-Right Corner Inline with your posts.
Install
Unzip the wp-plusone-this.zip file.
Upload the wp-plusone-this folder (not just the files in it!) to your wp-contents/plugins folder. If you’re using FTP, use ‘binary’ mode.
Activate
In your WordPress administration, go to the Plugins page
Activate the WP PlusOne This plugin .
Available at WORDPRESS.ORG http://wordpress.org/extend/plugins/wp-plusone-this/ or…
DOWNLOAD WP PLUSONE THIS PLUGIN HEREĀ WP PlusOne This Plugin (114)
If you find any bugs or have any ideas, please post them here..


Hi,
Great plugin! thanks for making this! Question, I have this plugin installed on my site and it shows up on the front page and it is displaying in the category containers, which is fine, but when you click the +1 button it updates every count, is there a way to just update just the specific article +1?
this will all makes sense when you visit the website
Hi Richard, thank you for testing our plugin, I just fixed the bug that was preventing the +1 button to refresh on the category, tag, archives containers. I’ve uploaded it to our server, you can download it from the button above, or wait until it is available at the WordPress.org repository.
To Upgrade, just deactivate the plugin, upload the new file to your server and activate it; You can check our Home Page to see how is refreshing the +1 counts.
is it possible to get shotcode for this?
Thanks rubi on your interest on WP-PLUSONE-THIS plugin for WordPress, I’m working on the shortcode right now and it should be finished by the end of this week.. Stay tuned
Good work! How can I have the PlusOne button only on articles and not on pages?
Hopefully the shortcode will be release soon since this is a great plugin.
Thanks for this good job.
I have just installed plugin. It works really great. Is it possible to make some positioning of the button?
Hi Rimas, ofcourse you can make some positioning of the button, but since it is a light weigth plugin, it doesn’t have an admin manager to do it, but you can easily make it happen by editing the wp-plusone-this.php file, that can be found at the plugins menu under edit, then browse for the wpplusonethis plugin and find this piece of code
style="display:inline;float:right;margin-left:1em"As you can see, the button appears at the Upper Rigth Corner, so you can change its parameters to appear where you want.
Change this parameters “display:inline;float:right;margin-left:1em”
Hope it helps
Hello, I installed the plugin but not working properly. Every time I publish an article there is a white window where it says :
” Warning: Cannot modify header information – headers already sent by (output started at /home/—private—/public_html/wp-content/plugins/wp-plusone-this/wp-plusone-this.php:47) in /home/—private—/public_html/wp-includes/pluggable.php on line 934 ”
If I uninstall the plugin, site works normal and the window does not appear .
Jadah, please tell me what is wrong and how I can fix. Thank you very much.
Hi George, thank you for contacting me, but I just went to your site, and saw the plugin working just fine. Let me know if you have another issue.
Hello I had to deactivate for now because I could not change the location and the current location pushes my picture over and offsets the contact form. It would be nice to be able to locate it more precisely or even at the end of the page.
Thanks
Hi Robin, ofcourse you can make some positioning of the button, but since it is a light weight plugin, it doesn’t have an admin manager to do it, but you can easily make it happen by editing the wp-plusone-this.php file, that can be found at the plugins menu under edit, then browse for the wpplusonethis plugin and find this piece of code
style="display:inline;float:right;margin-left:1em"As you can see, the button appears at the Upper Rigth Corner, so you can change its parameters to appear where you want.
Change this parameters “display:inline;float:right;margin-left:1em”
Hope it helps
Hello, you’re right, the plugin works well. The error appears only when I want to publish an article . The article is published, even if this error appears.
Nice to hear that George, I will take a look at the error though , and get back to you..
Is it possible to replace the standard icon with the tall google plus 1 icon in the script? How do I do that?
Hi Duane, of course you can change the size of the button, but since it is a light weight plugin, it doesn’t have an admin manager to do it, but you can easily make it happen by editing the wp-plusone-this.php file, that can be found at the plugins menu under edit, then browse for the wpplusonethis plugin and find this piece of code
g:plusone href="'.get_permalink()then ad the parametersize="tall"afterg:plusone, It should look like this:g:plusone size="tall" href="'.get_permalink()After saving , your button will start showing up with google’s TALL template.
Hope it helps