Can't link to some sites

Page: 1

Author Post
Member
Registered: Dec 2013
Posts: 14
Is there a way to link to this site? :roll:

<a href="https://www.faa.gov/" class="alt floatbox" data-fb-options="enableDragResize:true colorTheme:blue maxContentHeight:640 controlsPos:tr caption:href caption2: caption2Pos:br">FAA Site </a>
Administrator
Registered: Aug 2008
Posts: 3382
Not all external web sites can be embedded inside an iframe element on some other site. Many sites use "frame-busting" techniques to prevent this. It looks like this faa site detects the iframe load request and returns no content.

So yes, you can link to that site, but the site publishers have chosen to not allow it to be shown inside external iframes, and hence not inside a Floatbox box running on your site. You can only provide a standard link that navigates to their site.
Member
Registered: Dec 2013
Posts: 14
Thanks, that answered my question. I had a similar problem with Facebook. :P

Page: 1