= collective.embedly = == Links == * [https://svn.plone.org/svn/collective/collective.embedly SVN Repository] == Development == This product was developed by http://quintagroup.com for Plone collective, sponsored by Headnet company http://headnet.dk/. We want tinyMCE to support embed.ly so videos can be inserted from different video streaming services. Read about embed.ly here http://api.embed.ly/docs It would be cool if it could done as a package so we reuse it easily and are also welcome to release to collective. We expect to work like this 1) Mark text as link in TinyMCE 2) Go "insert link" and insert generated embed.ly or service - click save 3) Choose styling "Embed.ly" When rendered "preview" from service is inserted. Most of the code could probably be liften off from here: http://svn.headnet.dk/shiny/collective.issuu The approach here is to use the Transform machinery to replace the URL with embed code by calling the embed.ly api. Name? collective.embedly.