Announcement

Collapse
No announcement yet.

IFrame not displaying in preview

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    IFrame not displaying in preview

    Hi,

    I'm using an Iframe to display my facebook info.

    I've contained it in
    !!< >!!

    and put it into a fragment text box.
    The code works...On upload the iframe is displayed.. and also in page preview in a browser...
    but its not displaying within actinic.. its just blank.. making design difficult.

    Does anyone know why it isnt displaying in actinic and how I can make it do so?

    Code:
    !!<
    <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2F.........
    ...........middle code snipped out.........
    .......one; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe>
    >!!

    #2
    by the way.. the same code worked perfectly in v7...
    I've copied the code from there and pasted it into a v10 fragment..

    Comment


      #3
      They don't show so performance on preview is maintained, that changed in v8 onwards.

      Comment


        #4
        oh I see... Thanks for that..

        bit of a shame, as I cant design around the Iframe without seeing it.

        Comment


          #5
          Put a dummy image in the same size that only shows on preview to get round it if a real issue.

          Comment


            #6
            Do as Lee suggests and you can use a blockIf testing isPreviewMode to generate said code only on Preview. And the reverse for the iframe when not previewing.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Thanks for that.. I'll give that a try.

              Comment

              Working...
              X