Why will video embed only display as code? ifw-player, How to display plz

Get help developing custom BBCodes or request one.
Post Reply
tricountybb
Registered User
Posts: 7
Joined: Sun Jul 12, 2020 6:54 pm

Why will video embed only display as code? ifw-player, How to display plz

Post by tricountybb »

I have tried many different ways Of embedding ifw-player for instance im trying to embed

Code: Select all

]<div class="ifw-player" data-video-id="5f37fcc2df77c4044ee2eb03"></div><script src="https://infowarsmedia.com/js/player.js" async></script>
It works fine outside of phpbb forum, I installed the media embed plugin, it doesnt work either for this embed, I have tried creating custom bbcode but cant seem to figure out what im getting wrong.
Could someone please help & show me what i have to put in the custom bb code section to get this player to display?

I have searched and found nothing, I find it hard to believe im the first to have this problem??
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26508
Joined: Fri Aug 29, 2008 9:49 am

Re: Why will video embed only display as code? ifw-player, How to display plz

Post by Mick »

Once I removed the square bracket at the beginning your code worked ok. The following works if you just want the one video but if you want to be able to use it for all ifw videos it will need the input of an expert ;)

BBCode usage:

Code: Select all

[ifw][/ifw]
HTML replacement:

Code: Select all

<div class="ifw-player" data-video-id="5f37fcc2df77c4044ee2eb03"></div><script src="https://infowarsmedia.com/js/player.js" async></script>
Also see Knowledge Base - Adding Custom BBCodes in phpBB3
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
Post Reply

Return to “Custom BBCode Development and Requests”