— layout: post title: Socialize your app tagline: " Collect and review feedback" permalink: /disqus/how-to-define_disqus_shortname.html categories: [disqus] tags: [disqus shortname, settings] —
First you got the message:
We were unable to load Disqus
Try out to review this official manual about origin of this message,
and one possible explanation is below.
You're already installed your blog and registered yourself on
Disqus. Next step is to integrate disqus message board
into your
blog. It's usually done by defining the short name
in your config.
NOTE short name
is not your disqus name, it is a name of
particular message board associated with your site which you need to
register on disqus.
In my case I've defined name of my first message board as 0–key.github.io and it was transformed into 0-key-github-io
Short name in many cases not matches your definition as you're typed during registration. In my case dashes and dots was replaced in a quite tricky manner.
0–key.github.io | >> | 0-key-github-io |
Take care of it.