mathieulohr342 downloadsAutomatically embeds X (formerly Twitter) post text when pasting a URL. Also saves posts as notes via command palette.
An Obsidian plugin that automatically embeds X (formerly Twitter) post text when you paste a URL. Also saves posts as individual notes via the command palette.
main.js, manifest.json, and styles.css from the latest releasex-twitter-post-embed in your vault's .obsidian/plugins/ directoryPaste a tweet URL into any note — the plugin intercepts the paste and replaces the URL with the formatted tweet text.
Save a tweet as a note using the command palette (Cmd/Ctrl+P) > "Save X Post", or click the Twitter icon in the ribbon.
Parse existing links via the command palette > "Parse unparsed tweet links" to convert bare tweet URLs already in your notes.
| Setting | Description | Default |
|---|---|---|
| Tweets folder | Where saved tweet notes are stored | Tweets |
| Author pages | Create per-author aggregation pages | Off |
| Paste format | Blockquote, callout, or plain | Blockquote |
| Auto-embed on paste | Automatically replace pasted URLs | On |
| Save on paste | Also save a note when pasting | Off |
| Include date | Show tweet date/time | On |
| Include media | Embed images from tweets | On |
| Include metrics | Show likes, reposts, etc. | Off |
| Include community notes | Show community notes | On |
| Include author bio | Show author description/followers | Off |
| Translate tweets to language | ISO code (e.g. en) for FxTwitter translation; blank disables |
en |
This plugin makes requests to external services to fetch tweet data. No user data is sent beyond the tweet ID being fetched.
| Service | Domain | Purpose |
|---|---|---|
| FxTwitter API | api.fxtwitter.com |
Primary source for tweet text, threads, and metadata |
| Twitter oEmbed | publish.twitter.com |
Fallback if FxTwitter is unavailable |
This plugin only accesses what's needed for its features:
Inspired by x-post-saver by tanaka-mambinge, which provided the initial concept and project scaffolding for saving X posts in Obsidian.