diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index d5ec9cc..89d0114 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -293,13 +293,14 @@ tarteaucitron.services.facebookpost = { "js": function () { "use strict"; tarteaucitron.fallback(['tac_facebookpost'], function (x) { - var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Facebook iframe'), + var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Michel'), width = x.getAttribute("width"), height = x.getAttribute("height"), url = x.getAttribute("data-url"), - appId = x.getAttribute("data-appid"); + appId = x.getAttribute("data-appid"), + allowfullscreen = x.getAttribute("allowfullscreen"); - return ''; + return ''; }); }, "fallback": function () {