Revert Instagram postId attribute
This commit is contained in:
parent
797fa03357
commit
2a6756ebaa
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue