\n\n","bodyend":"","script":"","style":"","dataset":"","datasetvars":"","alternate":"","alternateend":""}
\ No newline at end of file
diff --git a/presets/wordwall.txt b/presets/wordwall.txt
new file mode 100644
index 0000000..3b8871b
--- /dev/null
+++ b/presets/wordwall.txt
@@ -0,0 +1 @@
+{"name":"Wordwall-oembed","key":"wordwall-oembed","version":"1.0.3","instructions":"Enter the URL of a Wordwall activity and it will be embedded on the page.","showatto":"1","showplayers":"0","requirecss":"","requirejs":"","shim":"","defaults":"wordwall_url=\"\"","amd":"1","body":"
\n","bodyend":"","script":"var oembedurl = \"https://wordwall.net/api/oembed?url=\" + encodeURIComponent(@@wordwall_url@@) + \"&format=json\";\n$.ajax({\n url: oembedurl,\n crossDomain: true,\n type: 'GET',\n error: function(xhr, status, error) {\n console.log(theurl);\n console.log(error);\n },\n success: function(data) {\n $(\"#\" + @@AUTOID@@ + \"_content\").html(data.html);\n var iframe = $(\"#\" + @@AUTOID@@ + \"_content iframe\");\n iframe.removeAttr('width');\n iframe.removeAttr('height');\n iframe.attr('style','position: absolute;top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;');\n }\n});\n\n","style":"","dataset":"","datasetvars":"","alternate":"","alternateend":""}
\ No newline at end of file
diff --git a/version.php b/version.php
index bb43e8b..366f279 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 2022062700; // The current plugin version (Date: YYYYMMDDXX)
+$plugin->version = 2022082200; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2011070100; // Requires this Moodle version
$plugin->component = 'filter_generico'; // Full name of the plugin (used for diagnostics)
$plugin->maturity = MATURITY_STABLE;
-$plugin->release = 'Version 1.4.15(Build 2022062700)';
+$plugin->release = 'Version 1.4.16(Build 2022082200)';