Changes between Version 35 and Version 36 of collective.embedly
- Timestamp:
- May 19, 2015 1:50:58 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
collective.embedly
v35 v36 17 17 There are [http://api.embed.ly 204 services] so far that support embedly service, such as: 18 18 * video sharing sites: Youtube, Blip.tv, Vimeo, TED.com 19 * audio streaming services: Grooveshark, !SoundCloud, last.fm20 * image/photo sticks: Flickr 21 * other: !GoogleMaps, Facebook , Twitter19 * audio streaming services: SoundCloud, last.fm 20 * image/photo sticks: Flickr, Picasa 21 * other: !GoogleMaps, Facebook 22 22 23 23 This product was developed by http://quintagroup.com for Plone collective, sponsored by Headnet company http://headnet.dk/. … … 25 25 == Usage == 26 26 27 To embed media from the embedly-supported external resource to Plone, first you will need to register in the embedly service. Upon completing sign up, you'll be provided with the API key. Copy and insert it into ''' collective embedly interfaces IEmbedlySettings api_key''' in your portal_registry section.27 To embed media from the embedly-supported external resource to Plone, first you will need to register in the embedly service. Upon completing sign up, you'll be provided with the API key. Copy and insert it into '''API Key''' field of Embedly settings (add '''/@@embedly-controlpanel''' to the site address). 28 28 29 [[Image( portal-registry.png, nolink)]]29 [[Image(embed.png, nolink)]] 30 30 31 31 Now you can embed content from more than 200 sharing sources. 32 32 Follow these steps to insert videos, photos, music into Plone: 33 33 34 1. Go to the object's edit form, click "Insert/Edit Embedly link" on thetoolbar34 1. Go to the object's edit form, select text (it will be replaced with the embedded media) and click "Insert/Edit Embedly link" on the TinyMCE toolbar 35 35 36 36 [[Image(style.png, nolink)]] … … 44 44 [[Image(page.png, nolink)]] 45 45 46 4. You may customize video parameters (e.g. maxheight, maxwidth, autoplay) using Advancedsettings tab.46 4. You may customize video parameters (e.g. maxheight, maxwidth, autoplay) using '''Advanced''' settings tab. 47 47 48 48 [[Image(embedly-advanced.png, nolink)]] 49 50 51 ---- 52 53 You can set parameters by going to the Plone control panel / Embedly settings: 54 55 * cache usage and timeout 56 * service URL verification 57 * API key 58 59 60 You can update the regular expression for supported services by calling 61 62 {{{ 63 http://yourhost/plonesite/@@update_embedly_services 64 }}} 65 66 67 The default is to not pass along an API key, your requests to embedly will be anonymous and based solely on IP address. 49 68 50 69 == Notes ==