Sarah R
Sarah R

Reputation: 107

Disqus wordpress plugin doesn't connect to API

I'm working with Wordpress 3.5.1, and trying to use the Disqus Plugin. It works just fine on my localhost, but not on the server.

The login screen pops up, but as soon as I enter my login information, it says:

Unable to connect to the Disqus API servers

I've already tried to mess with some of the plugin code as shown here: _dsq_fsockopen_urlopen() Workaround, but it did nothing, same error. Any ideas? I can contact the server administrator, if necessary.

Upvotes: 1

Views: 3198

Answers (1)

Ryan V
Ryan V

Reputation: 3100

This error almost always has to do with a port being blocked by the server. Try contacting them to make sure that they can connect to 'disqus.com' and 'disqus.net' through port 80.

Upvotes: 2

Related Questions