[FIX #1104] Update tarteaucitron.services.js
Ajout d'un /p/ dans l'url de l'iframe d'instagram
This commit is contained in:
parent
193e0a9cac
commit
b0e45e69b9
|
|
@ -3157,7 +3157,7 @@ tarteaucitron.services.instagram = {
|
||||||
frame_height = '"" ';
|
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;
|
return post_frame;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue