Popular social bookmarking link codes and icons for your WordPress blog
2 CommentsTwo days ago I wrote an article about how to add custom social bookmarking in your WordPress blog posts without a plugin and in the demo code I used some popular social bookmarking codes like digg, stumble upon and delicious. Today I thought to write a list with the link codes for the most used social bookmarking sites and …
Display latest tweets on your WordPress blog or website without a plugin or hard coded php
0 CommentsThere are a few plugins and some custom coded php scripts for displaying the latest tweets on your wordpress blog or website. Here’s a more simple solution for adding your latest tweet/s on your blog/website without a plugin or a homegrown solution that requires wordpress php filters in the functions.php of your theme or additional php coding.
This method requires calling a twitter javascript from twitter.com and a …
How To: Add custom social bookmarking in your WordPress blog posts without a plugin
5 CommentsThere are many social bookmarking plugins for WordPress out there like SexyBookmarks, ShareThis, Bookmarkify, etc, but I don’t like to use plugins when I can do things myself and exactly how I want it. Sure plugins are awesome for those who don’t know or are not interested in coding.
In this article I will show you, step by step, how you can make your …
Adding nofollow attribute to your WordPress blogroll
14 CommentsIf you want to add the “nofollow” attribute to any link in your blogroll (and you should do this if your links come from paid sources or if you want to limit the flow of pagerank) without using a plugin here’s quick tutorial as to how you can add this attribute to your WordPress installation (WordPress 2.9+).
Note: If you use a version older …