Need to pick peoples brain's

Get help developing custom BBCodes or request one.
Post Reply
walney-reptiles
Registered User
Posts: 2
Joined: Fri May 04, 2018 11:13 pm

Need to pick peoples brain's

Post by walney-reptiles »

Right so on my forum in a topic i would like to put an Iframe for the discord widget see the iframe code below this is for member Registered on the forum to gain access to my discord channel

Code: Select all

<iframe src="https://discordapp.com/widget?id=273207636818919425&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
I have been reading about custom bbcode but i can not get my head around it, if someone could help me that would be great.
User avatar
</Solidjeuh>
Registered User
Posts: 1788
Joined: Tue Mar 29, 2016 3:45 am
Location: Aalst (Belgium)
Name: Andy Dm
Contact:

Re: Need to pick peoples brain's

Post by </Solidjeuh> »

Just create a BBCode

BBCode usage

Code: Select all

[discordapp][/discordapp]
HTML replacement

Code: Select all

<iframe src="https://discordapp.com/widget?id=273207636818919425&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
Or if you need different widged ID's:

BBCode usage

Code: Select all

[discordapp]{SIMPLETEXT}[/discordapp]
HTML replacement

Code: Select all

<iframe src="https://discordapp.com/widget?id={SIMPLETEXT}&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
Then it will work like: [discordapp]273207636818919425[/discordapp]
walney-reptiles
Registered User
Posts: 2
Joined: Fri May 04, 2018 11:13 pm

Re: Need to pick peoples brain's

Post by walney-reptiles »

Thank you very much, i feel stupid!

i didnt realise that it dosnt work in preview window but once it got submitted it worked
Post Reply

Return to “Custom BBCode Development and Requests”