KSA Well-known member Sep 20, 2017 #1 I'm not able to embed YouTube videos for some reason. Its only shows the link not the video block. When I click on insert media it gives the apporved sites "Apple Music, Giphy, Pinterest" Youtube is not there.
I'm not able to embed YouTube videos for some reason. Its only shows the link not the video block. When I click on insert media it gives the apporved sites "Apple Music, Giphy, Pinterest" Youtube is not there.
Mike XenForo developer Staff member Sep 20, 2017 #2 What do you see in your BB code media sites list in the control panel? I suspect you may have had an add-on in XF1 that overwrote the default media site implementations (and we haven't overwritten those back). Upvote 0 Downvote
What do you see in your BB code media sites list in the control panel? I suspect you may have had an add-on in XF1 that overwrote the default media site implementations (and we haven't overwritten those back).
AudiTT Member Nov 26, 2017 #3 Same problem, i uninstalled the add-on but now there are only 3 approved sites in the list (i am using xf2) how can i add instagram and youtube? Upvote 0 Downvote
Same problem, i uninstalled the add-on but now there are only 3 approved sites in the list (i am using xf2) how can i add instagram and youtube?
KawaiiHannah Active member Nov 26, 2017 #4 Media Site ID: Code: youtube Site Title Code: YouTube CHECK YES ON THE FOLLOWING Show this site on the list of 'supported' sites shown to visitors Enabled Match URLS Code: youtube.com/watch?v={$id} youtube.com/watch?*&v={$id} youtube.com/v/{$id} youtu.be/{$id} youtube.com/*/u/*/{$id} youtube.com/embed/{$id} Embedd Template: Code: <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> URL Match Call Back First Bix Code: XF\BbCode\Helper\YouTube Second Box Code: matchCallback Embedd HTML Call Back First Box Code: XF\BbCode\Helper\YouTube Second Box Code: htmlCallback Upvote 0 Downvote
Media Site ID: Code: youtube Site Title Code: YouTube CHECK YES ON THE FOLLOWING Show this site on the list of 'supported' sites shown to visitors Enabled Match URLS Code: youtube.com/watch?v={$id} youtube.com/watch?*&v={$id} youtube.com/v/{$id} youtu.be/{$id} youtube.com/*/u/*/{$id} youtube.com/embed/{$id} Embedd Template: Code: <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> URL Match Call Back First Bix Code: XF\BbCode\Helper\YouTube Second Box Code: matchCallback Embedd HTML Call Back First Box Code: XF\BbCode\Helper\YouTube Second Box Code: htmlCallback