CodepadME / laravel-tricks

The source code for the Laravel Tricks website
http://laravel-tricks.com
MIT License
966 stars 298 forks source link

How to setup the Disqus commenting? #73

Closed marktopper closed 9 years ago

marktopper commented 9 years ago

How do I set up the Disqus commenting?

msurguy commented 9 years ago

You need to go to https://disqus.com/websites/ and set up a Disqus universal code.

Then set up the settings from Disqus in the app/config/social.php file and you're done!

michaelharper commented 9 years ago

Are there known issues with this? I've filled in the publicKey field from my account, the forum which I'm filling in with my shortname, the requestUrl which I deemed from their URL and threadFormat which is ident. All my page says is "comments powered by Disqus" if I am logged into my LaravelTricks install and "We were unable to load Disqus. If you are a moderator please see our troubleshooting guide." if I attempt to view it from incognito. Currently now allowing people to leave comments. Is there a way to debug?

michaelharper commented 9 years ago

Ok, turns out you actually have to add your Disqus shortname in app/config/config.php which is not listed in the documentation.