View WysiBB Demo

Why WysiBB


Easy to Use

To add WysiBB on website, you must add a few lines of code to the page.

Modern and Responsible

WysiBB support all modern browser on PC, tablets and mobile devices.

Fast and lightweight

WysiBB based on jQuery and works really fast. Do not believe, try it.

One WysiBB, every device.


Cross-Browser

WysiBB works fine on all modern browsers (like Chrome,Mozilla,Safari and IE) and on all mobile devices running Android 4 +, Windows Phone 8 and iOS.

Download WysiBB v1.5.1

Quick start


<head>
<!-- Load jQuery  -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>

<!-- Load WysiBB JS and Theme -->
<script src="/js/jquery.wysibb.min.js"></script>
<link rel="stylesheet" href="/css/default/wbbtheme.css" />

<!-- Init WysiBB BBCode editor -->
<script>
$(function() {
$("#editor").wysibb();
})
</script>
</head>

<body>
<textarea id="editor"></textarea>
</body>