Fetching latest headlines…
Embed These Websites In Your Blog Today
NORTH AMERICA
🇺🇸 United StatesMay 7, 2026

Embed These Websites In Your Blog Today

0 views0 likes0 comments
Originally published byDev.to

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 <url> %}

If you would like to jump around.

  • asciinema
  • StackBlitz
  • GitHub
  • X/Twitter
  • YouTube
  • DEV specific

asciinema

A video-like player which is so cool because you can actually pause it and copy the text from it.

StackBlitz

Interactive code editor right in a blog post 😍. Seems like the embedded terminal and preview will fail due to some postMessage shenanigans, but perhaps it can be fixed.

GitHub

It supports rendering the README to give some brief context with a CTA to open the repo.

GitHub logo strands-agents / sdk-typescript

A model-driven approach to building AI agents in just a few lines of code.

Strands Agents - TypeScript SDK

A model-driven approach to building AI agents in TypeScript/JavaScript

GitHub commit activity GitHub open issues GitHub open pull requests License NPM Version

DocumentationSamplesPython SDKToolsAgent BuilderMCP Server

Overview

Strands Agents is a simple yet powerful SDK that takes a model-driven approach to building and running AI agents. The TypeScript SDK brings key features from the Python Strands framework to Node.js environments, enabling type-safe agent development for everything from simple assistants to complex workflows.

Key Features

  • 🪶 Lightweight & Flexible: Simple agent loop that works seamlessly in Node.js and browser environments
  • 🔒 Type-Safe Tools: Define tools easily using Zod schemas for robust input validation and type inference
  • 📋 Structured Output: Get type-safe, validated responses from LLMs using Zod schemas with automatic retry on validation errors
  • 🔌 Model Agnostic: First-class support for Amazon Bedrock and OpenAI, with extensible architecture for custom providers
  • 🔗 Built-in MCP: Native…

X/Twitter

Useful when a tweet has some context you want to reference.

// Detect dark theme var iframe = document.getElementById('tweet-2052162536301072643-187'); if (document.body.className.includes('dark-theme')) { iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=2052162536301072643&theme=dark" }

YouTube

Video is king 👑. However, I'd probably reach for the "Cover Video Link" feature, where you can have the video be your banner instead of an image.

DEV specific

These are some of the custom things that DEV supports outside of third party site embeds.

Article Link:

User Profile:

Tag Profile:

#aws Follow

Amazon Web Services (AWS) is a collection of web services for computing, storage, machine learning, security, and more There are over 200+ AWS services as of 2023.

Comment:

Comment on What Even Is AI? (I Took a Break & Had to Relearn Everything)
jess
Jess Lee May 5

I just came back from maternity leave. And honestly? I felt like I'd missed a decade in six months.

I feel this so hard.

Looking forward to your series!

Podcast Episode:

play pause AWS Bites
Your browser does not support the audio element.
120. Lambda Best Practices animated volume bars play pause volume 1x initializing... ×

Organization:

Well, this one is not a website, but it's useful when you want to add some CTA at the end of a blog.

Buttons:
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 👨‍💻!

Comments (0)

Sign in to join the discussion

Be the first to comment!