diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js
index 9677c37..73d0118 100644
--- a/tarteaucitron.services.js
+++ b/tarteaucitron.services.js
@@ -1127,6 +1127,7 @@ tarteaucitron.services.deezer = {
embed_type = x.getAttribute("embedType"),
radius = x.getAttribute("radius"),
tracklist = x.getAttribute("tracklist"),
+ allowfullscreen = x.getAttribute("allowfullscreen"),
params;
if (deezer_id === undefined) {
@@ -1155,7 +1156,7 @@ tarteaucitron.services.deezer = {
tracklist = "true";
}
params = 'tracklist=' + tracklist + '&radius=' + radius;
- deezer_frame = '';
+ deezer_frame = '';
return deezer_frame;
});
},