About noembed
noembed.com Snippet and Output modifier for creating quick embeds from links to media sharing channels.
Information
Released
October 14, 2022
Supported Database
MySQL
License
MIT
Supported Versions
2.5 - Current
Downloads
622
Instructions
The noembed Snippet / Output Modifier can be used as an output modifier for placeholders or as a stand alone snippet with provided &link=``
Or
By default noembed just outputs an iframe of your video, but you can customize it further by passing either &tpl=`yourtpl`
or by passing a tpl name to the output modifier's options
The tpl will give you the following placeholders:
| Placeholder | Description | | --- | --- | | | (int) Width of the returned resource | | | The name of the author/owner of the resource. | | | A URL for the author/owner of the resource. | | | The noembed version number. | | | The url of the resource provider. | | | The name of the resource provider. | | | (int) Thumbnail width | | | URL to default thumbnail | | | (int) Height of the returned resource | | | (int) Thumbnail height | | | Resource iframe embed (default output) | | | URL to the resource (default output if no html) | | | The resource type (photo, video, link, rich) | | | A text title, describing the resource. |
To learn more about noembed visit https://noembed.com/
New in 1.1.0-pl
Fixes for PHP 8