I am interested in using inline commenting with dynamically generated posts, e.g., posts obtained through RSS feeds. If I stick the inline commenting shortcode in a template to generate these, can I use a randomly generated string for the ID in the shortcode? Is that ID registered somewhere in the WPDiscuz system, or is it just used to keep multiple inline comments separate from one another on the page? Please enlighten me on this.... My thanks in advance --
You can use each ID you want for the shortcode.
[wpdiscuz-feedback id="idNCXs" question="here is my question" opened="0"]What do you think of this?[/wpdiscuz-feedback]
Just make sure the red marked "idNCXs" ID is unique for each shortcode.
Thank you, that answers my question. I now have two more:
1): If we require users to be logged in to comment, what happens with the inline form if they aren't? Is there a "You must login" message in the popup, or does the inline comment icon not show up at all, or something else?
2): Are there any characters that can't be used in the ID string?
Thanks again, everyone --