| me | = $this->user->url; ?>(should be your URL) | 
| scope | = $this->user->micropub_scope ?>(should be a space-separated list of permissions including "create") | 
| micropub endpoint | = $this->user->micropub_endpoint ?>(should be a URL) | 
| media endpoint | = $this->user->micropub_media_endpoint ? ' '.$this->user->micropub_media_endpoint.'' : 'no media endpoint' ?> | 
| access token | = $this->user->micropub_access_token ?> | 
Connecting a Twitter account will automatically "favorite" and "retweet" tweets on Twitter when you favorite and retweet a Twitter URL in Quill.
You can customize some of the properties that are sent in the Micropub request to work with your specific endpoint.
| Slug | Choose the name of the field that the slug will be sent in. This should be set to mp-slugunless your endpoint is using a custom property or the deprecatedslugproperty. | |
| Syndication |  | Choose the name of the field that the syndication values will be sent in. This should be set to mp-syndicate-tounless your endpoint is using the deprecatedsyndicate-toproperty. | 
| Send HTML Content | user->micropub_optin_html_content ? 'checked="checked"' : '' ?>> | When checked, content from Quill's HTML editor will be sent in a property called content[html]rather than justcontent. See the Micropub specification for more details. |