-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Disqus comment box and Facebook "like" and "share" buttons to the tutorial pages #484
Conversation
Hah, that's pretty awesome. 👍 |
@mkoval and I are very skeptical about the need for facebook integration on a documentation page... |
It's meant to allow people to comment on the pages, for Q&A purposes. I guess if this is mandatorily tied into Facebook accounts, then that would not be ideal. At least having an option for anonymity would probably be better. |
👍 for |
It seems Facebook comment systems doesn't allow anonymous comments. There is an alternative comment system Disqus which allows anonymous comments (called guest comment in Disqus). I chose Facebook over Disqus because Facebook looks more neat in terms of design to me, but anonymity is more important. Replacing Facebook comment boxes with Disqus's ones. |
Do you happen to know if there's a way to get notifications for new comments with Disqus (or with any other service)? It would be unfortunate if someone left a question there and none of us ever knew to answer it, because expert users don't check the tutorial pages regularly... or ever. |
Yes, there is a way. In order to get notifications, you need to sign-up Disqus and be a moderator of DART community. I can give you the privilege. By the way, we still can keep the "like" and "share" buttons even though we don't use Facebook comment box. I think it could be one way to let people hear about DART through Facebook community. Thought? |
Keeping the |
I can't think of a situation where I'd "Like" or "Share" a particular documentation page. It might make more sense to put one module (?), for DART as a whole, on each page. It makes a lot more sense to "Like" DART than to like the "DART 5.0 Installation Instructions". 😄 |
But... what if the doc page is like.... really good? You would want all your friends and relatives knowing about it? 😏 |
Just to muddy the waters a bit, here is a list of blog commenting systems that I found:
And some discussions about the pros/cons of each: |
@psigen All of those links are generally positive about Disqus. It seems like a reasonable option to me. |
Seems so. Well, I'm satisfied that Disqus is a reasonable option to try. |
Yeah, Disqus looks reasonable. Merging. |
Add Disqus comment box and Facebook "like" and "share" buttons to the tutorial pages
This pull request adds Disqus comment box and Facebook "like" and "share" buttons to the tutorial pages. The main reason Disqus is selected is that it allows anonymous comments. These components can be added to new pages by adding following script:
Note that
/release-5.1/tutorials/introduction/
should be updated for the new pages.Here is a screenshot:
and an example page.
Project settings can be modified at https://dartsim.disqus.com if you have the privilege.