Notifications
Clear all

wpForo 1.x.x [Solved] LInk an I frame video from Google Drive in to a post

3 Posts
2 Users
0 Likes
1,268 Views
Posts: 11
Topic starter
(@infotranscendent-studio)
Active Member
Joined: 5 years ago

Dear Support and programming geniuses

I am looking to embed videos in my posts that are linked by I frame to my Google drive 

an example of the code that I am trying to embed is...
<iframe src="https://drive.google.com/file/d/13iiptp56WdvFs_bBOdAvri4WLZDKMQ6g/preview" width="640" height="480"></iframe>

When I put this in using the source code interface I can see the video until I hit 'add topic' or 'update post.'  After that, it disappears from the post altogether.

Is there a setting I am missing or something I am doing wrong?

Thank you for your help and insight

 

 

2 Replies
2 Replies
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10503

Hi @infotranscendent-studio,

Please navigate to Dashboard > Forums > Tools > Antispam Tab, find the "Allow extra HTML tags" option, put this code in the textarea separating with comma from other codes:

iframe(src frameborder width height scrolling allowfullscreen)

Then delete all caches and create new post with that video. Don't forget put that code in source ({;}) pop-up not in editor dirrectly.

(@infotranscendent-studio)
Joined: 5 years ago

Active Member
Posts: 11

@robert

This worked perfectly 

You guys are the best Thank you