-
Notifications
You must be signed in to change notification settings - Fork 0
/
activity.html
30 lines (29 loc) · 1.08 KB
/
activity.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>site_title</title>
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
img {border:0; padding:0; margin:0;}
</style>
<base target="_blank">
</head>
<body style="margin: 0; padding: 0;">
<!-- width="300" height="500" -->
<div id="grammy_fb_activity">
<div class="widget_fb widget">
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:activity site="grammy.com" width="300" height="400" header="true" colorscheme="light" recommendations="false" action="recommend"></fb:activity>
</div>
</div>
<link rel="stylesheet" type="text/css" href="/sites/all/themes/grammy_com_3/css/MyFontsWebfontsKit.css" />
<style type="text/css">
div.widget_fb {
border: 1px solid #ccc;
border-radius: 0px;
overflow: hidden;
background: white;
height:400px;
}
</style></body>
</html>