collective / wildcard.media

13 stars 12 forks source link

use plone.transformchain instead of ajax to embed player #14

Open djay opened 9 years ago

djay commented 9 years ago

Currently when transforming tinymce links to video players, it is done via jquery and ajax. This means that true fallback to non-javascript browsers is lost. Also it results in slower loading of videos and more backend requests. Instead plone.transform chain can be used to replace the links serverside.