-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Embed Parameters
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://www.someurl.net:9001/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. You will also need to close this code with </iframe>
or else your page might have unpredictable rendering issues.
In addition to this it is possible to customise the embedded pad by appending parameters to the url like so:
<iframe src='http://www.someurl.net:9001/p/123?showChat=false&userName=CharliePatton&showLineNumbers=false' width=600 height=400></iframe>
The above code will hide the chat AND the line numbers and force the user to be 'Charlie Patton'. Other parameters include:
- showControls : false/true
- showChat : false/true
- useMonospaceFont : false/true
- Docs
- Translating
- HTTP API
- Plugin framework (API hooks)
- Plugins (available)
- Plugins (list)
- Plugins (wishlist)
- Etherpad URIs / URLs to specific resources IE export
- Etherpad Full data export
- Introduction to the source
- Release Procedure
- Etherpad Developer guidelines
- Project to-do list
- Changeset Library documentation
- Alternative Etherpad-Clients
- Contribution guidelines
- Installing Etherpad
- Deploying Etherpad as a service
- Deploying Etherpad on CloudFoundry
- Deploying Etherpad on Heroku
- Running Etherpad on Phusion Passenger
- Putting Etherpad behind a reverse Proxy (HTTPS/SSL)
- How to setup Etherpad on Ubuntu 12.04 using Ansible
- Migrating from old Etherpad to Etherpad
- Using Etherpad with MySQL
- Customizing the Etherpad web interface
- Enable import/export functionality with AbiWord
- Getting a list of all pads
- Providing encrypted web access to Etherpad using SSL certificates
- Optimizing Etherpad performance including faster page loads
- Getting to know the tools and scripts in the Etherpad /bin/ folder
- Embedding a pad using the jQuery plugin
- Using Embed Parameters
- Integrating Etherpad in a third party app (Drupal, MediaWiki, WordPress, Atlassian, PmWiki)
- HTTP API client libraries