Download the PHP package godismyjudge95/statamic-embera without Composer
On this page you can find all versions of the php package godismyjudge95/statamic-embera. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download godismyjudge95/statamic-embera
More information about godismyjudge95/statamic-embera
Files in godismyjudge95/statamic-embera
Package statamic-embera
Short Description A video embed tag using the Embera oEmbed library for Statamic 4+
License MIT
Informations about the package statamic-embera
Statamic Embera
A video embed tag using the Embera oEmbed library for Statamic 4+
Features
This addon allows you to use an {{ embera }}
tag to embed nearly any video URL with an iframe.
Embera supports embedding a wide variety of online video providers: https://github.com/mpratt/Embera/blob/master/doc/02-providers.md
How to Install
Run the following command from your project root:
If you want a quick start in styling the iframe you can include the base responsive styles in your site.css
:
How to Use
Simply use the embera tag with a video url:
Outputs:
To see all the possible parameters see the Embera documentation: https://github.com/mpratt/Embera/blob/master/doc/01-usage.md#passing-configuration-options
All the attributes passed to the Embera tag are passed through to the Embera class instance.
Thanks
Many thanks to mpratt and the contributors of Embera - https://github.com/mpratt/Embera