You are here

README.txt in Simple oEmbed 8.2

INTRODUCTION
------------

Simplify adding videos and other rich media by inserting URL using oEmbed
technology (https://oembed.com).

You can put oEmbed supported URLs in content body on its own line and it will
automatically turn into rich media. If not recognized, the URL will display as
is. Version 2.x now uses Drupal 9's core oEmbed support in Media module.


INSTALLATION
------------

 - Install the Simple oEmbed module as you would normally install a contributed
   Drupal module. Visit https://www.drupal.org/node/1897420 for more info.

 - Configure text format at /admin/config/content/formats.

 - Check Simple oEmbed filter.

 - Reorder so that Simple oEmbed filter comes before Convert URLs into links.
   Any filter that operates on URL before Simple oEmbed filter can disrupt
   desired result.

 - Set maximum width of the embedded media (default 0).

 - If you need to be able to embed a video inline (e.g. in the middle of a
   paragraph), check the "Replace in-line URLs" box.


REQUIREMENTS
------------

This module requires Drupal core's Media module.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. Simplify adding videos and other rich media by inserting URL using oEmbed
  4. technology (https://oembed.com).
  5. You can put oEmbed supported URLs in content body on its own line and it will
  6. automatically turn into rich media. If not recognized, the URL will display as
  7. is. Version 2.x now uses Drupal 9's core oEmbed support in Media module.
  8. INSTALLATION
  9. ------------
  10. - Install the Simple oEmbed module as you would normally install a contributed
  11. Drupal module. Visit https://www.drupal.org/node/1897420 for more info.
  12. - Configure text format at /admin/config/content/formats.
  13. - Check Simple oEmbed filter.
  14. - Reorder so that Simple oEmbed filter comes before Convert URLs into links.
  15. Any filter that operates on URL before Simple oEmbed filter can disrupt
  16. desired result.
  17. - Set maximum width of the embedded media (default 0).
  18. - If you need to be able to embed a video inline (e.g. in the middle of a
  19. paragraph), check the "Replace in-line URLs" box.
  20. REQUIREMENTS
  21. ------------
  22. This module requires Drupal core's Media module.