# Embed parameters You can easily embed your etherpad-lite into any webpage by using iframes. You can configure the embedded pad using embed paramters. ## Parameters ### showLineNumbers * Boolean Default: true ### showControls * Boolean Default: true ### showChat * Boolean Default: true ### useMonospaceFont * Boolean Default: false ### userName * String Default: "unnamed" Example: `userName=Etherpad%20User` ### noColors * Boolean Default: false ### alwaysShowChat * Boolean Default: false ## Example ``` ``` Cut and paste this into any webpage (between the body tags) to embed a pad. The above parameters will hide the chat and the line numbers.