Hello, is there a way to convert all old iframe tags for YouTube videos into allvideos tags. For example:Convert this
<iframe width="560" height="315" src="https://www.youtube.com/embed/Z1SAQ1bXsEQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Into this
{youtube}Z1SAQ1bXsEQ{/youtube}
I have a large site with many years of posts to convert and it would be great if there was a way to automate this.I tried a HTML replacer but it did not work.The reason I want to do this is to be GDPR compliant as I am using the Web357 cookioe notification plugin that works with allvideos. Many thanks in advance for your help. Red