Closed (duplicate)
Project:
Disqus
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2008 at 17:40 UTC
Updated:
17 Nov 2011 at 15:45 UTC
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
Comment #1
czarphanguye commented@RobLoach, would this feature also allow Google to index the comments?
Comment #2
robloachYup! :-)
Comment #3
czarphanguye commentedGreat! What's the next action?
Comment #4
robloachMake 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 :-( .
Comment #5
robloachWaiting for their API.
Comment #6
robloachComment #7
robloachhttp://drupal.org/node/298540