Archive for the "javascript" Tag

How to Display Your Twitter Status Message in a Speech Bubble in WordPress

I got my idea from Tim Ferris’ blog…

You see that nice speech bubble effect? It is actually quite a pain in the neck to create with pure CSS and images. It is possible to create it with pure CSS code in Firefox but not in Internet Explorer. I decided … Read more…

How to Add Tabber to Your WordPress Theme

This post is quite similar to my previous post on how to add MooTabs to WordPress. I recently tested Tabber on my internet marketing blog and I find that it is better than MooTabs because it is compact in file size, easier to install and customize.

The default Tabber … Read more…

How to Add reddit Buttons to WordPress

reddit, like Digg offers web site integration buttons for webmasters. The implementation of the reddit buttons is very similar to my previous post on how to add Digg buttons to WordPress. In my next post, I will show you how to display Digg and reddit voting buttons to your … Read more…

How to Add Digg Buttons to WordPress

On Digg.com’s Tools/Integrate page, there are 3 types of Digg buttons available for us to display on our web sites:

“Digg This” with Submit Capability
Simple “Digg This” with Digg Count (original version)
Custom Submission-Only Button

I think the 1st option makes the most sense. I want a Digg voting … Read more…