Clear Line theme

Vatuma Support » Clear Line theme129

Add a google plus button to my social network links (5 posts)

About This Topic

Tags

No tags yet.

  1. fabtigger
    Member
    Posted 8 months ago
    #

    After anaylysing my social network traffic, I can see that my site would benefit by replacing either the delicious or the digg button with a google plus button instead (which I can link directly to my googleplus url)

    I can create the image, but what code would I have to alter so that I could, for example, make the delicious button point to my google page?

    PS: I've made a green hue version of your grey buttons - I can send them to you if you wish?

    http://www.txt2nite.com

  2. Ivan
    Key Master
    Posted 8 months ago
    #

    The code is located in function.php. Find:

    <?php if (isset ($show['delicious']) && $show['delicious']):?>
    	<div style="float:left;padding:1px">
    		<script>document.write('<a href="http://del.icio.us/post?url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title)+'">')</script>
    			<img src="<?php echo $template_url?>/img/social/<?php echo $social_theme;?>/delicious.png" style="border:none;">
    		<script>document.write('</a>');</script>
    	</div>
    <?php endif; ?>

    You can edit it to match G+. I have no the G+ account, so I cannot do it myself.

    Yes, please send me your buttons.

  3. fabtigger
    Member
    Posted 8 months ago
    #

    Done! I couldn't find an email address to send it to? Can you sed me and address, you can contact me via my site if you do't want to post here! ;-)

    I've made a grey and green version of the google plus button

  4. Michaisky
    Member
    Posted 8 months ago
    #

    Hello ,i am Michael .i am new here .i think this is a great forum .i believe i can benefit from here .

  5. jefmcclimans
    Member
    Posted 3 months ago
    #

    I'm in the sam scenario. fabtigger could you send me the buttons you designed by chance? jef@thebizjam.com. Thank you.

Reply

You must log in to post.

Vatuma Support » Clear Line theme129