Back to all guides
Guide
July 28, 2026
4 min read

How to Save Social Media Posts into Notion or Obsidian

Get the actual post into your notes — text, images and links — instead of a bare URL that stops working.

If your notes app is where your thinking lives, it makes sense to want the posts you save in there too. The problem is that pasting a social link into Notion or Obsidian gives you a link — and often not even a preview, because most social platforms render their content with JavaScript behind a login, which is exactly what web clippers cannot see.

Why standard web clippers struggle here

Notion Web Clipper and similar tools work by fetching the page and extracting the article body. That works beautifully on a blog post. On a logged-in social feed it usually returns a login wall, a cookie banner, or an empty shell — because the post you can see was assembled in your browser after authentication, and none of it exists in the HTML the clipper receives.

The approach that works: capture, then export

Instead of asking your notes app to go and fetch the post, capture it in the browser where it is already rendered, then move it across as a file. Three steps:

  1. Clip posts as you come across them with the SocialClipper extension. It reads the post from the page you are already looking at, so text, images, video and threads all come through intact.
  2. Tag them as you save — a label per project or theme is enough.
  3. From your dashboard choose Export → Markdown. You can export everything, or filter to one label first and export just that collection.

What the Markdown looks like

The export is written for note tools rather than for reimport, so it drops in cleanly:

  • YAML frontmatter with title, source, export date and the full tag list — Obsidian and Notion both read this
  • Each post as a section with the author, platform, date and a link to the original
  • The post text blockquoted, so it stays visually distinct from your own notes underneath
  • Images embedded with standard Markdown image syntax
  • Inline #tags that Obsidian indexes — multi-word labels become hyphenated so they stay valid
  • A --- rule between entries, so splitting into one note per post is trivial

Into Obsidian

Drop the .md file into your vault. Tags appear in the tag pane immediately and the whole thing is searchable alongside your existing notes.

Into Notion

Use Import → Markdown. Notion converts the headings, quotes and images into blocks, so each saved post becomes an editable section you can annotate or move into a database.

Why export rather than a live integration

A live sync is convenient right up until the tool shuts down or changes its terms — Pocket's 2025 closure left a lot of people re-learning that. Plain Markdown files keep working whatever happens to us, which is the point.

Free for your first 50 posts, with export included — the free plan is limited by how many posts you keep, not by which features you get.

Ready to clip your first post?

Join thousands of creators and professionals saving key highlights cleanly inside our unified, gorgeous dashboard. Free for your first 50 posts — no card, no time limit.