이 플랫폼에 뉴스레터 가입 버튼을 추가할 방법이 있을까요?

Dear Team,

I have been using this tool for more than an year. Now I would like to add a newsletter signup on my discourse platform. Please let me know who can I do this.

Yes, but it depends on how the newsletter signup platform allows you integrate with other platforms. Most of them give you some JS script to add to the HEAD of your site, in this case, you can add that into your theme by:

  • going to /admin/customize/themes/,
  • clicking on the theme you want,
  • clicking the Edit CSS/HTML button,
  • navigating to the </head> section and pasting the JS script/code there

Afterwards, you may also need to whitelist the relative URLs in the content security policy script src site setting.