oEmbed Filter
Premium Certified Partner
Maintained by
Catalyst IT, Brendan Heywood
A filter that will swap hyperlinks pointing towards supported websites with an embedded version using code retrieved from the site using the oEmbed protocol. An option for "Lazy" loading of some sites is also available.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I'm trying to use this plugin with Moodle 3.8.2 and it only seems to work for YouTube. When I try to embed a Vimeo video it just displays the link and the link text. I have disabled the Vimeo and Youtube options in the Media Player settings as recommended.
cheers,
Derek
update mdl_config_plugins set value = '2016000000' where plugin = 'filter_oembed' and name = 'version'
And then go to /admin
I advise you to try this out in a test environment / clone of your site first.
I am trying to upgrade to the latest version of the filter plugin. I am on 3.2.3+. I am getting the following error:
Table "filter_oembed" does not exist"
Moodle hangs at this step. I can recover by restoring from a snapshot made just before update. Any help will be appreciated.
Thanks,
Madhu
Hopefully theres a solution i havent tried / overseen.
Kind regards
Henrik Sune Pedersen
2) Use the
tag style instead of the style in the Oembed settings. You would need to change the content everywhere that you have filtering currently.
3) Display the link you don't want filtered using escaped HTML anchors. So instead of <a> tag, you use & lt;a& gt; . (remove spaces after &).
Thanks a lot.