Archives for 2009

Twitter Auto DMs Suck

The abuse of the Twitter Direct Message (DM) functionality has always been an issue with Twitter. However, as my follower count grows so does the constant barrage of useless and annoying Auto Direct messages. The idea of someone trying to sell sell me an e-book or whatever, before any kind of relationship has been established seems silly and wrong. Anyway, here is a video I made regarding Twitter and Auto DM’s.

Found this great post by Robert Scoble , Love his number 8, which states:

8. I can’t put an auto answer onto DM’s so that I can tell you to get a clue and to send me email instead.

Sprint Ad with a Twitter Call Out

I saw this ad last night and the Twitter call out (00:33 in) was pretty cool. Nice work to the folks at Sprint.

Twitter Is Down For Unscheduled Maintenance

“Twitter is currently down for unscheduled maintenance. We expect to be back in about an hour. Thanks for your patience.”

I hope we make it through this dark hour… Relax and go enjoy the basketball game!!

Twiiter-offline_1.gif

Excluding Categories in WordPress Sidebar Widget

This is a short Youtube video demo on how you can exclude categories from you side bar if using the sidebar widget. This requires us to edit the widgets.php file instead of the sidebar.php file. More how to videos can be found at the Traffic is Gold Youtube channel.

Similar Videos:
Excluding Pages In The WordPress Sidebar

We also announce our videos on Twitter, you can follow us on Twitter here: @trafficisgold.

Step by Step code credit goes to Lance Hoff

Step 1:
Download widgets.php from here: wp-includes/widgets.php

Step 2:
Find this line of code:
$d = $options[$number][‘dropdown’] ? ‘1’ : ‘0’;

under it palce this line of code: $ex = “1,2,3”;
(NOTE: change out 1,2,3 with the actual Categories you want to exclude.)

So all together it looks like this:
$d = $options[$number][‘dropdown’] ? ‘1’ : ‘0’;
$ex = “1,2,3”;

Step 3:

Find
$cat_args = array(‘orderby’ => ‘name’, ‘show_count’ => $c, ‘hierarchical’ => $h);

Replace
$cat_args = array(‘orderby’ => ‘name’, ‘show_count’ => $c, ‘hierarchical’ => $h, ‘exclude’ => $ex );

Step 4:
Save the file and uplaod back to it’s original location

You are done!!

Again thanks to Lance for the code and his step by step blog post. Please visit the site here.

What is #followfriday on Twitter?

Twitter is a very powerful instant communication tool. It can be used for fun, business or a combination of both. I wanted to answer the question; What is #followfriday? So here is a quick video showing you what follow Friday is and how to participate.

Follow me on Twitter.
Follow me on Youtube.

Hope that helps!