-
Website
http://blog.disqus.com/ -
Original page
-
Subscribe
All Comments -
Community
-
Top Commenters
-
donnacha | WordSkill
37 comments · 12 points
-
Jason
164 comments · 22 points
-
Daniel Ha
2198 comments · 405 points
-
Rob Loach
45 comments · 29 points
-
goodbloke01
95 comments · 1 points
-
-
Popular Threads
-
Disqus: The Official Blog - Vote + Comment on your Favorite X-mas flick at BBC's Radio Times!
6 days ago · 9 comments
-
Disqus: The Official Blog - Welcome AllThingsD to the Disqus Community!
2 weeks ago · 23 comments
-
Disqus: The Official Blog - Please Welcome paidContent to the Disqus Community!
2 weeks ago · 12 comments
-
DISQUS | Service Status - Everything is running normal
1 week ago · 7 comments
-
DISQUS | Service Status - Email notifications temporarily delayed to AOL based emails
1 week ago · 2 comments
-
Disqus: The Official Blog - Vote + Comment on your Favorite X-mas flick at BBC's Radio Times!
Drupal allows you to easily change the paths of content. Because of this, the content can live in a number of different locations:
1) Different domains (example.com or example.mobi)
2) Different URL paths (my/custom/path or node/123)
3) Content is moved from one domain to another
We'll implement disqus_url in the Drupal module, but this isn't a solution for when your content lives under two different domains, or you're switching domains. Any revamp of disqus_url would be much appreciated.
If you were to move the website to a different domain, all old posts would still have to reference the old domain's URLs in disqus_url, while new posts would have to reference the new domain's URLs. Correct?
number of users who would benefit from any easy way to modify URL
associations.
making it not require the absolute URL...
disqus_url = "my_path/my_post"
By giving the thread a unique identifier (or a unique path) for the
community portal, you could have the same thread listed on multiple
domains, and not worry about having to maintain disqus_url among
different domains.
Any thoughts?
if i set this
disqus_url = "my_path/my_post"
would that make all the link broken??
this is not quite good for seo.
It still won't suffice. Imagine for some reason you have to change your blog post from "my_path/my_post" to "my_path/my-post" ? That is still a problem.
Instead, I suggest Disqus tagging each post with some unique identifier, so regardless if the URL changed, Disqus will still be able to detect that it is the same post.
Now that is hard to implement. But one way of implementing it is by letting DIsqus detect some "keywords" (if you will) from the post and URL combined, magic it and turn it in to some Identifier (similar in concept with Hashes).
If those "keywords" changed or disappeared, then there's nothing we can do about it. If we want it to be perfect, then Disqus will have to develop plugins for every blog platform our there so it can integrate "Disqus_ID_tag" to every posts, to enable it to deliver regardless of the URL.
Well, just thinking wildly ;)
PS
I think the absolute domain name is important. Actually..... I better email Daniel instead, this is too sensitive. Thought of something evil...
If a user enters a comment on the original node/123 url it's only visible there and not on the path/alias url.
Drupal, Zikula, Joomla and co ...
On the other hand, a solution is to write an url rewriting rule for our disqus users ...
The simple way is to route our visitor to your prefered website/basic view
by example to the concerned article if your comments are managed in a forum.
For a more advanced usage, it's possible to create in our cms/cmf an intermediate page
with the list of different websites and sections concerned by this comment.
The better way is perhaps to launch discussions and to share dev skills about a dedicated plugin for each cms/cmf ...
on my way, I prefer open source solutions and the buzz is not our priority due to our non-profit activity ...
my 2 cents,
Laurent