bagder: curl-www _main.html,1.77,1.78
[email protected] Fri, 02 Jul 2010 20:25:59 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv29842
Modified Files:
_main.html
Log Message:
trying out a twitter widget on the front page
Index: _main.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_main.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- _main.html 20 Jun 2010 21:01:46 -0000 1.77
+++ _main.html 2 Jul 2010 20:25:57 -0000 1.78
@@ -54,6 +54,43 @@
</td></tr></table>
<p>
+<div style="float: right; margin-left: 8px;">
+<script src="http://widgets.twimg.com/j/2/widget.js"></script>
+<script>
+new TWTR.Widget({
+ version: 2,
+ type: 'search',
+ search: '#curl OR libcurl',
+ interval: 6000,
+ title: 'curl and libcurl tweets',
+ subject: '',
+ width: 250,
+ height: 300,
+ theme: {
+ shell: {
+ background: '#0000ff',
+ color: '#ffffff'
+ },
+ tweets: {
+ background: '#ffffff',
+ color: '#444444',
+ links: '#1985b5'
+ }
+ },
+ features: {
+ scrollbar: false,
+ loop: true,
+ live: true,
+ hashtags: true,
+ timestamp: true,
+ avatars: true,
+ toptweets: true,
+ behavior: 'default'
+ }
+}).render().start();
+</script>
+</div>
+
<table align="center" class="news">
<caption>Latest News</caption>
<!--#exec cmd="./shownews.cgi 2" -->