[FIX #1104] Update tarteaucitron.services.js

Ajout d'un /p/ dans l'url de l'iframe d'instagram
This commit is contained in:
Luc Muller 2023-05-26 11:53:17 +02:00 committed by GitHub
parent 193e0a9cac
commit b0e45e69b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}); });