forked from nielsenramon/chalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfbtest2.html
106 lines (64 loc) · 3.43 KB
/
fbtest2.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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<html>
<head>
<meta charset="UTF-8">
<title>Checkin bei Plus City</title>
<link rel="icon shortcut" href="" />
<script src="https://storage.googleapis.com/helloagain-storage/static/js/jquery/3.1.1/jquery.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96401752-5', 'auto');
ga('send', 'pageview');
</script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta property="fb:app_id" content="181443455949096"/>
<meta property="og:type" content="place"/>
<meta property="og:title" content="Checkin bei Plus City"/>
<meta property="og:description" content=""/>
<meta property="og:image"
content="https://graph.facebook.com/176661456023447/picture?height=512&width=512"/>
<meta property="place:location:latitude" content="14,2374217"/>
<meta property="place:location:longitude" content="48,24422449999999"/>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container">
<p>Sie werden auf Facebook weitergeleitet</p>
<script type="text/javascript">
window.onload = function() {
var desktopFallback = "https://www.facebook.com/176661456023447",
mobileFallback = "https://www.facebook.com/176661456023447",
app = "fb://page/176661456023447";
window.location.replace("https://m.facebook.com/176661456023447");
/*window.location = app;
window.setTimeout(function() {
window.location = mobileFallback;
}, 25);*/
function killPopup() {
window.removeEventListener('pagehide', killPopup);
}
window.addEventListener('pagehide', killPopup);
};
</script>
hehe Oder klicken Sie
<a href="https://www.facebook.com/profile.php?id=176661456023447">old one<br /><img src="https://graph.facebook.com/176661456023447/picture?height=512&width=512"></a>
<a href="https://www.facebook.com/176661456023447">second888<br /><img src="https://graph.facebook.com/176661456023447/picture?height=512&width=512"></a>
<a href="fb://176661456023447/">third<br /><img src="https://graph.facebook.com/176661456023447/picture?height=512&width=512"></a>
<a href="https://www.google.at">google<br /><img src="https://graph.facebook.com/176661456023447/picture?height=512&width=512"></a>
</div>
</body>
</html>