franzaps / zapthreads

The Unlicense
33 stars 8 forks source link

Embed link #41

Closed nima1981 closed 11 months ago

nima1981 commented 11 months ago

Is there a hosted link to embed this script on a website like nocomment has?

franzaps commented 11 months ago

Sure thing

<script type="text/javascript" src="https://unpkg.com/zapthreads/dist/zapthreads.iife.js"></script>
nima1981 commented 11 months ago

Great, thanks! I've tried to embed it underneath nocomment to test it out on https://dissentwatch.com/boost/?boost_post_id=669022 but nothing shows up.

nima1981 commented 11 months ago

Actually this one is better to test because it has some comments already, rendered by nocomment only though at the moment https://dissentwatch.com/boost/?boost_post_id=668155

franzaps commented 11 months ago

Okay I think I see the problem, you're trying to use it with data-* attributes like nocomment and that doesn't work here. Just import the script, and then use like here: https://github.com/21ideas-org/21ideas.org/blob/e06d11719b73d728020a409d0b82caa2dcdec34f/themes/hugo-book/layouts/partials/docs/comments.html#L5

nima1981 commented 11 months ago

Yup, that did it, thanks!