de-swebhosting-typo3-extension / mediaoembed
External media (YouTube, Flickr, ...) content elements using the http://oembed.com/ standard.
Installs: 12 349
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 5
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ^8.2
- ext-dom: *
- typo3/cms-core: ~13.4.0
Requires (Dev)
Replaces
- typo3-ter/mediaoembed: v13.4.1
This package is auto-updated.
Last update: 2024-11-09 11:57:21 UTC
README
This is a TYPO3 Extension for embedding third party content via oEmbed.
Development
Regenerate default provider config
- Copy configuration from
WP_oEmbed
Wordpress class to constructor ofProviderUrls
class. - Make sure all endpoint names are configured in the
ProviderEndpoints
class. - Regenerate the DefaultProviders Typoscript.
composer require typo3/minimal
php Resources/Private/Scripts/GenerateProviderData.php > Configuration/TypoScript/DefaultProviders/setup.txt