I'm just going to quote wholesale from
Mat Bowles's
post on the subject:
I like
Twitter. It's nice, quick and effective, and allows for quick thoughts or short public discussions that can crossover with others. That there are MPs sometimes sat in the House of Commons listening to debates and reading Twitter means I can, if necessary, pass information on nice and easily. Not done it yet, but it might happen.
I also like sharing links and stuff on Twitter, and having my Twitter posts (but not replies) transfer to both my Facebook status and as daily digests. As I'd just stopped doing linkspams and can't be bothered to fix the code, I'm temporarily doing all my links through Twitter as well, it suits me.
I like reading others Twitter digests, ported through
LoudTwitter, on my friends list. I personally dislike it when they're cut, as it stops me doing a quick scan and I'm not likely to open the cut text up as it takes too long. If I don't want to read, I can scroll past.
Given that I like having LoudTwitter posts on my friends page, I've added some code to my journal to make them look a lot better than the default. This is Good.
But I also know that some people, poor misunderstanding types that they are, dislike seeing Twitter posts, completely. Given that some people seem to insist on crossposting all their Tweets, including their halves of ongoing conversations that make little sense, I can understand this, but it's better to just get such people to turn off the option of importing replies, as
redatt explains.
But, for those of you that really don't want to read Loudtwitter posts on their friends page, and for those of you that want to enhance the Loudtwitter posts that appear on theirs, I thought I'd share some code.
My enhancement code:
.loudtwitter {
background:#000000;
colour:#dddddd;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
list-style: square;
}
.loudtwitter li {
padding-bottom: 5px;
border-bottom: 1px dotted;
}
.loudtwitter li em {
color:#ee5;
font-weight: bold;
font-style: normal;
}
.loudtwitter li em:after {
content: "- ";
}
And some removal code if you really want it:
.loudtwitter {
display: none!important
}
Note, I coded it in twenty seconds, it's a simple CSS trick, it only removes the list of tweets, not the whole post, and it was really easy.
To use either, all you need to do is go
here and copy/paste it in
http://www.livejournal.com/customize/options.bml?group=customcss For those of you that have got into the habit of cutting your tweet imports because some friends wanted it? If they don't want to see them, link them here. Because I'd much rather see them, and helping everyone make their tweets look pretty makes sense to me. Anyone that wants the colours changed to suit their background, feel free to comment.
I agree with just about everything Mat says: I like using Twitter on its own, I like reading people's daily summaries, and I made the effort to code my layout to handle them:
.loudtwitter {
list-style:none;
}
.loudtwitter li {
border-bottom:1px dashed #BE9B3D;
padding:5px;
}
.loudtwitter li em {
font-weight: bold;
font-style: normal;
}
I also don't like clicking cuts to read them, as I'm lazy. I have some people who only follow my LJ, some who only follow Twitter, and the feedback loop I have going means no one needs to follow both. I'm glad people have stopped griping about how people choose to fill their blog, and I've always been a fan of
bibliotech's Loudtwitter footnote: If you don't want to see these posts on your friendspage, go read something else.