angular-disqus
angular-disqus copied to clipboard
A set of directive(s) and services for disqus to simplify the life of developers.
I have followed README and added following on my page template ``` ``` However, no matter which page I visit (with different app._id), I see the same Disqus thread. Is...
Hi, Added support for SSO, for more information https://help.disqus.com/customer/portal/articles/236206-single-sign-on Removed bower, because is not necessary. Also, published in http://npmjs.com. Url of package: https://www.npmjs.com/package/angular-disqus
I'm trying to display the discussion after each article on the page. But it is shown only on the first article. ``` ... ```
When you move from one post to another, like from test 1 page to test 2 page, with ngAnimate, I see that the plugin is not working properly.
Hi I would like to ask how to set 'per page' to limit the initial comments shown on load?
When I try the snippet from the README (with my settings of course) to show the comment count, I get the following javascript error: `Uncaught TypeError: Cannot call method 'appendChild'...
Removing embed.js from loadcount to avoid appendChild on null object when only needing comment counts.
I just added language variable to globals list, Attached a script on initial load that will add: var_config = this.language = "the language". I added setLanguage( ) to disqus provider...