diff --git a/lib/plugins/system/oembed/providers.json b/lib/plugins/system/oembed/providers.json index de3cd90c5..0801fe6c8 100644 --- a/lib/plugins/system/oembed/providers.json +++ b/lib/plugins/system/oembed/providers.json @@ -1141,5 +1141,13 @@ "ndla.no/*" ], "endpoint": "https://ndla.no/oembed" + }, + { + "name": "Everviz", + "templates": [ + "app.everviz.com/show/([a-zA-Z0-9])+", + "app.everviz.com/embed/([a-zA-Z0-9])+" + ], + "endpoint": "https://api.everviz.com/oembed" } ] \ No newline at end of file