You have ( 0 ) items in your

vBulletin Tutorials

PurevB offers you not only a FAQ page, but a step by step Tutorial Page that will help guide you through your own questions about modifying your skin, text / link color changes and more.

Results 1 to 1 of 1

Thread: How to Add Google +1 to Showthread

  1. #1
    Administrator
    Join Date
    Apr 2010
    Posts
    1,282

    Lightbulb How to Add Google +1 to Showthread

    I am going to walk you through how we added Google +1 to our showthread page as you see here on our website.

    Before we start visit plusone-button and select the button you want to use. We used medium 20px.

    1. Login to your admincp
    2. Click on Styles & Templates
    3. Click Style Manager
    4. Find your skin and press the > button to modify your templates.
    5. Find the Showthread Template group and expand
    6. Modify the showthread template
    7. Locate the below code and paste in your Google +1 button code

    Find
    Code:
    	<vb:if condition="$show['fb_likebutton']">
    		{vb:raw fblikebutton}
    	</vb:if>
    Paste Below
    Code:
    <!-- Place this tag where you want the +1 button to render -->
    <g:plusone size="medium" annotation="inline"></g:plusone>
    
    
    <!-- Place this render call where appropriate -->
    <script type="text/javascript">
      (function() {
        var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
        po.src = 'https://apis.google.com/js/plusone.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
      })();
    </script>

    Save template and your are done.
     

    Article Rating (1 )
    Register to vote
    Last edited by Adam; 03-05-2012 at 01:43 PM.

 

 

Similar Threads

  1. How to add google add to Darkcore top right
    By synseal in forum Tutorials
    Replies: 3
    Last Post: 03-08-2013, 04:45 PM
  2. How to Add Twitter Like to Showthread
    By Adam in forum Tutorials
    Replies: 1
    Last Post: 01-02-2013, 04:14 PM
  3. google plus icon
    By Miri in forum Movara vBulletin Theme
    Replies: 2
    Last Post: 07-05-2012, 10:52 PM
  4. How do you change the google ads at the top
    By samiralley in forum Socialize vBulletin Theme
    Replies: 2
    Last Post: 05-15-2012, 12:53 PM
  5. google plus
    By yaya in forum ScaryDark vBulletin Theme
    Replies: 7
    Last Post: 02-07-2012, 06:09 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •