XenForo Custom BB code media, help

S

SergeyAxt

Guest
Hello!

I am trying to add Custom BB code for my video site, built on the PlayTube script, which is located on a subdomain.

I am using this code -

<div class="bbMediaWrapper" data-media-site-id="{$siteId}" data-media-key="{$id}">
<div class="bbMediaWrapper-inner bbMediaWrapper-inner--232px">
<iframe src="https://video.1dvru.com/embed/{$id}?"
</iframe>
</div>
</div>

Links -

video.1dvru.com/embed/{$id}
video.1dvru.com/{$id}...

Read more

Continue reading...