开发者

How to bind in Twitter in my homepage?

I will use twitter and show it on my page like a news-flash.

I found a lot of Twitter API Demos with updating t开发者_如何学Gowitter, but I don't want this, want only read and show in any form I like.

Anyone knows good and easy classes for this?


This is what I use on my website.

You can copy and paste this code and add your information.
Also, you can style it any way you wish with CSS.

<div id="twitter">
    <ul id="twitter_update_list"></ul>
    <a href="http://twitter.com/cubeantics" id="twitter-link" style="display:block;text-align:right;">follow me on Twitter</a>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/cubeantics.json?callback=twitterCallback2&amp;count=7"></script> 


Twitter has a number of widgets to choose from: http://twitter.com/goodies/widgets

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜