forked from fumitaka/shin-takaoka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTwitterMain.html
31 lines (29 loc) · 1.85 KB
/
TwitterMain.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
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>#シン・タカオカ・ランド お問合せ</title>
</head>
<body>
<ul style="list-style:none">
<li>
<a href="https://twitter.com/intent/tweet?button_hashtag=%E3%82%B7%E3%83%B3%E3%83%BB%E3%82%BF%E3%82%AB%E3%82%AA%E3%82%AB%E3%83%BB%E3%83%A9%E3%83%B3%E3%83%89"
class="twitter-hashtag-button">Tweet #%E3%82%B7%E3%83%B3%E3%83%BB%E3%82%BF%E3%82%AB%E3%82%AA%E3%82%AB%E3%83%BB%E3%83%A9%E3%83%B3%E3%83%89</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
</script>
</li>
<li>
<div style="height: 100%; width:100%; overflow: scroll; background-color: white;">
<a class="twitter-timeline"
href="https://twitter.com/hashtag/%E3%82%B7%E3%83%B3%E3%83%BB%E3%82%BF%E3%82%AB%E3%82%AA%E3%82%AB%E3%83%BB%E3%83%A9%E3%83%B3%E3%83%89"
data-widget-id="779855572715786241">#シン・タカオカ・ランド のツイート</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
</div>
</li>
</ul>
</body>
</html>