-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Embed Parameters
Cristhian Parra edited this page Apr 12, 2017
·
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.
-
showLineNumbers
: false/true -
showControls
: false/true -
showChat
: false/true -
useMonospaceFont
: false/true -
userName
: rawurlencoded string (example: "userName=Etherpad%20User") -
noColors
: false/true -
alwaysShowChat
: false/true -
chatAndUsers
: false/true -
lang
: string (example: "lang=ar" translates the interface into Arabic, default: "lang=en")
showChat false will disable access to chat alwaysShowChat will show the chat full size on the page.
- 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