isawnyu / isaw.web

Isaw website buildout
http://isaw.nyu.edu
1 stars 3 forks source link

remove active addon: collective.embedly 2.3 #520

Open paregorios opened 3 months ago

paregorios commented 3 months ago

Remove this addon before migration. We do not have any content dependent on it.

alecpm commented 3 months ago

This is a TinyMCE extension, which can be retained if you are making use of it (there is a custom Plone 5.2/Python 3 branch that Jazkarta made for another client). However, Plone 5 incorporates some similar functionality which isn't dependent on a 3rd party commercial service.

You may need to retain/upgrade the add-on (or at least the transform code) if you are already using embed.ly powered embeds in existing content, otherwise I would suggest removing it.

paregorios commented 3 weeks ago

@alecpm do you know of any way to find out if we are using embed.ly powered embeds anywhere?

alecpm commented 3 weeks ago

@paregorios To be certain we'd probably have to parse all the WYSIWYG HTML on the site and look for the embed codes, but it might be easier to see if you have a login at https://app.embed.ly/login (which you probably should, since there's an API key on the site) where you can check your account and see how many embeds it's detected and where/how they are being used.

paregorios commented 3 weeks ago

It looks like we used the embed API last in 2018. It was used sparingly between 2014 and 2018. We think we can get rid of this.