-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (31 loc) · 945 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>GMX Socials</title>
</head>
<body>
<h1>Example</h1>
<div class="gmx_inline-socials"></div>
<!-- jQuery first, then gmxsocials.js-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script type="text/javascript" type="" src="gmx-socials.js"></script>
<!-- Config your socials and link here -->
<script>
// Social Name => Link
var socials = [
'Facebook',
'Twitter',
'Linkedin',
'Tumblr',
'VK',
'Pinterest',
'WhatsApp',
'Telegram'
];
let s = new gmx_socials(socials);
</script>
</body>
</html>