user2832905
user2832905

Reputation: 11

Embedding website in iframe not working

I am trying to embed the website www.zillow.com in iframe

<iframe src="http://www.zillow.com" style="width:33%;height:440px;" scrolling="yes" marginwidth="0" marginheight="0" frameborder="0"><p><b>Zillow</b></p></iframe>

But it does not return anything just blank, please advise

Upvotes: 1

Views: 663

Answers (2)

user2832905
user2832905

Reputation: 11

Yes i was able to embed other sites such as redfin and mris in iframe but not zillow.. They do block the iframe access. Anyway thanks for the guidance

Upvotes: 0

SunnyD
SunnyD

Reputation: 23

I'm not an expert on the subject but my guess if they are blocking iframe access via .htaccess and/or javascript

See these previous posts for additional information here and here

Upvotes: 2

Related Questions