Now I have a site:
www.abc.com
I give links to view videos or some written content here. But that content is on:
www.xyz.com
For example I have a video embedded in an iframe on a page www.xyz.com/tops/
that can be viewed through an url www.xyz.com/tops/pqrs.php?file=123456
..Now I want the iframe present on www.xyz.com/tops/
page to be visible to people coming from www.abc.com only. For other people directly visiting www.xyz.com/tops/
page everything should be visible except the iframe embedded in that page.
There is other content too on that page....In between all that content I embedded this iframe element. So for everyone directly visiting www.xyz.com/tops/
page everything should be visible except the iframe embedded in that page.
How do I achieve this?
Thanks :)