resolvedNo tags yet.
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?
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.
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
Hello ,i am Michael .i am new here .i think this is a great forum .i believe i can benefit from here .
I'm in the sam scenario. fabtigger could you send me the buttons you designed by chance? jef@thebizjam.com. Thank you.
You must log in to post.