Skip to content
markreg edited this page Dec 3, 2011 · 17 revisions

You can easily embed your etherpad-lite into any webpage by using the embed tag provided. You can find this in the etherpad-lite toolbar when the application is up and running. Click on the icon that looks like this '</>' and you will see some code similar to this:

<iframe src='http://pad.test.de/p/123' width=600 height=400>

If you cut and paste this into any webpage (between the body tags) then etherpad-lite will 'magically' appear.

Example
<iframe src='http://pad.test.de/p/123?showChat=false&showLineNumbers=false' width=600 height=400></iframe>

The above code will hide the chat AND the line numbers.

Parameter List

  • showLineNumbers : false/true
  • showControls : false/true
  • showChat : false/true
  • useMonospaceFont : false/true
  • userName : string
  • noColors : true/false

General

Resources

For Developers

How to's

Set up

Advanced steps

Integrating Etherpad in your web app

for Developers

Clone this wiki locally