Fixed Liveleak embeds must be served over SSL

It looks like their embeds need to be served over SSL now which, IIRC, when we implemented the BB code media sites in XF2, still wasn't available.

I've just updated it here and it seems to work.

For XF1, you just need to edit the BB code media site definition and change the embed HTML to:
HTML:
<iframe width="500" height="300" src="https://www.liveleak.com/ll_embed?i={$id}" frameborder="0" allowfullscreen></iframe>
For XF2, we'll ensure it's updated for the next release automatically.
 
It looks like their embeds need to be served over SSL now which, IIRC, when we implemented the BB code media sites in XF2, still wasn't available.

I've just updated it here and it seems to work.

For XF1, you just need to edit the BB code media site definition and change the embed HTML to:
HTML:
<iframe width="500" height="300" src="https://www.liveleak.com/ll_embed?i={$id}" frameborder="0" allowfullscreen></iframe>
For XF2, we'll ensure it's updated for the next release automatically.


i just cut and pasted your code to Embed HTML:
Edit BB Code Media Site: LiveLeak

but i am still getting the same message
 
What message? You didn’t mention any sort of error message before.

I can confirm the issue in 1.5 and changing the code does fix it, but you did mention a media add on so it may be the case that it needs to be updated for the issue to be resolved.
 
What message? You didn’t mention any sort of error message before.

I can confirm the issue in 1.5 and changing the code does fix it, but you did mention a media add on so it may be the case that it needs to be updated for the issue to be resolved.


thank you for your help..

i have upgraded XenForoMediaBBCodes to latestest version
to see if that would work... i still get the following when i try to embed a LL video
The specified URL cannot be embedded as media.

maybe i am not entering your code in the right place?
i am editing under Edit BB Code Media Site: LiveLeak
 
Top Bottom