gma / nesta

File Based CMS and Static Site Generator
http://nestacms.com
MIT License
902 stars 121 forks source link

Disqus fix #52

Closed chromeragnarok closed 13 years ago

chromeragnarok commented 13 years ago

Hi, this is a patch which includes the updated JS URL for the Disqus commenting system. Thanks!

gma commented 13 years ago

Thanks. I'll cherry-pick 8db83a4.

Have you got a link to a disqus document explaining that the old URLs don't work? The comments on my sites are still working fine, and I haven't seen any announcements from them.

chromeragnarok commented 13 years ago

I was trying out the previous default comments view the one with this URL: http://disqus.com/forums/#{short_name}/embed.js and it wasn't loading. So I dug around on disqus' documentations and I've stumbled into this document. Apparently, what they had is different, which is this one: http://#{short_name}.disqus.com/embed.js So, I changed accordingly and the updated comment view works now.

gma commented 13 years ago

I've merged 8db83a4 – it'll be in 0.9.5, but with a different SHA I'm afraid as I tweaked the commit slightly.

Cheers, Graham

chromeragnarok commented 13 years ago

No problem and thanks!

Sid.