Sorry, I’m not familiar with WPematico. In principle, there’s no reason why [raw]...[/raw] tags couldn’t work in automatically generated posts, but I have no idea if there’s a way to make WPematico insert the tags appropriately.
It’s just an auto-poster that uses feeds’ content to write posts.
I’ve inserted them in the feed itself, so each content:encoded starts with <!–raw–> and ends with <!–/raw–>
But no luck. SCRIPTs are somehow removed from the post.
ps in the published posts, the post content is still wrapped in <!–raw–>…<!–/raw–>, but <script> elements are missing. Also DIV ID tags.
The fact that the content is still wrapped in <!--raw--> and <!--/raw--> suggests that the posts were not actually processed by the Raw HTML plugin. Normally, when the plugin processes a post, it removes those special tags and leaves only the content.
One way this could go wrong is using a theme that doesn’t apply the usual post filters. The plugin uses the the_content filter to process the tags. If you’re using a theme that doesn’t trigger this filter, the plugin just won’t get a chance to do anything with the content.