开发者

How to bind in Twitter in my homepage?

开发者 https://www.devze.com 2022-12-18 11:06 出处:网络
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 lik

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

精彩评论

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