How to recreate the old Vimeo plugin/extension? #548
-
Hey, I'm trying to recreate the Vimeo plug-in from my old 0.6.1 installation (www.darch.dk/old). Here is the code:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, your code still misses some API updates. From what I can see you at least should change the default setting in the
The function
HTH |
Beta Was this translation helpful? Give feedback.
-
If anyone is interested in taking over as a maintainer, in taking care of updating/publishing the extension as needed, we can provide the Vimeo extension and transfer it to you. All that is needed is someone to volunteer. 😄 |
Beta Was this translation helpful? Give feedback.
Hi,
your code still misses some API updates. From what I can see you at least should change the default setting in the
onload
function, just replaceconfig->setDefault
withsystem->setDefault
, e.g.The function
onParseContentBlock
no longer is being used, instead useonParseContentShortcut
.