Posted by Rob Loach on June 10, 2008 at 5:40pm
Jump to:
| Project: | Disqus |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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.
Comments
#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
#7
http://drupal.org/node/298540