จากตัวแก้ไขเว็บที่คั่นด้วย Discuz คุณสามารถเพิ่มลงในหน้าของคุณเพื่อคัดลอกรหัสรหัสดังนี้:
<! doctypehtmlpublic-// w3c // dtdhtml4.0transitional // en>
<html>
<head>
<metahttp-equiv = content-typecontent = text/html; charset = gbk>
<title> ตัวแก้ไข Discuz </title>
<metaname = keywordscontent = discuz editor>
<metaname = descriptioncontent = discuz editor>
<metaname = generatorcontent = discuz! 5.0.0 withTemplates5.0.0>
<metaname = mssmarttagspreventparsingContent = true>
<metahttp-equiv = mstheMecompatiBleContent = ใช่>
</head>
<br/>
โปรดดูที่ซอร์สโค้ดของตัวอย่างนี้เพื่อเรียกวิธีการ <br/>
การแสดงรหัส UBB: รวมไฟล์ ubb.asp บนหน้าเพื่อแสดง <br/>
ดังที่แสดงด้านล่าง: ubbcode (server.htmlencode (คำขอ (เนื้อหา))) <br/>
<formMethod = postaction =? action = add>
<tableCellSpacing = 1Border = 1>
<tr>
<thcolspan = 2> เพิ่มโพสต์ </th>
</tr>
<tr>
<TdWidth = 26> ชื่อเรื่อง </td>
<tdWidth = 699Style = TEXT-ALIGING: ซ้าย> <PutyType = textName = TITLESIZE = 42>
</td>
</tr>
<tr>
<td> เนื้อหา </td>
<td>
<textareaname = contentCols = 80ROWS = 2STYLE = แสดง: ไม่มี> </textArea>
<iframeId = editorname = editorsRc = edit.htm? id = contentFrameBorder = 0MarginHeight = 0MarginWidth = 0Scrolling = nostyle = ความสูง: 320px; ความกว้าง: 100%> </iframe>
</td>
</tr>
<tr>
<tdColSpan = 2>
<divalign = center>
<inputType = submentValue = เพิ่มเนื้อหา>
<inputType = resetValue = Refill>
</div> </td>
</tr>
</table>
</form>
</body>
</html>