Skip to content

Commit b5bea16

Browse files
committed
Add townsquare
1 parent 5277bf2 commit b5bea16

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

index.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,24 @@ <h2 class="left-align"> HellenicDev Updates: </h2>
734734

735735
</main>
736736
<!-- END OF UPDATES -->
737-
<br><br><br><br><br><br>
737+
<br>
738+
739+
740+
<link rel="preconnect" href="https://townsquare.cauenapier.com" crossorigin />
741+
<link rel="stylesheet" href="https://townsquare.cauenapier.com/widget.css" />
742+
<link rel="stylesheet" href="https://townsquare.cauenapier.com/api/sites/site_AhJUHC2I6JqmhTQA/style.css" />
743+
<div id="townsquare-root"></div>
744+
<script type="module" async>
745+
import { mountTownSquare } from "https://townsquare.cauenapier.com/townsquare.mjs";
746+
747+
mountTownSquare(document.getElementById("townsquare-root"), {
748+
serverOrigin: "https://townsquare.cauenapier.com",
749+
siteKey: "site_AhJUHC2I6JqmhTQA",
750+
theme: "host"
751+
});
752+
</script>
753+
754+
<br><br><br><br><br>
738755
<a href="privacy-policy.html" class="link">Privacy Policy</a>
739756

740757
<footer class="footer">

0 commit comments

Comments
 (0)