مشاكل مع تعليقات Ghost+Discourse (الهجرة من WordPress أيضًا)

I’d need to look more closely at the code, but I think, from the Discourse side, you just need to see that the URL in the embed record (can’t remember exactly what it’s called) has the same URL as your new site passes to it.

So, I think as long as the discourseEmbedUrl on the new embed site matches the new one (or you change it in the record on Discourse), you’ll be OK.

  DiscourseEmbed = {
    discourseUrl: 'https://discourse.example.com/',
    discourseEmbedUrl: '[EMBED_URL](http://example.com/blog/entry-123.html)',
    // className: 'CLASS_NAME',
  };
إعجاب واحد (1)