Working without JavaScript
Rob Loach - June 10, 2008 - 17:40
| Project: | Disqus |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
Use the Disqus API to stick the posts into the < noscript > tag to allow users without JavaScript to at least see the posts, as well as allow for some search engines to pick them up.

#1
@RobLoach, would this feature also allow Google to index the comments?
#2
Yup! :-)
#3
Great! What's the next action?
#4
Make a REST call to get_posts with "response_type" being "php", stick it through unserialize(), and then print it within the < noscript> tag. I wish I had time to do it right now, unfortunately, I don't :-( .
#5
Waiting for their API.
#6