Page 1 of 1

How to add Google +1 to phpBB

Posted: Sat Jun 11, 2011 4:36 am
by Neo
one2.PNG
one2.PNG (29.01 KiB) Viewed 19243 times
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.
one.PNG
one.PNG (1.46 KiB) Viewed 19243 times
Here is a way to add Google +1 to your phpBB forum.

Open: styles/prosilver/template/overall_header.html
Find:

Code: Select all

</head>
Add before:

Code: Select all

<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
Open: styles/prosilver/template/viewtopic_body.html
Find:

Code: Select all

      <div class="postbody">
Inline add:

Code: Select all

<g:plusone size="small"></g:plusone>

Re: How to add Google +1 to phpBB

Posted: Sat Jun 11, 2011 5:07 am
by Nipuna
I've used This.

This is so Cool Friend. Add one to ROBOT.LK too.

Re: How to add Google +1 to phpBB

Posted: Sat Jun 11, 2011 5:15 am
by Neo
Added already :D
Good to know you like it.

Re: How to add Google +1 to phpBB

Posted: Sat Jun 11, 2011 5:24 am
by Nipuna
Cool. And Added 2, 1+ for 2 ROBOT.LK posts and added +1 in Google Search results :)

Re: How to add Google +1 to phpBB

Posted: Tue Jul 26, 2011 7:13 pm
by Aiyu
Hi that works great!
But can you help me to do the same with the facebook "i like"? - Some of our guys use fb, too and want the button for that.
I found some options to add it, but they are not so good looking like yours.

Re: How to add Google +1 to phpBB

Posted: Tue Jul 26, 2011 7:47 pm
by Neo
Have a look at FACEBOOK like button topic.

Re: How to add Google +1 to phpBB

Posted: Sat Jan 21, 2012 1:20 pm
by sophia20
Hi all, If you AdSense plan is denied, this implies you are not qualified to sign up in AdSense plan because of your are getting together with the AdSense manager quality conventional and if you buy consideration and run ads on denied web or blogsite, you might get start making but Search engines will definitely find out you before your first AdSense have a look at is released. Thank you.

buy google plus followers

Re: How to add Google +1 to phpBB

Posted: Sun Jan 22, 2012 8:21 am
by Saman
sophia the spammer had been caught in the net on Neo. Failed attempt to add a spam link. Nice work Neo :)

Re: How to add Google +1 to phpBB

Posted: Mon Sep 17, 2012 6:59 pm
by forumvisa4uk
Hi All

I have tried the same but it didin't work. But i did it in subsilver.
is that alright ?

Or can someone help me to put google +1 to my forum which has a subsilver style .

thank you

Re: How to add Google +1 to phpBB

Posted: Tue Sep 18, 2012 9:46 am
by Neo
The code is for proSilver. But I don't think it is a big deal to work it out for subSilver if you study the simple codes carefully.