Embeds

Code integration results of various content providers

2025-05-23

ITADS

Table of content
  1. Simple embed filter
  2. Shortcode

Here are few examples of how Eleventy LibDoc renders embeds from various sources.

Simple embed filter

The most simple way to include an iframe, just add the embed filter to your URL string like this {{ '<URL_STRING>' | embed }}.

{{ 'https://www.youtube-nocookie.com/embed/kzf9A9tkkl4?controls=0' | embed }}

Shortcode

If you need to add custom height, use embed shortcode instead. {% embed '<URL_STRING>', Integer %}

{% embed 'https://sketchfab.com/models/b88c8c45f3ce454f925db4128f339c5e/embed', 500 %}