fission-codes / landing-page

Fission home page
https://fission.codes
Other
9 stars 2 forks source link

Add Discourse powered comments to posts #74

Closed bmann closed 2 years ago

bmann commented 2 years ago

Ghost has a Discourse comments plugin that we ran, but in our headless ghost mode we need to add in the Discourse comments on our own as part of the build process.

Discourse connects in and posts to eg the Updates category and will post blogs and then embed the right comment thread.

Here’s the Discourse comments instructions https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963

the task here is to add the Discourse comment embed code to Eleventy

bmann commented 2 years ago

Because we had this running before — I don’t know what will happen when this gets hooked back up to Discourse reading the RSS feed. So we may need to manually sync up post IDs for past posts so it doesn’t double post?

Or maybe it will “just work” with the right embed code?

Deleting all the existing / previous blog post in Discourse and letting it resync from RSS automatically is probably fine.

bmann commented 2 years ago

Thanks @avivash closing this!