Changes between Version 2 and Version 3 of collective.embedly


Ignore:
Timestamp:
Feb 15, 2011 3:03:36 PM (13 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • collective.embedly

    v2 v3  
    33== Links == 
    44 * [https://svn.plone.org/svn/collective/collective.embedly SVN Repository] 
     5 
     6== Development == 
     7 
     8This product was developed by  http://quintagroup.com for Plone collective, sponsored by Headnet company  http://headnet.dk/.  
     9 
     10 
     11We want tinyMCE to support embed.ly so videos can be inserted from different video streaming services. 
     12 
     13Read about embed.ly here http://api.embed.ly/docs 
     14 
     15It would be cool if it could done as a package so we reuse it easily and are also welcome to release to collective. 
     16 
     17We expect to work like this 
     18 
     191) Mark text as link in TinyMCE 
     202) Go "insert link" and insert generated embed.ly or service - click save 
     213) Choose styling "Embed.ly" 
     22 
     23When rendered "preview" from service is inserted. 
     24 
     25Most of the code could probably be liften off from here: 
     26 
     27http://svn.headnet.dk/shiny/collective.issuu 
     28 
     29The approach here is to use the Transform machinery to replace the URL with embed code by calling the embed.ly api. 
     30 
     31Name? collective.embedly.