How do do a partial iframe

16 replies
100% iframe looks easy, but how to do a partial iframe? I know many big players are doing so.
Thank you
#iframe #partial
  • Profile picture of the author harro1
    Do you want to hide the iframe from displaying on your page? you want it invisible?
    {{ DiscussionBoard.errors[3557637].message }}
  • Profile picture of the author Millerking
    For example,
    I design a landing page, part of the landing page(list buiding part) was from another page. I believe many people are doing that, can anybody share? I did some search, most of them are only talking about full page iframe
    {{ DiscussionBoard.errors[3561515].message }}
  • Profile picture of the author bravo75
    Isn't that bluefart?
    {{ DiscussionBoard.errors[3562157].message }}
  • Profile picture of the author Ross James
    You'll have to learn a little CSS but it's not hard... I've never done it... some networks allow iframe, some dont. check with your AM
    {{ DiscussionBoard.errors[3566083].message }}
  • Profile picture of the author Ross James
    Well like I said, I've never used it but I'd imagine you'd create an inner div for the lp of the offer then an outer div to position it...
    {{ DiscussionBoard.errors[3566595].message }}
  • Profile picture of the author Deviant Vitto
    So you trying to load an external HTML file from your directory to the index page.?
    {{ DiscussionBoard.errors[3566648].message }}
  • Profile picture of the author fun8848
    you'd better use ajax to grip the page code of that part, instead of iframe.
    {{ DiscussionBoard.errors[3571668].message }}
  • Profile picture of the author marketwarrior06
    Banned
    i have also heard about it but don't think its the proper way and a bit blue fart too to me. so i always avoid it. as i am not an expert so i don't have the guts to do those things
    {{ DiscussionBoard.errors[3572099].message }}
  • Profile picture of the author oldwarrioruser1
    It doesn't even have to be BH... I've talked to my AM and I've gotten permission to do this same exact thing.

    What if I want to promote an offer iframed within a Facebook Fanpage but the fan page only has a width of 500 pixels and the offer is 800 pixels? (I hate scrolling - looks unprofessional)

    So I take my offer and recreate the ad(all the same details and info) and just reposition the submit fields(which are iframed) so that my new ad fits perfectly into my fan page.

    That's not BH because the ad is still showing the same offer/details and it's not a lie, it's just a different size/design.
    {{ DiscussionBoard.errors[3572542].message }}
  • {{ DiscussionBoard.errors[3578114].message }}
  • Profile picture of the author JoshuaWriter
    Partial iframe is easy..

    <iframe src="page-1.htm" name="test" height="120" width="600" scrolling="yes">You need a Frames Capable browser to view this content.</iframe>
    Signature

    Want to partner with me? Contact me via PM and lets chat!

    {{ DiscussionBoard.errors[3578699].message }}

Trending Topics