···14141515Further documentation can be found at <https://hexdocs.pm/chilp>.
16161717+#### Usage without Lustre
1818+1919+It is also possible to add a Chilp widget to your pages by just embedding the register function in your HTML!
2020+2121+```html
2222+<head>
2323+ ...
2424+ <!-- or bundle.min.js -->
2525+ <script type="module" src="https://cdn.jsdelivr.net/npm/chilp@latest/dist/bundle.js"></script>
2626+ ...
2727+</head>
2828+<body>
2929+ ...
3030+ <comment-widget bluesky-anchor="{a did}\{postid}" mastodon-anchor="{instance name}\{post id}"></comment-widget>
3131+ <!--
3232+ An example would be:
3333+ <comment-widget bluesky-anchor="did:plc:tydnkicz4pafvkt3jspzldn6\3mhwwbldyjc2o" mastodon-anchor="procial.tchncs.de\alf5j0fozrnl0002"></comment-widget>
3434+ -->
3535+ ...
3636+</body>
3737+```
3838+3939+or, when using it from
4040+1741### Examples
18421919-- [lustre_chilp_app](https://tangled.org/strawmelonjuice.com/chilp/tree/main/examples/lustre_chilp_app)
4343+- [lustre_chilp_app](https://tangled.org/strawmelonjuice.com/@strawmelonjuice/chilp/tree/main/examples/lustre_chilp_app)
4444+- [js_chilp_example](https://tangled.org/strawmelonjuice.com/@strawmelonjuice/chilp/tree/main/examples/js_chilp_example)
20452146### Commands
2247