Questions tagged [disqus]

Disqus is a global comment system that improves discussion on websites and connects conversations across the web.

Disqus is a service and tool for web comments and discussions. The Disqus comment system can be plugged into any website, blog, or application. Disqus makes commenting easier and more interactive, while connecting websites and commenters across a thriving discussion community.

Links:

738 questions
-1
votes
1 answer

Ignore the scripts for a specific page

I have been trying to make a blog in publii. And let's assume that I made a home page, a Contact Us page and an article page. So I have been trying to implement comments using Disqus. So for that, I have put the code below as custom HTML after every…
-1
votes
1 answer

Split Problem Internet Explorer

After an earlier question relating to this error. Error: unable to get value of the property ‘split’: object is null or undefined An answer was offered to add the following code: /* Cross-Browser Split 1.0.1 (c) Steven Levithan ;…
-1
votes
1 answer

Magnolia CMS - Integrating Thid-party systems

Need help in integrating third-party systems in Magnolia CMS. Preferably, a commenting or a forum system since Magnolia doesn't support these modules anymore. Some third-party system that Magnolia suggested are: Disqus, IntenseDebate and…
-1
votes
1 answer

Tumblr posts underlapping sidebar after Disqus installation?

I'm pretty clueless with code but somehow managed to fix an issue with my Disqus comment box by following these instructions. My Disqus comment box is now only on my posts, which is what I wanted, but now my posts are underlapping the sidebar,…
-1
votes
1 answer

Extracting comments from article using disqus

I am pretty new to webscraping and would like to extract comments made on a web article which uses a disqus thread, using python. I think I have to use the DisqusAPI to do this and import it into python, however I am not understanding how it works.…
-1
votes
1 answer

Installing disqus on django

I am trying to install disqus on my django project. I have followed these instructions: First, add disqus to your INSTALLED_APPS. You don’t need to run syncdb as there are no models provided. Next, add DISQUS_API_KEY and DISQUS_WEBSITE_SHORTNAME to…
Tatenda
  • 679
  • 2
  • 10
  • 24
-1
votes
1 answer

How to create a forum through the disqus-python api and increase the engagement?

The code I've tried: disqus = DisqusAPI(secret_key, public_key) disqus.post('forums.create',website="xxx.com",name="somename",short_name="sn") I'm trying to create a forum automatically on disqus from every post on my blog. Is it possible? Is it…
Fernanda Fentili
  • 169
  • 2
  • 11
-1
votes
1 answer

Match subdirectory with Javascript

I m trying to match subdirectory and populate the variable according to it. This is what I have done so far. For example i have a domain (www.mydomain.com/city/).