Embed These Websites In Your Blog Today

Published: (May 7, 2026 at 02:34 PM EDT)
2 min read
Source: Dev.to

Source: Dev.to

Cover image for Embed These Websites In Your Blog Today

I stumbled onto the DEV supported URL embeds list, which revealed some interesting supported platforms.

You’ll want to refer to the link above to figure out the syntax for the DEV‑specific ones, but most are just:

{% embed  %}

Quick navigation

Asciinema

asciinema – a video‑like player that lets you pause and copy the text from a terminal recording.

StackBlitz

StackBlitz – an interactive code editor that runs right inside a blog post. Note that the embedded terminal and preview may need extra handling for postMessage communication.

GitHub

GitHub – renders the repository’s README, providing a brief context and a CTA to open the repo.

X/Twitter

X/Twitter – useful when you want to reference a tweet with its full context.

YouTube

YouTube – embed videos directly. You can also use the “Cover Video Link” feature to make the video act as a banner image.

DEV specific

DEV supports a few custom embed types beyond third‑party sites.

Article link

{% embed https://dev.to/your-article-slug %}

User profile

{% embed https://dev.to/username %}

Tag profile

{% embed https://dev.to/t/tagname %}

Organization profile

{% embed https://dev.to/organization/slug %}

Buttons (CTA)

You can add custom buttons that link to external resources, for example:

View @AWSDevelopers on X/Twitter 💻
Visit AWS Builder Center


Let me know what your favorite embed is or if I’m missing any amazing ones in the comments.

Happy coding 👨‍💻!

0 views
Back to Blog

Related posts

Read more »

Learning In Public | Day 0

Day - 0 Update log I have completed the Odin Project Introduction and Prerequisites. In the introduction I learned about what the Odin Project is, web developm...