XF 2.1 Change "Edit BB code media site: YouTube" to use Lite YouTube Embed

Skyrider

Active member
Is there anyway possible, I can alter the default BB code media site for YouTube, to make it use:


Instead of the default embed? I checked out the BB Code, and I assume I have to alter the template:

<div class="bbMediaWrapper">
<div class="bbMediaWrapper-inner">
<iframe src="https://www.youtube.com/embed/{$id}?wmode=opaque&start={$start}"
width="560" height="315"
frameborder="0" allowfullscreen="true"></iframe>
</div>
</div>

EDIT, nvm. Simple solution was (duh) change the iframe source.
 
Last edited:
Top Bottom