Quote:
Originally Posted by CyberSEO
If you want to modify their iframes, just modify them: https://www.cyberseo.net/blog/conten...-cyberseo-pro/
1) Open your feed settings.
2) Click on the "Expert" tab.
3) Paste something like this into the "Custom PHP code" box:
Code:
$post['post_content'] = str_replace('something to replace', 'the replacement', $post['post_content']);
4) Save the settings.
Everything is well described in the manual and the tutorial articles.
|
I kind of figured that your plugin would have a way to do it too.
good stuff