Category Archives: Web Geekery

Add “Tweet This Post” link to WordPress

Here’s a quick and dirty way to add a tweet this post link to your WordPress template. Just add this code to your site’s post template whever you want it displayed.
<?php
// Grab Title Text
$tweet = get_the_title($id);
// Change spaces into ‘+’
$tweet = str_replace (” “, “%20″, $tweet);
// Grab Permalink
$tweetURL = get_permalink();
// Print “Tweet this article” link [...]

Nix the Six!

While I would never wish to nixx Nikki Sixx, ie6 is a major pain in the ass for web developers everywhere. While we have all groused about it for years most of us have had to bow to the pressure to create secondary stylesheets and/or use the “underscore hack“, our only release valve being the [...]