Is there any way to add signup button for newsletter in this platform?

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.

2 Likes

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.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.