MyBB Community Forums

Full Version: Google +1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can we add Google + 1 button to every Thread, just like we can have Facebook LIKE button?

Thanks for all your Help.

(2011-06-02, 12:08 PM)faviouz Wrote: [ -> ]http://community.mybb.com/thread-95635-p...#pid699289

thanks. I searched and nothing cameup, but thanks i will try.
I cannot find 'HeaderInclude' in templates as stated below:

Add this to 'headerinclude':
Code:
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>

And add this to 'showthread' where you would like to display that +1:
Code:
<g:plusone></g:plusone>

Templates can be changed in ACP > Templates & Style > Templates > (click your theme).
For headerinclude expand "Uncategorized Templates" and for showthread expand "Show Thread Templates".
ACP > Temlates > Your theme's templates > Ungrouped Templates > and there is "headerinclude" template Smile
(2011-06-02, 02:58 PM)Yaldaram Wrote: [ -> ]ACP > Temlates > Your theme's templates > Ungrouped Templates > and there is "headerinclude" template Smile

Thanks as Always!

Do we have any Plugin that will post our New Threads, just like we do on Twitter / Facebook for Google +1?
(2011-06-02, 03:40 PM)annaconda Wrote: [ -> ]Do we have any Plugin that will post our New Threads, just like we do on Twitter / Facebook for Google +1?

Google +1 is similar to the Facebook Like button. You will have to push it manually if you like something. It's not the same as adding a message to your wall if a new thread is posted.
understood.