I still have the code for the simple HTML widget
Just insert your twitter username where it says [INSERT TWITTER PROFILE NAME HERE]
The code is:
Code:
<h2>Recent Tweets</h2>
<ul id="twitter_update_list"></ul>
<a href="http://twitter.com/[INSERT TWITTER PROFILE NAME HERE]" id="twitter-link" style="margin-left: 10px;display:block;padding-bottom:10px;color:#002C4E;">Follow me on Twitter</a>
</ul>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/[INSERT TWITTER PROFILE NAME HERE].json?callback=twitterCallback2&count=5"></script>
and to answer your question, I think that the people at Twitter may have lost there minds.
There must not be enough people that are using it, and people are just going for the looks rather than the fact that you can edit the HTML to your liking.
Last edited by Leopard; 08-05-2009 at 03:38 PM..
|