Google +1 Plug-ins?

Discussion in 'WordPress' started by JPMiddleton, Jul 19, 2011.

  1. #1
    I currently have a couple of Google +1 plug ins on some of my blogs but the plug in only allows for the button on posts not the site itself, can anyone refer me to a plug in that will allow me to do this?
     
    JPMiddleton, Jul 19, 2011 IP
  2. cashcrate101

    cashcrate101 Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    yes i think so it worked 4 me
     
    cashcrate101, Jul 19, 2011 IP
  3. JPMiddleton

    JPMiddleton Well-Known Member

    Messages:
    1,728
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    115
    #3
    What worked for you, can you post a link please?
     
    JPMiddleton, Jul 19, 2011 IP
  4. technostreak

    technostreak Peon

    Messages:
    15
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    try the Sexy Bookmarks plugin.It allows you to place FB like,Send and Google +1 in a row on your posts automatically...Give it a try.Also try this if you want just +1 button... wordpress.org/extend/plugins/wp-plus-one/
     
    technostreak, Jul 19, 2011 IP
    JPMiddleton likes this.
  5. JPMiddleton

    JPMiddleton Well-Known Member

    Messages:
    1,728
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    115
    #5
    Thanks for the links, I am having issues just finiding a plug in that will allow me to put the google+ button on the home page rather that posts?
     
    JPMiddleton, Jul 20, 2011 IP
  6. тнє Sufi

    тнє Sufi Peon

    Messages:
    391
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Well, you can just put the code by yourself in your theme files.
    Place following codes in your header.php
    <?php /********Google PLus 1 JS code ***********/ ?>
    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
    PHP:
    And place following code, where you want to show it:
    <div>
    				<g:plusone size="medium"></g:plusone>
    			</div>
    PHP:
    This will show the midium size Google+1 button.
     
    тнє Sufi, Jul 21, 2011 IP
    JPMiddleton likes this.
  7. JPMiddleton

    JPMiddleton Well-Known Member

    Messages:
    1,728
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    115
    #7
    I am not great with coding, still a beginner. Say for example I wanted to put it at the top of the sidebar, where would I find that in a theme?
     
    JPMiddleton, Jul 22, 2011 IP
  8. Aman Arora

    Aman Arora Active Member

    Messages:
    100
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #8
    if you want to put it on the top of sidebar then just create a new text widget and add the 2nd code in that. Add first code in header.php file as said before
     
    Aman Arora, Jul 22, 2011 IP
  9. JPMiddleton

    JPMiddleton Well-Known Member

    Messages:
    1,728
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    115
    #9
    Can I add it anywhere in the header.php file?
     
    JPMiddleton, Jul 23, 2011 IP
  10. Aman Arora

    Aman Arora Active Member

    Messages:
    100
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #10
    You can only add it before </head> you can also add that code in footer before </body>. Its your will :)
     
    Aman Arora, Jul 23, 2011 IP
    JPMiddleton likes this.
  11. JPMiddleton

    JPMiddleton Well-Known Member

    Messages:
    1,728
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    115
    #11
    Thanks for your help, will do now.
     
    JPMiddleton, Jul 23, 2011 IP
  12. rohitink

    rohitink Active Member

    Messages:
    370
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #12
    Trust Me. mate Adding +1 Functional for all sites is necessary. If only your main domain will have higher plus ones then you will not get more traffic from inner pages.
     
    rohitink, Jul 23, 2011 IP