Should I use I-Frames or Not?

Discussion in 'HTML & Website Design' started by x11joex11, Sep 28, 2007.

  1. #1
    Hey, I have hopefully a pretty simple question. I am puting together a site and want to include a simple machines forum into my site main page (it would appear in the column to the right). http://classexams.com/illusivetest/

    The question is, should I use an iFrame to do this, or should I attempt to #include it somehow via php, javascript loads,etc.

    What is the best way to go about this, and if I do use iFrames how would I remove the scrollbar on it?
     
    x11joex11, Sep 28, 2007 IP
  2. Crimsonc

    Crimsonc Peon

    Messages:
    616
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    scrolling=no

    Wether you should use one or not depends on if you want search engines to find the links to the forum posts, which it won't do in an iframe.

    See if SMF have a thread in their support forums that will allow you to do #include (which is the better option)
     
    Crimsonc, Sep 28, 2007 IP
  3. jared

    jared Peon

    Messages:
    231
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    iframes should be a last resort, if that.
     
    jared, Sep 28, 2007 IP
  4. NoobieDoobieDo

    NoobieDoobieDo Peon

    Messages:
    1,456
    Likes Received:
    53
    Best Answers:
    0
    Trophy Points:
    0
    #4
    iframes = bad. stay away at all cost. very few major sites use iframes.
     
    NoobieDoobieDo, Sep 28, 2007 IP
  5. bogs

    bogs Active Member

    Messages:
    2,142
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #5
    well if you have no choice, besides there are other site that use frames and have a good rankings...
     
    bogs, Sep 28, 2007 IP
  6. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #6
    You should avoid FRAMES, but IFRAMES are not too bad. And if the iFrame is from other site you're keeping most of your PR: you have only one outbound link, and not all the links inside the iframe.

    Example:
    
    <iframe frameborder="0" [B]scrolling="no"[/B] src="other_page.html" width="xxx" height="yyy"></iframe>
    
    Code (markup):
     
    ajsa52, Sep 28, 2007 IP
  7. chicagoweb

    chicagoweb Peon

    Messages:
    30
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Stay away from IFRAME's. There are so many other, nicer ways.
     
    chicagoweb, Sep 28, 2007 IP
  8. x11joex11

    x11joex11 Peon

    Messages:
    106
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Thanks for the input I really appreciate it, I am looking into a method in which I try to include it in and see if I can make this work. It's just the CSS file on the forum seems to interfere with some of my CSS settings, so I might have to customize the SMF forum, we'll see though.

    - joe
     
    x11joex11, Sep 28, 2007 IP
  9. jezzz

    jezzz Notable Member

    Messages:
    4,884
    Likes Received:
    190
    Best Answers:
    0
    Trophy Points:
    200
    #9
    Well! Buddy IFRAME! is not recommendable by many of webmasters and SEO! because it's doesn't give any page strength for your frames! Be Aware of this thing also
     
    jezzz, Sep 29, 2007 IP
  10. x11joex11

    x11joex11 Peon

    Messages:
    106
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    x11joex11, Sep 29, 2007 IP
  11. libertygone

    libertygone Active Member

    Messages:
    2,625
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    90
    #11
    dont use iframes. stay away
     
    libertygone, Sep 29, 2007 IP
  12. TheGuru1

    TheGuru1 Guest

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I wouldn't use Iframes personally or professionally(except for opt-in:p)
     
    TheGuru1, Sep 29, 2007 IP
  13. AliQureshi

    AliQureshi Well-Known Member

    Messages:
    399
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    130
    Digital Goods:
    1
    #13
    agree stay away from i=frames..
     
    AliQureshi, Sep 30, 2007 IP
  14. ivenms

    ivenms Peon

    Messages:
    334
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Man why are you using Iframes???

    Just edit the template of the forum you using. You can make a page link the same one you are using.
     
    ivenms, Sep 30, 2007 IP
  15. Subliminal

    Subliminal Active Member

    Messages:
    322
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #15
    What do you want to do with the iframes?

    If you want scrolling, you can do it with divs ;)

    My advice : Better stay away from frames and iframes

    Cheers
     
    Subliminal, Sep 30, 2007 IP
  16. ivenms

    ivenms Peon

    Messages:
    334
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #16
    But is is not possible to put contents from other pages with div tags and CSS.

    Thats why every one still goes for IFrames. Because IFrames works without any supporting server or platform... Works with almost all the browsers.
     
    ivenms, Oct 1, 2007 IP
  17. rozehrocks

    rozehrocks Active Member

    Messages:
    311
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #17
    I used to think iframes are cool but now I think divs/css are better!
     
    rozehrocks, Oct 1, 2007 IP
  18. ivenms

    ivenms Peon

    Messages:
    334
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #18
    Read my previous post..

    that proves IFRAMES are better than Div and CSS.
     
    ivenms, Oct 1, 2007 IP
  19. DiscreetMike

    DiscreetMike Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    For SEO, stay away from frames.
     
    DiscreetMike, Oct 2, 2007 IP
  20. rozehrocks

    rozehrocks Active Member

    Messages:
    311
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #20
    well yeah, I think you're right but what I mean is I like doing divs and CSS more than using iframes, maybe because it's not SEO friendly.
     
    rozehrocks, Oct 2, 2007 IP