Skip to content

Commit b6ce9d9

Browse files
Add BlueSky shortcode support to shortcodeList.js
1 parent 5c8b06e commit b6ce9d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/shortcodeList.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ tinymce.PluginManager.add('shortcodeList', function (editor, url) {
6767
code: '[twitter url="YOUR_URL_HERE"]',
6868
description: 'Insert a twitter frame'
6969
},
70+
{
71+
title: 'BlueSky',
72+
code: '[bluesky url="YOUR_URL_HERE"]',
73+
description: 'Insert a BlueSky frame'
74+
},
7075
{
7176
title: 'Instagram',
7277
code: '[instagram url="YOUR_URL_HERE"]',

0 commit comments

Comments
 (0)