-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (35 loc) · 1.47 KB
/
index.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html>
<head>
<meta property="og:type" content="tomo.mobi" />
<meta property="og:site_name" content="tomo.mobi" />
<meta property="og:description" content="facebook チロルアルバム">
<meta property="og:title" content="facebook チロルアルバム" />
<!-- META -->
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="keywords" content="jQuery,facebook,写真,表示,JSON,API" />
<meta name="description" content="facebookのファンページにアップロードした特定アルバム内の写真をJSONで取得表示するサンプルです。" />
<title>【サンプル】facebookの特定アルバム内の写真をjQueryで取得表示</title>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css">
<link rel="stylesheet" href="facebook_albums_style.css" type="text/css">
<!-- JS -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript" src="facebook_Photos.js"></script>
</head>
<body id="facebook_Albums_sample">
<h1>facebookからアルバムの写真一覧を表示</h1>
<div id="facebook_Albums">
<div class="facebook_photos">
<ul id="photos">
</ul>
</div>
</div>
<div id="steps"> </div>
<div style="clear:both;"></div>
<script type="text/javascript" src="facebook_albums_Photo_move.js">
//タイマーセット
alert("移動");
//setInterval("gotoMove()",3000);
</script>
</body>
</html>