iframes question with a twist

ShabbySquire

Power Member
Jr. VIP
Joined
Nov 30, 2011
Messages
720
Reaction score
174
I've been trying out iframes in WP, and was wondering if something was possible.

When iframing a site (say an article), is it possible to target keywords in the article and turn them into my own links? There are WP plugins that target any keyword(s) and turns them into any link you want.

I realize iframes don't 'dump' the content onto your site, so this is probably impossible.
 
Nope, you can't modify content on an iframe dynamically for security reasons, that is, unless the iframe is from the same protocol and host. Check out http://en.wikipedia.org/wiki/Same-origin_policy in case you want to learn more.

Maybe it's possible with some hacks, but nowadays I doubt it's possible with modern browsers, and not legal.
 
Back
Top