forked from bachors/jQuery-Awesome-Sosmed-Share-Button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (45 loc) · 1.56 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<!-- Example Share with Title -->
<title>jQuery Awesome Sosmed Share Button</title>
<!-- Example Shares with description -->
<meta name="description" content="Demo website jQuery Awesome Sosmed Share Button iBacor.com" />
<!-- Example Shares with Image -->
<meta property="og:image" content="http://i.imgur.com/4Z01gz9.jpg" />
<!-- Include Font Awesome v4.1.0 -->
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Include jQuery -->
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<!-- jQuery Awesome Sosmed Share Button -->
<script src="src/js/ibacor_share.min.js"></script>
<!-- Custom Style -->
<link href="src/css/ibacor-sosmed-button.css" rel="stylesheet">
<!-- Demo Style -->
<style>
html, body {
padding: 0;
margin: 0
}
body {
color: #fff;
position: relative;
-webkit-text-size-adjust: none;
background:url('http://i.imgur.com/w1wUQXs.jpg') no-repeat center center fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover
}
#ibacor_shareawesome {
text-align: center;
margin-top: 20%
}
</style>
</head>
<body>
<!-- Display all Shares Button -->
<div id="ibacor_shareawesome"></div>
<p align="center"><a class="sh_btn" style="background:#222" href="https://github.com/bachors/jQuery-Awesome-Sosmed-Share-Button" target="_BLANK"><i class="fa fa-github"></i> Fork me on Github</a></p>
</body>
</html>