-1

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 the right way to do it?

What I want to achieve is create a discussion or something to get more engagement and traffic to my blog. So I'm looking at discuss api to help me with that. Then I can use the discuss as a new channel to people find content on my blog. Is it possible? Does it work like that? If I can't do it what is the best way to achieve it?

Fernanda Fentili
  • 169
  • 2
  • 11

1 Answers1

0

I asked the disqus team and this functionality is not current available. Byt the way they are disqusing with the dev team to include this feature.

Fernanda Fentili
  • 169
  • 2
  • 11