User: foral Date: 2010-03-08 13:57:38+0000 Modified: ja/www/index2.html
Log: twitter widgets File Changes: Directory: /ja/www/ =================== File [changed]: index2.html Url: http://ja.openoffice.org/source/browse/ja/www/index2.html?r1=1.43&r2=1.44 Delta lines: +31 -14 --------------------- --- index2.html 2010-02-24 15:18:40+0000 1.43 +++ index2.html 2010-03-08 13:57:35+0000 1.44 @@ -70,20 +70,37 @@ <td> <table border="0"> <tbody> - - <tr> - <td class="menu-heading" nowrap="nowrap">OpenOffice.org æ¥æ¬èªããã¸ã§ã¯ãå ¬å¼Twitter</td> - </tr> - <tr> - <td style="vertical-align: top"> - <div id="twitter_div"> - <ul id="twitter_update_list" style="font-size:small"> </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/jaopenofficeorg.json?callback=twitterCallback2&count=5"></script> <p> - [<a href="http://twitter.com/jaopenofficeorg" target="_blank">æ¥æ¬èªããã¸ã§ã¯ãå ¬å¼Twitterä¸è¦§</a><img src="./images/ex-link.gif" width="13" height="13">] - </td> - </tr> +<script src="http://widgets.twimg.com/j/2/widget.js"></script> +<script> +new TWTR.Widget({ + version: 2, + type: 'profile', + rpp: 3, + interval: 6000, + width: 250, + height: 300, + theme: { + shell: { + background: '#6666cc', + color: '#ffffff' + }, + tweets: { + background: '#ffffff', + color: '#000000', + links: '#076eeb' + } + }, + features: { + scrollbar: false, + loop: false, + live: false, + hashtags: true, + timestamp: true, + avatars: false, + behavior: 'all' + } +}).render().setUser('jaopenofficeorg').start(); +</script> </tbody> </table> </td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
