Twitter Badge Customization/Builder?
My question is about Twitter HTML/Javascript Badge customization. I don't know CSS. Isn't there an easier way to do this? Has anyone set up some sort of "builder" so you can set the settings of how you want your tweets to view? (aka color, width, font, etc) If not, is Twitter planning on adding this feature?
11
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?If you use Wordpress, there are a few plugins that make it easier.
-
Inappropriate?I managed to customize my own twitter badge and im so glad! The mini flash badges don't show up on my mozilla firefox anymore and takes so long to load in my internet explorer. (yes, i use both to double check if its viewing correctly. :))
To see how it looks like, view it here, in my sidebar: http://sixthbane.blogspot.com
Here's the code I modified:
(change all the [ ] to < > if not the code will NEVER work.
If I didn't do that way, the code won't show up here.)
[center]
[style]
ul#twitter_update_list a {display:block;padding-bottom:6px;}
ul#twitter_update_list {list-style-type:none; padding-left: 40px; margin-left:-40px;color:pink;text-align:center; }
[/style]
[div style="background: #990000; padding:5px; text-align:center; margin-left:33px;margin-right:33px;"][font color="#cccccc"]YOUR TEXT HERE[/font][/div]
[div style="border: 1px solid #990000; border-top:1px; padding:10px; margin-left:33px;margin-right:33px; "]
[ul id="twitter_update_list"][/ul]
[script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"][/script]
[script type="text/javascript" src="http://twitter.com/statuses/user_timeline/YOUR URL HERE.json?callback=twitterCallback2&count=5"]
[/script][/div]
[/center]
Just change the YOUR TEXT HERE to whatever you wanna say
eg. Thinking bad thoughts / I am... / Im Up To No Good etc.
or
If you want to add an image, then simply replace the [font color="#cccccc"]YOUR TEXT HERE[/font]
with
[img src="http://YOUR IMAGE URL.jpg"]
*remember to change the [ ] to < >
Lastly, Change the YOUR URL HERE to your Twitter Username.
If the positioning of text is off-center, you can increase or decrease the number. eg. 20px
Loading Profile...




