Merge pull request #1105 from lucmuller/patch-1

[FIX #1104] Update tarteaucitron.services.js
This commit is contained in:
Amauri CHAMPEAUX 2023-05-26 17:08:46 +02:00 committed by GitHub
commit c482e7bcaa
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 = '"" ';
}
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;
});