Title: S.EE URL Shortener, Text &amp; File Sharing
Author: sdotee
Published: <strong>Març 1, 2026</strong>
Last modified: Març 1, 2026

---

Search plugins

![](https://ps.w.org/sdotee/assets/icon.svg?rev=3471875)

# S.EE URL Shortener, Text & File Sharing

 By [sdotee](https://profiles.wordpress.org/sdotee/)

[Download](https://downloads.wordpress.org/plugin/sdotee.1.0.4.zip)

 * [Details](https://bal.wordpress.org/plugins/sdotee/#description)
 * [Reviews](https://bal.wordpress.org/plugins/sdotee/#reviews)
 *  [Installation](https://bal.wordpress.org/plugins/sdotee/#installation)
 * [Development](https://bal.wordpress.org/plugins/sdotee/#developers)

 [Support](https://wordpress.org/support/plugin/sdotee/)

## Description

Bring the power of the S.EE platform directly into your dashboard. Shorten URLs,
share text, and upload files without leaving your site.

**Features:**

 * **URL Shortening** – Generate short URLs for your posts and pages using your 
   custom S.EE domains.
 * **Auto Shorten** – Automatically create short URLs when you publish a post or
   page.
 * **Text Sharing** – Share text snippets as plain text, Markdown, or source code
   via S.EE.
 * **File Upload** – Upload files to S.EE from the Media Library or the post editor
   sidebar, with one-click copy in URL, HTML, Markdown, and BBCode formats.
 * **Auto Upload** – Optionally auto-upload all new media to S.EE.
 * **Post List Integration** – View and copy short URLs directly from the Posts/
   Pages list.
 * **Management Dashboard** – Standalone tools for text sharing and file uploads
   with history tracking.

**Requirements:**

 * PHP 8.2 or higher
 * WordPress 6.0 or higher
 * An S.EE account and API key

### External services

This plugin connects to the S.EE API to provide URL shortening, text sharing, and
file hosting services. All core functionality depends on this external service.

#### What the service is

[S.EE](https://s.ee) is a platform that provides URL shortening, text sharing (paste),
and file hosting services. This plugin integrates these services into the WordPress
admin dashboard.

#### What data is sent and when

 * **URL Shortening:** When you shorten a URL (manually or via the auto-shorten 
   option on publish), the post permalink, optional custom slug, and post title 
   are sent to the API.
 * **Text Sharing:** When you share text, the text content, title, and format type(
   plain text, Markdown, or source code) are sent to the API.
 * **File Upload:** When you upload a file (manually or via the auto-upload option),
   the file is sent to the API.
 * **Domain Fetching:** Your API key is sent to retrieve your available domains 
   for short URLs, text sharing, and file hosting.
 * **Connection Test:** Your API key and base URL are sent to verify your credentials.
 * **Deletion:** When you delete a short URL, text share, or uploaded file, the 
   corresponding identifier is sent to the API.

No data is collected or sent without user action or an explicitly enabled automation
setting (auto-shorten on publish, auto-upload on media add). No visitor/user tracking
is performed.

#### Service links

 * [S.EE Website](https://s.ee)
 * [S.EE Terms of Service](https://s.ee/terms)
 * [S.EE Privacy Policy](https://s.ee/privacy)

## Screenshots

 * [[
 * Settings page – Configure your API key, select default domains for short URLs,
   files, and text sharing, and enable automation options.
 * [[
 * Management page – Standalone tools for text sharing and file uploads with history
   tracking.
 * [[
 * Post editor sidebar – S.EE meta boxes for text sharing, short URL generation,
   and file uploads with one-click copy in multiple formats.

## Installation

 1. Upload the `sdotee` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to Settings > S.EE and enter your API key.
 4. Click “Test Connection” to verify your API key works.
 5. Select your default domains and configure automation options.

## FAQ

### Where do I get an API key?

Sign up at [s.ee](https://s.ee) and generate an API key from your account settings.

### Can I define the API key in wp-config.php?

Yes. Add `define( 'SDOTEE_API_KEY', 'your-api-key-here' );` to your `wp-config.php`
file. This takes priority over the database setting.

### Can I use a custom API base URL?

Yes. Either set it in Settings > S.EE or define `SDOTEE_API_BASE_URL` in `wp-config.
php`.

### Which post types support short URL generation?

Posts and Pages are supported by default.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“S.EE URL Shortener, Text & File Sharing” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ sdotee ](https://profiles.wordpress.org/sdotee/)

“S.EE URL Shortener, Text & File Sharing” has been translated into 1 locale. Thank
you to [the translators](https://translate.wordpress.org/projects/wp-plugins/sdotee/contributors)
for their contributions.

[Translate “S.EE URL Shortener, Text & File Sharing” into your language.](https://translate.wordpress.org/projects/wp-plugins/sdotee)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/sdotee/), check out
the [SVN repository](https://plugins.svn.wordpress.org/sdotee/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/sdotee/) by [RSS](https://plugins.trac.wordpress.org/log/sdotee/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.4

 * Published to WordPress.org Plugin Directory.
 * Add plugin icons (SVG and PNG fallbacks) for WordPress.org listing.

#### 1.0.3

 * Rename all prefixes from see_/SEE_ to sdotee_/SDOTEE_ for WordPress.org compliance(
   minimum 4-character unique prefix).
 * Rename plugin directory from see to sdotee.
 * Add share page URL to file upload results.
 * Add external services documentation to readme.txt per Guideline 6.
 * Fix sanitize_api_key callback to handle non-scalar input gracefully.
 * Move WordPress.org directory assets out of plugin zip.

#### 1.0.2

 * Change plugin text domain from ‘see’ to ‘sdotee’ for WordPress.org compatibility.

#### 1.0.1

 * Bump minimum PHP version from 8.1 to 8.2 (PHP 8.1 has reached end of life).

#### 1.0.0

 * Initial release.
 * URL shortening with meta box and auto-shorten support.
 * Text sharing with plain text, Markdown, and source code support.
 * File upload integration with Media Library.
 * Settings page with API key management and domain configuration.
 * Management page for standalone text sharing and file uploads.
 * Post/Page list column for short URLs.
 * Full i18n support with 13 languages: English, 简体中文, 繁體中文, 日本語, 한국어,
   Bahasa Indonesia, Tiếng Việt, Deutsch, Français, Español, Português, Português
   do Brasil, and Русский.

## Meta

 *  Version **1.0.4**
 *  Last updated **1 mes ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 8.2 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/sdotee/) i [Russian](https://ru.wordpress.org/plugins/sdotee/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/sdotee)
 * Tags
 * [file upload](https://bal.wordpress.org/plugins/tags/file-upload/)[short url](https://bal.wordpress.org/plugins/tags/short-url/)
   [text share](https://bal.wordpress.org/plugins/tags/text-share/)[url shortener](https://bal.wordpress.org/plugins/tags/url-shortener/)
 *  [Advanced View](https://bal.wordpress.org/plugins/sdotee/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/sdotee/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/sdotee/reviews/)

## Contributors

 *   [ sdotee ](https://profiles.wordpress.org/sdotee/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/sdotee/)