Creating Pastes
Any logged-in member with permission can create a paste. Guests cannot create pastes but can view public and unlisted ones.
Open the create form
Section titled “Open the create form”Go to yoursite.com/pastes/create/. If you do not have permission, the form shows “You do not have permission to create pastes.”
Fill in the paste
Section titled “Fill in the paste”- Title (optional) — a short name for the paste.
- Description (optional) — a brief summary.
- Files — enter your code in the editor. Each file has:
- a filename (for example
index.html); SnipShare auto-detects the language from the extension where possible, and - a language selector for syntax highlighting. Click Add file to add more files (up to the site’s Max Files Per Paste limit). Click Remove to delete a file tab.
- a filename (for example
- Visibility — Public, Unlisted, or Private. See Privacy and Security.
- Expires (if enabled) — Never, 10 Minutes, 1 Hour, 1 Day, 1 Week, 1 Month, 3 Months, 6 Months, or 1 Year.
- Tags (if enabled) — comma-separated labels, for example
php, WordPress, snippet. - Password Protection (if enabled) — enter a password to lock the paste; leave empty for none.
- Burn after reading (if enabled) — tick to destroy the paste after the first view by someone other than you. This option is only available when creating, not editing.
Click Save / Create Paste. You are taken to the single paste view at yoursite.com/paste/{hash}/, where you can copy the link, view raw output, download, or embed the paste.
Limits
Section titled “Limits”Two site-wide limits can affect creation:
- Max Paste Size — the combined size of all files in a paste.
- Max Pastes Per User and the Rate Limit — how many pastes you can create in total and per hour.
If you hit a limit, saving fails with an explanatory message.

