Version: 1.00, by togebi33
Developer Last Online: Oct 2019
Category: Show Thread Enhancements -
Version: 4.1.4
Rating:
Released: 06-01-2011
Last Update: Never
Installs: 39
Template Edits
No support by the author.
Hello friends, Google created a new system of turkey today started to use vBulletin's how to add Google button and +1 +1 Button will tell you what it does.
+1 According to the statement on the Google button:
Quote:
The +1 button is shorthand for "this is pretty cool" or "you should check this out."
Click +1 to publicly give something your stamp of approval. Your +1's can help friends, contacts, and others on the web find the best stuff when they search.
Currently available for English searches on Google.com.
See +1's
Sometimes it?s easier to find exactly what you?re looking for when someone you know already found it. Get recommendations for the things that interest you, right when you want them, in your search results.
The next time you?re trying to remember that bed and breakfast your buddy was raving about, or find a great charity to support, a +1 could help you out. Just make sure you're signed in to your Google Account. Show +1's
In order to +1 things, you first need a public Google profile. This helps people see who recommended that tasty recipe or great campsite. When you create a profile, it's visible to anyone and connections with your email address can easily find it.
Your +1?s are stored in a new tab on your Google profile. You can show your +1?s tab to the world, or keep it private and just use it to personally manage the ever-expanding record of things you love around the web.
Please read the following description to be able to integrate vBulletin site, a very simple
Installation:
open Postbit_Legacy template
Find Code:
Code:
{vb:raw post.message}
Add Below
Code:
<!-- Place this tag in your head or just before your close body tag -->
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone></g:plusone>
or show only first post
Code:
<vb:if condition="$post[postcount] == 1">
<!-- Place this tag in your head or just before your close body tag -->
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone></g:plusone>
</vb:if>
or next to facebook like button
open facebook_likebutton templete and Add code to the top or the bottom
<div style="float: right; padding: 0px 0px 0px 0px;">
<!-- Place this tag in your head or just before your close body tag -->
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone></g:plusone></div>