איך להתאים אישית את הטקסט בפוסט משולב?

True, I just want an automatic thread creation whenever a new blog article is published.

However, I also want to use the native JS embed feature to show comments below the blog post on the external website, which comes with the embedding behaviour in the forum as well.

My current automation comes with a bit of a delay (not real time), and implementing an automatic thread creation in our CMS whenever a new article is published is a bit more difficult, since it’s not just a blog CMS and there is not even a distinct “publishing” event.

In any case, there will be collisions between the JS embed trying to create the thread and my automation, the former probably being faster most of the time. This is why I want to “switch” to just using the JS embed feature, with the downside of the threads having to be manually edited each time.

Happy to hear suggestions! :smile: