Embed Ning

Hello,

I am looking for help embedding my ning network Singles Travel Club into my website Best Single Travel.  I have just added a wordpress blog to my website.  

I read something about iframes but I am not sure 

Can anyone help?

Thanks,

Sheryl

  • up

    JenSocial

    Hi Sheryl,

    I'm not sure how you create a new page on your regular site. But, to use an iframe to frame a site you will use code something like this:

    <div align="center"><iframe width="955" height="1200" src="http://singlestravelandevents.com/" frameborder="0" scrolling="auto"></iframe></div>

    Hope that helps,

    Jen

    • up

      JenSocial

      To add the iframe with full width of  your regular site, try this:

      <div align="center"><iframe width="100%" height="1200" src="http://singlestravelandevents.com/" frameborder="0" scrolling="auto"></iframe></div>

      2