PDA

View Full Version : Google +1 Button for vBulletin



Dunglx
15-08-2011, 07:36 AM
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:



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 (http://www.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.





Demo : vBulletin 4x için Google +1 Butonu (http://forum.saygisiz.com/40-tema-editlemeleri-249/94989-vbulletin-4x-icin-google-1-butonu.html)

Please read the following description to be able to integrate vBulletin site, a very simple

Installation:

open Postbit_Legacy template

Find Code:

{vb:raw post.message}
Add Below

<!-- 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

<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

t8mclub
15-08-2011, 02:04 PM
Cho cái demo để người khác còn biết vị trí xuất hiện em ạ.