Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
0 Reactions
1,871 Views
Posts: 11
Topic starter
(@infotranscendent-studio)
Active Member
Joined: 6 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: 9 years ago

Support Team
Posts: 10616

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: 6 years ago

Active Member
Posts: 11

@robert

This worked perfectly 

You guys are the best Thank you