请把以下的代码复制在您的网页中,即可获得本站每日发布的信息,谢谢!
示范图
- <script src="http://widgets.twimg.com/j/2/widget.js"></script>
- <script>
- new TWTR.Widget({
- version: 2,
- type: 'profile',
- rpp: 30,
- interval: 6000,
- width: 200,
- height: 500,
- theme: {
- shell: {
- background: '#914891',
- color: '#ffffff'
- },
- tweets: {
- background: '#000000',
- color: '#ffffff',
- links: '#4aed05'
- }
- },
- features: {
- scrollbar: true,
- loop: false,
- live: false,
- hashtags: true,
- timestamp: false,
- avatars: false,
- behavior: 'all'
- }
- }).render().setUser('freeinfo2u').start();
- </script>
复制代码 |
|