1.1.1releasedField: Multilingual oEmbed
A multilingual version of the oembed_field extension Easily embed videos/images from ANY* website that implements the oEmbed format. See http://oembed.com and https://github.com/Solutions-Nitriques/oembed_field
Clone URLhttps://github.com/DeuxHuitHuit/multilingual_oembed_field.git
Add as a submodulegit submodule add https://github.com/DeuxHuitHuit/multilingual_oembed_field.git extensions/multilingual_oembed_field --recursive
Compatibility
2.x.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.7.10 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No | No | No | No | No | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 |
Readme
Field: Multilingual oEmbed
A multilingual version of the oembed_field extension
@see http://oembed.com
SPECS
- The same as the original extension.
REQUIREMENTS
- Symphony CMS version 2.5.0 and up (as of the day of the last release of this extension)
- oEmbed Field version 1.8.8 and up
- Frontend Localisation 2.5 and up
INSTALLATION
git clone
/ download and unpack the tarball file- (re)Name the folder multilingualoembedfield
- Put into the extension directory
- Enable/install just like any other extension
See http://getsymphony.com/learn/tasks/view/install-an-extension/
HOW TO USE
- Make sure that all requirements are met.
- After installation, add a Multilingual oEmbed field to a section
- Configure the field
- Select at least one supported driver
- You can add extra parameters to the oEmbed request's query string: this is usefull for settings embed sizes
- All the data will be available as xml in a datasource
- Use the
oembed
tag for embeding the resource into your frontend
Non-native
"Non-native" solutions like embed.ly are tested after all other "native" solutions. This will allow you to enable both natives solution while being able to revert to a global fallback. If other non-native solutions are added, please do not enable more than one because this may cause un-wanted behavior.
LICENSE
Made with love in Montréal by Deux Huit Huit
Copyright (c) 2015-2017
Version history
Symphony 2.5.0 to 2.x.x
- PHP 7 Support
Symphony 2.5.0 to 2.x.x
- Add delegates to add/remove language columns
- Handle errors better in the front end
Symphony 2.5.0 to 2.x.x
- Updated compatibility info
Symphony 2.5.0 to 2.6.x
- Fixed a bug where the default language value was always returned in data sources
Symphony 2.5.0 to 2.6.x
- Added version checking for oEmbed (Fixed #2)
Symphony 2.5.0 to 2.6.x
- First release