Understood, this is brutal for my case because there are tens of thousands of pages
Like this?
- API check to see if topic exists
- doesn’t exist, show button
- click button, API add topic
- successful, button container transforms into embed
…that has some issues too, like button clicks with no follow up engagement.
Is there any way to only create the topic when a user has actually commented, something like this?:
$discourse/new-topic?subject=$link.
or is the issue here that we can’t pass in topicID for deterministic coupling?