-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
52 lines (36 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Via Widget example</title>
</head>
<body>
<br />
<br />
Your site content ...
<br />
<br />
<!-- 1) Place the necessary scripts (do it once for one page) -->
<!-- VIA Widget scripts -->
<script src="https://unpkg.com/react@17/umd/react.production.min.js" crossorigin></script>
<script src="index.js"></script>
<link href="index.css" rel="stylesheet"/>
<!-- /VIA Widget scripts -->
<!-- 2) Place the button -->
<!-- VIA Widget Button-->
<div class="via-widget" data-id="ace4c308-e20d-4a70-82eb-91db2fea7a89"></div>
<!-- /VIA Widget Button -->
<!-- 3) Place more buttons if needed -->
<!-- VIA Widget Button-->
<div class="via-widget" data-id="b0d8205d-ba8e-42b3-9ebb-b0716ad1ce49"></div>
<!-- /VIA Widget Button -->
<!-- VIA Widget Button-->
<div class="via-widget" data-id="b852c368-36f0-4d98-a86b-69cf85feb74b"></div>
<!-- /VIA Widget Button -->
<br />
<br />
Your site content ...
<br />
<br />
</body>
</html>