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 () {