My favorites
▼
|
Sign in
google-buzz-widget
Google Buzz Widget - A jQuery Plugin
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
v1
/
demo2.htm
‹r6
r9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title> Google Buzz - Fixed List</title>
<!-- Not required! -->
<link href='demo.css' rel='stylesheet' type='text/css'/>
<!-- Not required! -->
<!-- required CSS -->
<style type="text/css">
/* container */
div.google-buzz{ }
/* ul list */
ul.gbw{
padding:0;
margin:0;
}
ul.gbw li{
border:silver 1px solid;
float:left;
margin:1px 0 1px 0;
padding:2px;
list-style-type:none;
height:48px;
overflow:hidden;
width:100%;
}
/* meta : date, source */
ul.gbw span.gbw-meta {
color:green;
display:block;
font-size:95%;
margin:3px 0 0;
}
ul.gbw span.gbw-meta a{
color:green;
text-decoration:none;
}
ul.gbw span.gbw-meta a:hover{
text-decoration:underline;
}
/* customize links */
ul.gbw a.gbw-link { }
/* customize @user links */
ul.gbw a.gbw-at { }
/* customize #hashtags links */
ul.gbw a.gbw-hashtag { }
</style>
<!-- required CSS :END -->
<!-- required Javascript -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://google-buzz-widget.googlecode.com/files/jquery.google-buzz-1.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('div.my-buzz').googleBuzz({
username:'mikedotmore'
,n:8
,show_n:0
});
});
</script>
<!-- required Javascript :END -->
</head>
<body>
<h1>Google Buzz - Fixed List</h1>
<div class="Some-Container!" style="width:700px">
<!-- required HTML -->
<div class="my-buzz">loading..</div>
<!-- required HTML :END -->
</div>
<div id="footer">
<a class="icon" href="http://www.moretechtips.net/" title="More Tech Tips!"></a>
<div class='ad'>
<script type="text/javascript">google_ad_client = "pub-9464686146570738";google_ad_slot = "6604226947";google_ad_width = 468;google_ad_height = 60;</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<a class="link" href="http://www.moretechtips.net/2010/02/google-buzz-widget-jquery-plugin.html">Back to post</a>
</div>
<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script>
<script type="text/javascript">try {var pageTracker = _gat._getTracker("UA-5465067-10"); pageTracker._trackPageview(); } catch(err) {}</script>
</body>
</html>
Show details
Hide details
Change log
r9
by mikedotmore on Apr 16, 2011
Diff
[No log message]
Go to:
/v1/demo.css
/v1/demo1.htm
/v1/demo2.htm
Project members,
sign in
to write a code review
Older revisions
r6
by mikedotmore on Feb 13, 2010
Diff
[No log message]
All revisions of this file
File info
Size: 2784 bytes, 88 lines
View raw file
File properties
svn:mime-type
text/html
Powered by
Google Project Hosting