Nothing Special   »   [go: up one dir, main page]

XF 2.2 Trying to add two new sites to BB code media site

I've been trying to add these two sites to embed video with no success:

https://dubz.co

I've tried the following:

Captura de pantalla 2024-06-07 175556.webp

Match URL:
Code:
https://dubz.co/v/{$id}
Embed Template:
Code:
<span data-s9e-mediaembed="dubz"><span><iframe allowfullscreen="" scrolling="no" src="https://dubz.co/v/{$id}"></iframe></span></span>


Captura de pantalla 2024-06-07 175820.webp


Match URL:
Code:
https://streamin.one/v/{$id}
Embed Template:
Code:
<span data-s9e-mediaembed="streamin"><span><iframe allowfullscreen="" scrolling="no" src="https://streamin.one/v/{$id}"></iframe></span></span>

But when trying to embed these below examples, I can't get these to display properly:



Captura de pantalla 2024-06-07 124718.webp

Captura de pantalla 2024-06-07 124735.webp

Has any one added these two domains to their Xenforo site succesfully?

Thanks,
 
Back
Top Bottom