-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgate.html
More file actions
95 lines (89 loc) · 2.71 KB
/
gate.html
File metadata and controls
95 lines (89 loc) · 2.71 KB
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
<body>
<style type="text/css">
.modalDialog {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
height:434px;
width:829px;
display:none;
}
#modal {
background-image: url("FB-LIKE-MOCK-KIM-K-NO-UNIT.jpg");
width: 829px;
height: 434px;
background-repeat: no-repeat;
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
margin: auto;
}
.fb_iframe_widget {
position: absolute;
bottom: 32px;
right: 10px;
}
</style>
<script type='text/javascript'>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script type='text/javascript'>
googletag.cmd.push(function() {
googletag.defineOutOfPageSlot('/4216/ami.radar', 'div-gpt-ad-1440646984494-0').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.pubads().setTargeting('test', ['on']);
googletag.enableServices();
});
</script>
<!-- /4216/ami.radar -->
<div id='div-gpt-ad-1440646984494-0'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1440646984494-0'); });
</script>
</div>
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '784666091652597', // Your App ID
xfbml : true,
version : 'v2.4'
});
var like_callback = function(response){
document.querySelector("#radarModal").style.display = "none";
}
FB.Event.subscribe('edge.create',like_callback);
};
</script>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4&appId=784666091652597";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script>
</script>
<div class="modalDialog" id="radarModal">
<div id="modal">
<div class="fb-page" data-href="https://www.facebook.com/radaronline" data-width="350" data-height="224" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/radaronline"><a href="https://www.facebook.com/radaronline">Radar Online</a></blockquote></div></div>
</div>
</div>
</body>