betterembed / silverstripe-betterembed
BetterEmbed integration for SilverStripe CMS
Fund package maintenance!
Open Collective
Ko Fi
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Language:CSS
Type:silverstripe-vendormodule
Requires
This package is auto-updated.
Last update: 2024-10-29 05:53:18 UTC
README
BetterEmbed SilverStripe CMS plugin
BetterEmbed is a free service to easily integrate content like YouTube videos, twitter and facebook posts, blog posts or any other kind of remote content.
Benefits of BetterEmbed
- easily integrate external content
- improve privacy by keeping out unwanted tracking cookies (GDPR)
- increase page speed by not loading external javascript and css resources
Requirements
SilverStripe ^4
Installation
composer require betterembed/silverstripe-betterembed
After that, make sure you rebuild the database, class and configuration manifests by going to http://yoursite.com/dev/build?flush=all
Usage
Upon installation, BetterEmbed shortcodes are available to use on the SilverStripe website. Shortcode syntax should follow this format
[betterembed,url=write_url_here]
Example shortcode with Twitter post URL: [betterembed,url=https://twitter.com/BetterEmbed/status/1201878663173726208]