Multiple posts per page -- Any prospects for supporting this?
I have a multiple-post-per-page scenario which has been discussed here before. My sites are a mixture of wikis and posts which are completely engineered in-house.
I consider myself an advanced JS programmer. I notice that we already uniquely-named objects, so my question is: can we have access to some higher-level functionality to retrieve several comment islands per page, as needed?
In my mind's eye I would have the comments link "Comments (5)" and clicking that would query the comments server via an AJAX call, slide-down a hitherto hidden comments area, and display the conversation, potentially several of these per page depending on the extent of the reader's interest.
I can't see why this would not be possible given the engineering behind what I currently see exposed.
How can we make this happen?
I consider myself an advanced JS programmer. I notice that we already uniquely-named objects, so my question is: can we have access to some higher-level functionality to retrieve several comment islands per page, as needed?
In my mind's eye I would have the comments link "Comments (5)" and clicking that would query the comments server via an AJAX call, slide-down a hitherto hidden comments area, and display the conversation, potentially several of these per page depending on the extent of the reader's interest.
I can't see why this would not be possible given the engineering behind what I currently see exposed.
How can we make this happen?
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Steven, currently we support this functionality. Using our generic JS install you can access the following code snippet for the comment links (below). You should go to your Blog Tools in your account at http://intensedebate.com to access JS custom for your account.
<script>
var idcomments_acct = ;
var idcomments_post_id;
var idcomments_post_url;
</script>
<script type="text/javascript" src="http://www.intensedebate.com/js/genericLinkWrapperV2.js"></script>
Hope that helps!
Michael
-
Inappropriate?Right you are, Michael. This works great! Thanks!
By the way,it would be cool to be able to delete the most recent comments from the overview page in the dashboard.
Just because one doesn't moderate comments doesn't mean that we don't need to delete comments expeditiously.
Maybe I'm missing something?
I’m pleased as punch.
Loading Profile...


EMPLOYEE