BBCode Support in WordPress

BBCode is another markup language to format posts widely by forums, which is easier and clearer than HTML. WordPress provides a visual editor and some easy-to-use tools, but no built-in BBCode support. Let’s see how to add BBCode support in WordPress.

We can add BBCode support to WordPress with the BBCode plugin by bOingball that extends the BBCode plugin by Viper007Bond. As installing normal plugins, install BBCode and activate it. Then you can format your WordPress post with BBCode now.

For example, to have these following content:

The URL: Fclose.com

int main(int argc, char* args[])
{
    printf("Hello World!n");
    return;
}

The BBCode to generate the above content is:

The URL: [url="https://www.systutorials.com/b/"]Fclose.com[/url]

<pre>
int main(int argc, char* args[])
{
    printf("Hello World!n");
    return;
}
</pre>

Pretty cool, right? Enjoy it ;)

Eric Ma

Eric is a systems guy. Eric is interested in building high-performance and scalable distributed systems and related technologies. The views or opinions expressed here are solely Eric's own and do not necessarily represent those of any third parties.

One comment:

Leave a Reply

Your email address will not be published. Required fields are marked *