Customising the ‘Via’ in Tweet Button for AddThis WordPress Plugin

This one had me scratching my head for ages, and it was only some good investigation by @domsoar that found the answer, here: http://thenorthernedge.ca/blog/how-customize-addthis-for-your-website-or-blog-3559/. The answer is to use a custom button and this sort of code:   <div class=”addthis_toolbox addthis_default_style “> <a class=”addthis_button_facebook_like”></a> <a class=”addthis_button_tweet” tw:via=”YOURHANDLE” tw:related=”YOURHANDLE “></a> <a class=”addthis_button_google_plusone”></a> <a class=”addthis_counter addthis_pill_style”></a> </div> The […]

Cufón for Thematic with no plugins – improved

Since I wrote the original ‘Cufon for Thematic with no plugins‘ post, I’ve learnt how to use script queueing, rather than hard-coded links. Here’s the official WP page about script queueing: http://codex.wordpress.org/Function_Reference/wp_enqueue_script if you want to find out more. Here’s the improved version of that post, also featuring a little function to convert the doctype […]