Embed a web page

Discussion in 'HTML & Website Design' started by thameera, Jun 5, 2012.

  1. #1
    we can embed other websites in our site using iframe, but is there is a way to embed websites using php codes??
    Iframe is not working very well........ any one ??
     
    thameera, Jun 5, 2012 IP
  2. kyferez

    kyferez Peon

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not that I know of. how is iframe not working very well? What I recommend is using a pop-out that loads the page in a iframe but makes it work better in your site. I'd post a link to an example but can't post links yet. You can find scripts out there to do this nicely...
     
    kyferez, Jun 5, 2012 IP
  3. samueleangelo

    samueleangelo Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I think you can try to use php include function. It is good already. I used lots of php include to include parts of websites.
     
    samueleangelo, Jun 5, 2012 IP
  4. yokowasis

    yokowasis Member

    Messages:
    141
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #4
    If you want to embed using PHP you should consider scraping. It will not just embedding a website into yours, but the website will become yours.
     
    yokowasis, Jun 6, 2012 IP
  5. thameera

    thameera Member

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #5
    How can I Include a whole website using Include ?? I'm not good with php but i'm using include to embed webpages but I don't know how to use it to embed a full website
     
    thameera, Jun 6, 2012 IP
  6. meSingh

    meSingh Greenhorn

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #6
    I think iframe is best option unless if you want to embed a php script in another you can modify index page of script to embed and merge in the page you want to show. Its little tricky but google is your friend.
     
    meSingh, Jun 6, 2012 IP
  7. sarahk

    sarahk iTamer Staff

    Messages:
    28,838
    Likes Received:
    4,542
    Best Answers:
    123
    Trophy Points:
    665
    #7
    Scraping is theft - bear that in mind.

    What are your reasons for embedding the other site? Why not just link to it?
     
    sarahk, Jun 7, 2012 IP
  8. thameera

    thameera Member

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #8
    I want to show the website with my banner ;)
     
    thameera, Jun 7, 2012 IP
  9. sarahk

    sarahk iTamer Staff

    Messages:
    28,838
    Likes Received:
    4,542
    Best Answers:
    123
    Trophy Points:
    665
    #9
    Ok, how are frames/iframes not working?
     
    sarahk, Jun 7, 2012 IP
  10. thameera

    thameera Member

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #10
    thameera, Jun 9, 2012 IP