Changes between Version 4 and Version 5 of collective.embedly
- Timestamp:
- Feb 15, 2011 3:35:47 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
collective.embedly
v4 v5 15 15 We expect to work like this 16 16 17 1)Mark text as link in TinyMCE18 2)Go "insert link" and insert generated embed.ly or service - click save19 3)Choose styling "Embed.ly"17 1. Mark text as link in TinyMCE 18 2. Go "insert link" and insert generated embed.ly or service - click save 19 3. Choose styling "Embed.ly" 20 20 21 21 When rendered "preview" from service is inserted. 22 22 23 Most of the code could probably be liften off from here:24 25 http://svn.headnet.dk/shiny/collective.issuu26 27 23 The approach here is to use the Transform machinery to replace the URL with embed code by calling the embed.ly api. 28 29 Name? collective.embedly.