Wordpress how to get iframe embed working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • esham
    Confirmed User
    • Mar 2004
    • 629

    #1

    Wordpress how to get iframe embed working

    What do i need to get this to work
    [iframe src="http://site.com" width="850" height="528"]

    Its a embed of a cam site. It wont work in text widget. I downloaded a iframe widget but it wouldnt show up either.

    I just want it to show in footer of all pages
    Double Your profit From Ad Brokers
  • lollipopx
    Confirmed User
    • Apr 2014
    • 171

    #2
    hey. maybe this help maybe not
    think what you need is
    <iframe src="htt*****************"></iframe>
    instead of [iframe src=htt***"]
    put where htt***** ht*://site com" width="850" height="528"
    try that
    Lollipopx.com
    Twitter @lollipopx_1, Tumblr lollipop-x, ICQ 669068563, Skype lollipop_130 Tell me your from gfy or i might ignore you.

    Comment

    • madgreg
      Confirmed User
      • Mar 2012
      • 210

      #3
      use html <iframe> in text mode, or a plugin
      French Translator contact me via skype: media22.fr
      Uploader available

      Comment

      • johnny_d
        Confirmed User
        • Sep 2012
        • 827

        #4
        I would not use any additons or plugins for that, just use a regular <iframe /> tag, and it should work.

        Comment

        • esham
          Confirmed User
          • Mar 2004
          • 629

          #5
          Ok I figured i would do it a little different.

          I got it kind of going
          http://imgur.com/nvkDYvH

          It needs to be the embed full on screen and no embed.

          <iframe src="http://site.com/a/embed.htm" width="850" height="528" frameborder="1">
          <p>Your browser does not support iframes.</p>
          </iframe>

          frameborder at 0 or 1 still leaves scrolling and i cant change the with of the embed
          Double Your profit From Ad Brokers

          Comment

          • arena18
            Confirmed User
            • Jan 2013
            • 246

            #6
            You should be use <iframe scrolling="no" to hide scrolling
            Wordpress Tube Theme - wpXtube Theme - TubeAce Theme

            Comment

            • Rim
              Registered User
              • Dec 2012
              • 5

              #7
              hi there;

              are you sure that you switched from the Visual to the Text option in your wordpress post options. Secondly, there is a wordpress plug in the wordpress library that allows admin of your site to put whatever they want in the footer of every page.

              Comment

              • esham
                Confirmed User
                • Mar 2004
                • 629

                #8
                Right now my cam embed is being restricted by the iframe box.
                http://imgur.com/nvkDYvH

                I want It to blend with the page. So no scroll bars. And have it wider so it shows it all the cam and chat.

                Looks like i need to add <iframe scrolling="no"

                current html is

                <iframe src="http://site.com/a/embed.htm" width="850" height="528" frameborder="1">
                <p>Your browser does not support iframes.</p>
                </iframe>
                Last edited by esham; 05-31-2014, 09:30 PM.
                Double Your profit From Ad Brokers

                Comment

                • esham
                  Confirmed User
                  • Mar 2004
                  • 629

                  #9
                  Originally posted by Rim
                  hi there;

                  are you sure that you switched from the Visual to the Text option in your wordpress post options. Secondly, there is a wordpress plug in the wordpress library that allows admin of your site to put whatever they want in the footer of every page.
                  Could you direct me to it? I shouldnt need that but i will try it.
                  Double Your profit From Ad Brokers

                  Comment

                  • carlosse
                    Registered User
                    • Jan 2014
                    • 26

                    #10
                    That's very easy to achieve where using the wordpress main content area. Just paste your shortcut as "test" and switch to "visual" and the iframe will be there.
                    In widgets, you may need a plugin to achieve the same, sort of "magic widget" or another similar and newer one, otherwise it will show only text (check also tinymce or WYSIWYG)
                    ICQ Number----------->686426610
                    Optimized and Google Friendly WP Adult Themes here https://adult-theme.com

                    Comment

                    • esham
                      Confirmed User
                      • Mar 2004
                      • 629

                      #11
                      I'll look into magic widget. But i dont think i need it.

                      The iframe works now in a footer the way i like. But its in a square box and not showing the full cam - chat room.

                      I need to resize an IFrame so that all of its document contents are visible, but no scroll bars are displayed on the page.

                      ok i got it with no bars
                      <iframe src="http://fff.com/camembed.htm" name="" height="700px" width="960px" frameborder="0" marginheight="20" marginwidth="35" scrolling="no"> <p>Your browser does not support iframes.</p> </iframe>

                      But its still a small box and not all of the content.. Maybe its not possible with footer widget. And its just restricted for the size. I guess i'll try magic widget tomorrow.
                      Last edited by esham; 05-31-2014, 11:25 PM.
                      Double Your profit From Ad Brokers

                      Comment

                      Working...