Skip to content

Commit

Permalink
feat: Instagram reels support
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheCVB authored May 13, 2024
1 parent 18ede1e commit eddb651
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/ckeditor5-media-embed/src/mediaembedediting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ export default class MediaEmbedEditing extends Plugin {

{
name: 'instagram',
url: /^instagram\.com\/p\/(\w+)/
url: [
/^instagram\.com\/p\/(\w+)/,
/^instagram\.com\/reel\/(\w+)/
]
},
{
name: 'twitter',
Expand Down

0 comments on commit eddb651

Please sign in to comment.