Jump to content

Embed Streamable


Law

Recommended Posts

  • 1 month later...
On 8/22/2022 at 4:21 AM, Junx said:

 

devs can embed raw html

  @Nervous

On 5/31/2021 at 9:59 AM, Nervous said:

We don't modify the IPB forum code, if there is a plugin for it we'll use it otherwise we won't.

I'll lock for now.

Khaby Lame, el TikToker que gracias al encanto de lo simple logro  conquistar al mundo
You guys missed the plugin link.... 
Embed Streamable - Social Experience - Invision Community
https://invisioncommunity.com/forums/topic/452203-embed-streamable/?do=findComment&comment=2795408

Edited by Xaleya
Link to comment
On 8/24/2022 at 4:44 PM, Nervous said:

That plugin isn't updated for IPB 4.7

It can be done by adding a custom button to the editor similar to how the "Image" button works it can ask for a streamable ID then embed the streamable embed html with the ID the user placed.

 

Adding custom editor buttons - Editor and Emoticons - Invision Community

The HTML would be:

 

<div style="width:100%;height:0px;position:relative;">
  <iframe src="https://streamable.com/e/{content}" frameborder="0" width="100%" height="100%" allowfullscreen style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;">
  </iframe>
</div>

 

The icon would be: favicon.ico

 

The type would be: Block

 

Edited by Junx
Link to comment
  • 9 months later...
  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...