[ad_1]
Hi everyone,
I’ve got a site where I embed podcasts, and the podcast hosting service my client uses has an embed code to get the podcasts on the site. Whenever I put the embed code in, it seems to strip out the <script> tags. I understand that this is a security thing WordPress does, but how can I bypass this? I need to have <script> tags on my pages for the site to function.
Thanks all.
[ad_2]
Create a custom shortcode, enqueue your JS in a child theme accordingly, or install a plugin that allows you to insert code snippets per page. Or just google “how to add javascript to WordPress pages” and click on any of the 35,800,000 results.