Hi!
First thing, I really impress with your plugin! It have all I need (not like bbpress who I have multi problem)
But I have one thing before I make the move to change from bbpress to wpforo. I have this code here that I want to be able to put in a reply. For me and the users of my website. I what them to be able to customize their post without restriction. With bbpress, I can but not with wpforo.
<link href="https://sd-1.archive-host.com/membres/up/18231708113007531/Axelcode.css" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Dancing+Script|Philosopher" rel="stylesheet"> <div class="axel-cadre"><div style="background: url('https://redcdn.net/hpimg15/pics/629771lznnooae.png') repeat;"><div style="background: url('https://redcdn.net/hpimg15/pics/934271axelrpp.png') no-repeat top center; width: 600px; height: 250px;"></div>
I tried to put the html tags in the Allow extra html tags like so:
Is it possible to make this work? Because I really want to use wpforo for my web site.
Thank you!
Hi @audrey,
We suggest you don't add the <link> tag in reply content, it causes <link> tag duplication.
Also please note you can insert <link> tag only in the <head> tag.
However, if you just need to add a CSS code, you can use the WordPress hooks for that.
Also, we may suggest to check out the following article:
https://developer.wordpress.org/reference/functions/wp_enqueue_style/