Merge pull request #1105 from lucmuller/patch-1
[FIX #1104] Update tarteaucitron.services.js
This commit is contained in:
commit
c482e7bcaa
|
|
@ -3157,7 +3157,7 @@ tarteaucitron.services.instagram = {
|
|||
frame_height = '"" ';
|
||||
}
|
||||
|
||||
post_frame = '<iframe title="' + frame_title + '" src="//www.instagram.com/' + post_id + '/embed" ' + frame_width + frame_height + '></iframe>';
|
||||
post_frame = '<iframe title="' + frame_title + '" src="//www.instagram.com/p/' + post_id + '/embed" ' + frame_width + frame_height + '></iframe>';
|
||||
|
||||
return post_frame;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue