<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=CKEditor_3.x%2FHowto%2FBBCode_Output</id>
		<title>CKEditor 3.x/Howto/BBCode Output - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=CKEditor_3.x%2FHowto%2FBBCode_Output"/>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKEditor_3.x/Howto/BBCode_Output&amp;action=history"/>
		<updated>2026-05-19T12:37:47Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=CKEditor_3.x/Howto/BBCode_Output&amp;diff=6276&amp;oldid=prev</id>
		<title>Anna: Article contents added</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=CKEditor_3.x/Howto/BBCode_Output&amp;diff=6276&amp;oldid=prev"/>
				<updated>2011-05-12T10:55:52Z</updated>
		
		<summary type="html">&lt;p&gt;Article contents added&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#CUSTOMTITLE:How Do I Output BBCode Instead of HTML Code Using CKEditor?}}&lt;br /&gt;
[http://ckeditor.com/blog/CKEditor_3.6_released CKEditor 3.6] introduced a new '''BBCode plugin''' that makes it possible to configure CKEditor to output BBCode instead of HTML.&lt;br /&gt;
&lt;br /&gt;
For some tips on how to achieve this, check the '''BBCode Plugin''' (&amp;lt;code&amp;gt;bbcode.html&amp;lt;/code&amp;gt;) sample that can be found in the &amp;lt;code&amp;gt;_samples&amp;lt;/code&amp;gt; directory of CKEditor installation package or [http://nightly.ckeditor.com/latest/ckeditor/_samples/bbcode.html viewed live] on the nightly build.&lt;br /&gt;
&lt;br /&gt;
By default, the BBCode plugin is turned off, so if you want to use it, you need to enable it first.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
CKEDITOR.replace( 'editor1',&lt;br /&gt;
	{&lt;br /&gt;
		extraPlugins : 'bbcode'&lt;br /&gt;
	});&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A more refined configuration code can be found in the BBCode plugin sample.&lt;/div&gt;</summary>
		<author><name>Anna</name></author>	</entry>

	</feed>