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

---

플러그인 검색

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

# S.EE URL Shortener, Text & File Sharing

 작성자: [sdotee](https://profiles.wordpress.org/sdotee/)

[다운로드](https://downloads.wordpress.org/plugin/sdotee.1.0.4.zip)

 * [세부사항](https://ko.wordpress.org/plugins/sdotee/#description)
 * [평가](https://ko.wordpress.org/plugins/sdotee/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/sdotee/#installation)
 * [개발](https://ko.wordpress.org/plugins/sdotee/#developers)

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

## 설명

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)

## 스크린샷

 * [[
 * 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.

## 설치

 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.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“S.EE URL Shortener, Text & File Sharing”(은)는 오픈 소스 소프트웨어입니다. 다음의
사람들이 이 플러그인에 기여하였습니다.

기여자

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

“S.EE URL Shortener, Text & File Sharing”(이)가 1 개 언어로 번역되었습니다. 기여해
주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/sdotee/contributors)
님께 감사드립니다.

[자국어로 “S.EE URL Shortener, Text & File Sharing”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/sdotee)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/sdotee/)는, [SVN 저장소](https://plugins.svn.wordpress.org/sdotee/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/sdotee/)을 [RSS](https://plugins.trac.wordpress.org/log/sdotee/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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 Русский.

## 기초

 *  버전 **1.0.4**
 *  최근 업데이트: **3개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **6.9.4**
 *  PHP 버전 ** 8.2 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/sdotee/) 및 [Russian](https://ru.wordpress.org/plugins/sdotee/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/sdotee)
 * 태그:
 * [file upload](https://ko.wordpress.org/plugins/tags/file-upload/)[short url](https://ko.wordpress.org/plugins/tags/short-url/)
   [text share](https://ko.wordpress.org/plugins/tags/text-share/)[url shortener](https://ko.wordpress.org/plugins/tags/url-shortener/)
 *  [고급 보기](https://ko.wordpress.org/plugins/sdotee/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/sdotee/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/sdotee/)