Arachnid / bloggart

A blog application for App Engine
http://bloggart-demo.appspot.com/
287 stars 78 forks source link

Disqus & tags separation #46

Open pedroos opened 13 years ago

pedroos commented 13 years ago

Disqus setup

From install instructions:

disqus_shortname tells Disqus which website account (called a forum on Disqus) this system belongs to.

disqus_identifier tells Disqus how to uniquely identify the current page.

disqus_url tells Disqus the location of the page for permalinking purposes.

There are many more configuration variables available, but these are the most important.

Shortname is already ok. Identifier was set to 'post_' + post.key Url was set to the full post path as recommended Thread title was set to the same as the post title

Full vars doc

Tags separation

I never found out what the separator was until I got a bit deep in the code. Added text in post edit tags field to explain separation by line break.