> For the complete documentation index, see [llms.txt](https://docs.shortify.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shortify.wtf/features-overview/multi-platform-publish.md).

# Multi-Platform Publish

### Generate a reel. Submit once. Post everywhere.

Today, creators export from Shortify, then manually upload the same clip to TikTok, Instagram Reels, YouTube Shorts, and X - one platform at a time. **Multi-Platform Publish** closes that loop: finish your edit, pick your destinations, and hit submit.

#### Planned workflow (Phase 4)

```
Edit & export  →  Choose platforms  →  Submit  →  Posted everywhere
     ✓              ☑ TikTok              1 click      ✓ TikTok
                    ☑ Instagram Reels                  ✓ Reels
                    ☑ YouTube Shorts                   ✓ Shorts
                    ☑ X (Twitter)                      ✓ X reels
```

1. **Generate your reel:** trim, caption, overlay, and export as you do today
2. **Connect social accounts:** one-time OAuth link per platform (stored securely, wallet-bound)
3. **Select destinations:** post to all connected platforms or pick only the ones you want
4. **Click Submit:** Shortify handles format checks, aspect ratios, and platform-specific upload in one action
5. **Track status:** see per-platform success, failures, and post links from your vault

#### Target platforms

| Platform            | Content type          | Notes                                      |
| ------------------- | --------------------- | ------------------------------------------ |
| **TikTok**          | Vertical short video  | Primary short-form destination             |
| **Instagram Reels** | 9:16 reel             | Auto-applies Reels-optimized export preset |
| **YouTube Shorts**  | Vertical short (≤60s) | Title + description fields in submit flow  |
| **X (Twitter)**     | Video post            | Optional caption and hashtags              |
| **Facebook Reels**  | Vertical reel         | Planned expansion based on demand          |

Additional platforms added based on community and partnership demand.

#### Key capabilities

<table data-header-hidden data-search="false"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>Capability</td><td>Detail</td></tr><tr><td><strong>Submit to all</strong></td><td>One button posts to every connected account</td></tr><tr><td><strong>Submit to selected</strong></td><td>Checkbox per platform - full control over where each clip goes</td></tr><tr><td><strong>Platform-aware encoding</strong></td><td>Shortify re-encodes or validates output per destination (codec, duration, aspect ratio)</td></tr><tr><td><strong>Per-platform metadata</strong></td><td>Edit caption, hashtags, and title per platform before submit or use one default</td></tr><tr><td><strong>Scheduled posting</strong></td><td>Queue clips to go live at a set time across all selected platforms</td></tr><tr><td><strong>Wallet-bound accounts</strong></td><td>Social connections tied to your wallet - portable across devices</td></tr><tr><td><strong>Post history in vault</strong></td><td>Every publish logged in your project vault with links and timestamps</td></tr></tbody></table>

#### Why this matters for Web3 creators

Crypto creators ship clips fast: AMA highlights, launch reactions, meme edits - often across four or five platforms within minutes of an event. Multi-Platform Publish removes the repetitive upload step that kills momentum when timing matters.

For Web3 projects running coordinated launches, a single **Submit to all** flow means community managers and KOLs can push the same branded clip everywhere without leaving Shortify.

#### Tier access (v1)

| Tier        | Access                                                                    |
| ----------- | ------------------------------------------------------------------------- |
| **Free**    | Export + manual download only                                             |
| **Creator** | Connect up to 2 platforms; submit to selected                             |
| **Studio**  | Connect all platforms; submit to all or selected; priority upload queue   |
| **Legend**  | Everything in Studio + scheduled posting + bulk submit from project vault |

#### Dependencies

Multi-Platform Publish builds on earlier roadmap items:

* **Phase 3:** Platform export presets (Shorts, Reels, TikTok) - correct format before upload
* **Phase 4:** OAuth integrations, platform APIs, publish queue, and vault post history

***

##


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.shortify.wtf/features-overview/multi-platform-publish.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
