Skip to content

Commit 8dc11ee

Browse files
committed
Add TownSquare widget after Updates section
1 parent 69d87b9 commit 8dc11ee

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<link rel="preconnect" href="https://assets.mailerlite.com">
3838
<link rel="preconnect" href="https://consent.cookiebot.com">
3939
<link rel="preconnect" href="https://www.google.com">
40+
<link rel="preconnect" href="https://townsquare.cauenapier.com" crossorigin />
41+
<link rel="stylesheet" href="https://townsquare.cauenapier.com/widget.css" media="print" onload="this.media='all'" />
42+
<link rel="stylesheet" href="https://townsquare.cauenapier.com/api/sites/site_AhJUHC2I6JqmhTQA/style.css" media="print" onload="this.media='all'" />
43+
<noscript><link rel="stylesheet" href="https://townsquare.cauenapier.com/widget.css" /><link rel="stylesheet" href="https://townsquare.cauenapier.com/api/sites/site_AhJUHC2I6JqmhTQA/style.css" /></noscript>
4044
<link rel="dns-prefetch" href="https://www.youtube.com">
4145
<link rel="dns-prefetch" href="//cdn.supportfast.ai">
4246
<link rel="dns-prefetch" href="//assets.mailerlite.com">
@@ -732,6 +736,18 @@ <h2 class="left-align"> HellenicDev Updates: </h2>
732736

733737
</div>
734738

739+
<div id="townsquare-root"></div>
740+
<script type="module" async>
741+
import { mountTownSquare } from "https://townsquare.cauenapier.com/townsquare.mjs";
742+
mountTownSquare(document.getElementById("townsquare-root"), {
743+
serverOrigin: "https://townsquare.cauenapier.com",
744+
siteKey: "site_AhJUHC2I6JqmhTQA",
745+
pluginModules: [{"name":"soccer-ball","module":"/widget/plugins/soccer-ball.mjs"}],
746+
theme: "host",
747+
weatherConfig: {"mode":"automatic","weather":"clear","distribution":{"clear":58,"rain":17,"snow":17,"storm":8}}
748+
});
749+
</script>
750+
735751
</main>
736752
<!-- END OF UPDATES -->
737753
<br><br><br><br><br><br>

0 commit comments

Comments
 (0)