• I have been trying unsuccessfully to add the Google +1 button to my theme (RoundBox).

    I want to add it next to the other icons displayed at the top of the page RSS, (Google+1) Facebook, Twiiter

    This is the curent coding for the other icons in my header.php

    <div class=”twit-rss rightsector”>

    <div class=”feedtwitter”>

    “><img src=”<?php bloginfo(‘template_url’);
    ?>/images/rss.png” style=”margin:0 4px 0 0;” />

    <?php if(get_theme_option(‘facebook’) != ”)
    { ?>
    <a href=”<?php echo get_theme_option(‘facebook’);
    ?>” title=”<?php echo get_theme_option(‘facebooktext’);
    ?>”>
    <img src=”<?php bloginfo(‘template_url’);
    ?>/images/facebook.png” style=”margin:0 4px 0 0;
    ” title=”<?php echo get_theme_option(‘facebooktext’); ?>” /><?php } ?>

    <?php if(get_theme_option(‘twitter’) != ”)
    { ?>
    <a href=”<?php echo get_theme_option(‘twitter’);
    ?>” title=”<?php echo get_theme_option(‘twittertext’);
    ?>”>
    <img src=”<?php bloginfo(‘template_url’);
    ?>/images/twitter.png” style=”margin:0 4px 0 0;
    ” title=”<?php echo get_theme_option(‘twittertext’); ?>” /><?php } ?>

    </div>

    I sure would appreciate any help on this. I am sure there are oters out there starting to add this button als. I have created the new .png imagethe same size as the other icons.

    My website is https://bruceformhals.com

    Thank you, Bruce

  • The topic ‘Adding Google 1 Button’ is closed to new replies.