Entice stumbleupon visitors with custom message
Great little snippet by Filip Stefansson to display a custom message for people visiting via stumbleupon. Add this snippet to your wordpress template a good place is within the header.php.
read moreAdd Tweetmeme button to your post with shortcode
Adding this snippet to the functions.php of your wordpress theme will let you add the Tweetmeme button to any location within your post.
read moreGet facebook fan count using get_transient and wp_remote_get
I posted a snippet some time ago to get the number of facebook fans this is an updated version using get_transient. Adding this snippet to the functions.php of your wordpress theme will let you cache and display your Facebook fan count using wp_remote_get. Add the second snippet into your wordpress theme in the location you wish to display the count.
read morethis months featured snippets
Display youtube video with embed shortcode
Adding this snippet to your wordpress theme will let you embed youtube video with a simple shortcode to your posts. Just add the youtube url to the video and your ready to go although you can specify a few paramaters like width, height, name, etc.
read moreAdd a linkedin share button widget
Adding this snippet to the single.php of your wordpress theme will display a linkedin share button. Be sure to place this code within the loop,
read moreGravatar hovercards
Adding this PHP code to the functions.php of your wordpress theme will enable a fairly unknown wordpress feature called gravatar hovercards. I have no idea how if this will work for everyone, when I tried it on a new install of wordpress it works great. For more details visit the WordPress blog.
read moreFacebook like button
Adding this snippet to your wordpress loop within the index.php template file or single.php will add a Facebook like button for each article you post with the associated permalink.
read moreBlog default short URLS
Adding this code snippet to your wordpress theme will display the built in short your for your blog post. You could use something like this for your tweets rather then bit.ly or other URL shorteners.
read more











