Closed (outdated)
Project:
Disqus
Version:
8.x-1.0-rc3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2018 at 16:21 UTC
Updated:
2 Sep 2021 at 15:21 UTC
Jump to comment: Most recent
Comments
Comment #2
alexgreyhead commentedI appreciate this help request is ~18 months old but, in case it helps, it seems that there probably isn't a separate comments block - at least not one I can find in the code.
The only way to add Disqus comments to a node or other entity at this time is to add the Disqus field.
Hopefully this helps someone :)
/Al
Comment #3
noah commentedIn case anyone needs it in a block, the functionality is achievable with Views (to the extent that I'm not really sure the module even needs to provide its own block, but there may be other factors involved that I'm not aware of). This worked for me:
This should provide a block that shows only the comments field from the current node. Note that you can probably skip the "View mode" stuff and have the view show "Fields" and select the Disqus field—I haven't tried that, but I can't think of a reason it wouldn't work.
Comment #4
gaurav.kapoor commentedThe suggestion provided in #3 is the workaround for now.