Procházet zdrojové kódy

Revert Instagram postId attribute

Marc Bellêtre před 4 roky
rodič
revize
2a6756ebaa
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      tarteaucitron.services.js

+ 1 - 0
tarteaucitron.services.js

@@ -1833,6 +1833,7 @@ tarteaucitron.services.instagram = {
         "use strict";
         tarteaucitron.fallback(['instagram_post'], function (x) {
             var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Instagram iframe'),
+                post_id = x.getAttribute('postId'),
                 post_permalink = x.getAttribute('data-instgrm-permalink'),
                 embed_width = x.getAttribute('width'),
                 embed_height = x.getAttribute('height'),