Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 358 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 358 Bytes

Craft Essence Plugin

A plugin that integrates the Essence (oEmbed) library in Craft CMS.

Full docs coming soon.

Usage

Embed

{% set tweet = essence_embed('https://twitter.com/joelbradbury/status/444426341514248192') %}

{% if tweet %}

    {{ tweet.html | raw }}

{% endif %}