You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
<div id='vuukle-emote'></div> – Displays the Emotes widget for the page
<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.
The text was updated successfully, but these errors were encountered:
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/
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<div id='vuukle-emote'></div>
– Displays the Emotes widget for the page<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.
The text was updated successfully, but these errors were encountered: