Quote:
Originally Posted by sarettah
Many of us modify the data from the feed to pull the iframes from our whitelabels or to send traffic directly to our whitelabels
|
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.