Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrations + additional commenting system #128

Open
neoartdoo opened this issue Jan 26, 2020 · 1 comment
Open

Integrations + additional commenting system #128

neoartdoo opened this issue Jan 26, 2020 · 1 comment

Comments

@neoartdoo
Copy link
Contributor

neoartdoo commented Jan 26, 2020

So, this is not a issue but rather integration :)

I decide to not using disqus for commenting and i wanted little bit more to add on a news website :)
so i add a Vuukle after a lot of testing :)

in order to setup properly you need to edit
partials/article/article-body.hbs file
After {{if access}} put the
<script> var VUUKLE_CONFIG = { apiKey: 'Place Your API Key Here', articleId: '{{id}}', }; // ⛔️ DON'T EDIT BELOW THIS LINE (function() { var d = document, s = d.createElement('script'); s.src = 'https://cdn.vuukle.com/platform.js'; (d.head || d.body).appendChild(s); })(); </script>
your API key you can get by registering on a vuukle and change Place your API Key Here

After that there ever you whant you can put the calling div and it works :)

<div id='vuukle-comments'></div> – Displays the main Vuukle comment system

Capturecc

<div id='vuukle-emote'></div> – Displays the Emotes widget for the page

Capture

<div id='vuukle-newsfeed'></div> – Displays the Newsfeed widget for the page
<div class='vuukle-powerbar'></div> – Displays the social media share buttons. Can be included multiple times in a page.

Edit:
I know that Vuukle support real time view but that option is a payed.

@WatsonJH
Copy link

WatsonJH commented May 6, 2021

Nice Commenting System, I did not know of this one. Myself I use GraphComment, I set it up to slide open from the side of the browser. It integrates very well with Mapache :) and also supports light and dark mode.
https://graphcomment.com/en/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants