-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshare.html
17 lines (15 loc) · 1.17 KB
/
share.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<title>My Facebook Login Page</title>
</head>
<body>
<iframe src="http://www.facebook.com/plugins/like.php?app_id=206703929372788&href=http%3A%2F%2Ffacebook.com%2F6Wunderkinder&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;position: absolute;left:10px;" allowTransparency="true"></iframe>
<div style="position: absolute; left: 120px">
<a href="http://twitter.com/6Wunderkinder" class="twitter-follow-button" link_color="#ddd" data-show-count="false">Follow</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</div>
<div style="position: absolute; left: 290px">
<a href="http://twitter.com/share?url=http://6wunderkinder.com&text=I started using Wunderlist" class="twitter-share-button" data-count="none" data-via="6Wunderkinder" data-lang="de">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
</body>
</html>