I am trying to make a theme component to display Carbon Ads in my Discourse forum
Carbon Ads are called by inserting the following code where they should be loaded:
In the Theme Component, after checking the guide, I came to the conclussion that the easiest way to do so is by using plugin outlets
However, when I add the following piece of code to </head> I get the following error:
Have you tried putting the script call in the </head> file without the text/x-handlebars script tag? I haven’t tried this before, but it’s worth a shot as that imports into the application.