
Hello all, Kris J here. Thought today I would share a quick and easy way to add social media links to your WordPress website without having to use another plugin. By using this method, you will gain full control over the look, placement and size…
Posted by Kris J on May 4th, 2010. One comment... »
Categories: HTML Tutorials, PHP Tutorials, jQuery Tutorials. Tags: Delicious, Digg, facebook, Identi.ca, linkedin, NewVine, Reddit, Social Media, StumbleUpon, Technorati, tutorial, twitter, Wordpress, Yahoo Buzz.
hrbg

Lets start out by making our social link code a little lighter by removing any whitespace, and wrap it in a < div> tag (you really can wrap it in whatever your use requires you to): 123<div> <a rel="nofollow" href="http://delicious.com/post?url=<?php the_permalink(); ?>&title=<?php echo urlencode(get_the_title($id)); ?>"…
Posted by Kris J on May 4th, 2010. No comments... »
Categories: HTML Tutorials, PHP Tutorials, jQuery Tutorials. Tags: sharing, Social Media, tutorial.
hrbg