forked from phonglk/voz-living
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
23 lines (22 loc) · 1.33 KB
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<script src="popup.js"></script>
</head>
<body>
<div style="width:151px;min-height: 20px">
<a href="https://www.facebook.com/VozLiving" target="_blank">Fanpage</a><br/>
<a href="http://vozforums.com/showthread.php?t=2846050" target="_blank">Thread on Voz</a>
<!--<div id="fb-root"></div>-->
<!--<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 = "http://connect.facebook.net/en_US/all.js#xfbml=1&appId=280521451961125";-->
<!--fjs.parentNode.insertBefore(js, fjs);-->
<!--}(document, 'script', 'facebook-jssdk'));</script>-->
<!--<div class="fb-like" data-href="https://www.facebook.com/VozLiving" data-send="true" data-width="150" data-show-faces="true" data-font="segoe ui"></div>-->
<iframe src="http://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FVozLiving&send=false&layout=standard&width=150&show_faces=true&action=like&colorscheme=light&font=segoe+ui&height=80&appId=280521451961125" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:100px;" allowTransparency="true"></iframe>
</div>
</body>
</html>