Reaction and Comment Button #4875
-
I want to add a reaction button, subscribe and comment section to my quarto blog like the screenshot below. Plz help me how can I do that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
For subscription: https://quarto.org/docs/websites/website-blog.html#subscriptions If none of these suit your needs, then you have to look for HTML/JavaScript that does on the Internet, and inject that code using the |
Beta Was this translation helpful? Give feedback.
-
Thank you all for your suggestions. |
Beta Was this translation helpful? Give feedback.
For subscription: https://quarto.org/docs/websites/website-blog.html#subscriptions
For comments: https://quarto.org/docs/reference/projects/websites.html#comments
If none of these suit your needs, then you have to look for HTML/JavaScript that does on the Internet, and inject that code using the
include-*
keys/options: https://quarto.org/docs/reference/formats/html.html#includes.