XF 1.4 Add "iframe" into a topic

@Mike

I have checked the link above but it is chinese for me.
What must I write in these cases?

I only have a Iframe code...
I understand what I can add as title and description but for html replacement and the other options are chinese for a newbie like me...

How can I put this Iframe code with the functionn BBcode?

Thanks.
 
Create the BB code with whatever tag name (let's call it "espn") and title you want. Enter the HTML you want to see in the HTML replacement box. Enable the "Display HTML replacement when empty" option.

Then in the post enter:
Code:
[espn][/espn]
Your iframe should appear.
 
@Mike , all

Hello,

This is what I did but I see on topic my own forum page. ^^
I did something wrong.

Please find an ex in att.

What's wrong?
 

Attachments

  • Capture d’écran 2015-02-28 à 16.37.15.webp
    Capture d’écran 2015-02-28 à 16.37.15.webp
    13.8 KB · Views: 16
  • Capture d’écran 2015-02-28 à 16.37.01.webp
    Capture d’écran 2015-02-28 à 16.37.01.webp
    109 KB · Views: 19
  • Capture d’écran 2015-02-28 à 16.31.42.webp
    Capture d’écran 2015-02-28 à 16.31.42.webp
    63.1 KB · Views: 16
  • Capture d’écran 2015-02-28 à 16.31.31.webp
    Capture d’écran 2015-02-28 à 16.31.31.webp
    43.3 KB · Views: 18
With that regex, you probably want:
#^https?://#i

However, that may not be the issue. Can you provide a link where the BB code was used and show what you typed in the post?
 
It won't show anything to users that they can't see -- you're seeing things because it's loading the page in your admin context; if another user loads the iframe, they'll see it in their context.

Unfortunately, I do really need to see it in place to confirm what's going on.
 
Top Bottom