For example, I’ve been trying to test if this mastodon-comments module can be integrated into the wiki.
I’ve tried loading their scripts into the head including
<script type="module/text/javascript" src="./files/scripts/mastodon-comments.mjs"></script>
which references a local version of the mastodon-comments.js in the linked repo (above) in my node.js wiki dev environment.
I wasn’t able to get the web component to work. Any pointers appreciated. I was trying to follow Jeremy’s directions in this post but did not fully understand the procedure for doing so.