2010-09-02

rbandrews: (Default)
2010-09-02 10:00 am

How to make your journal not have a Twitter button

I personally don't really care about the Twitter button, since I expect that the estimated 3-5 people who read this are smarter than to put shit on Twitter that doesn't belong there. But, my friends do care, and I'm a web developer, so I thought I'd put that to good use:

Go try to make a comment on this post. Notice that it doesn't have a Twitter button. Here's how to make yours like mine:

1. Get a paid account. You need to be able to do custom CSS on your journal for this.

2. Go to here and slap this into the big "Custom Stylesheet" box:
    #qrform table tbody tr:nth-child(4),
    #postform table tbody tr:nth-child(4)
    { display:none; }
3. Look at your journal. Now back to mine. Now back to yours. Sadly, yours isn't mine. But neither one should have a Twitter button at this point.

4. Leave a comment if it doesn't work. It won't work in IE, but hell, what does?