From 9f77d5f9a9605003d4acd8a1ce692d76a0d847b5 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Mon, 14 Mar 2022 11:40:21 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20de=20Facebook=20Post=20#907?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tarteaucitron.services.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 8c5d6d4..455903f 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -393,9 +393,10 @@ tarteaucitron.services.facebookpost = { height = x.getAttribute("height"), url = x.getAttribute("data-url"), appId = x.getAttribute("data-appid"), - allowfullscreen = x.getAttribute("allowfullscreen"); + allowfullscreen = x.getAttribute("allowfullscreen"), + showText = x.getAttribute("data-show-text"); - return ''; + return ''; }); }, "fallback": function () {