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.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNoNoNo1.1.11.1.11.1.11.1.11.1.11.1.11.1.11.1.11.1.11.1.11.1.11.1.11.1.1

Readme

Field: Multilingual oEmbed

A multilingual version of the oembed_field extension

@see http://oembed.com

SPECS

REQUIREMENTS

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

MIT

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