https://github.com/astehlik/typo3-extension-mediaoembed
TYPO3 extension for embedding media with http://oembed.com/
https://github.com/astehlik/typo3-extension-mediaoembed
typo3-cms-extension typo3-extension
Last synced: 5 months ago
JSON representation
TYPO3 extension for embedding media with http://oembed.com/
- Host: GitHub
- URL: https://github.com/astehlik/typo3-extension-mediaoembed
- Owner: astehlik
- Created: 2013-04-05T10:49:14.000Z (about 12 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-09T11:57:17.000Z (6 months ago)
- Last Synced: 2024-11-09T12:32:02.440Z (6 months ago)
- Topics: typo3-cms-extension, typo3-extension
- Language: PHP
- Homepage: http://typo3.org/extensions/repository/view/mediaoembed
- Size: 1.54 MB
- Stars: 1
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mediaoembed TYPO3 Extension
[](https://github.com/astehlik/typo3-extension-mediaoembed/actions/workflows/test.yml)
[](https://codeclimate.com/github/astehlik/typo3-extension-mediaoembed/maintainability)This is a TYPO3 Extension for embedding third party content via oEmbed.
## Development
### Regenerate default provider config
1. Copy configuration from `WP_oEmbed` Wordpress class to constructor of `ProviderUrls` class.
2. Make sure all endpoint names are configured in the `ProviderEndpoints` class.
3. Regenerate the DefaultProviders Typoscript.```bash
composer require typo3/minimal
php Resources/Private/Scripts/GenerateProviderData.php > Configuration/TypoScript/DefaultProviders/setup.txt
```