Changes between Version 35 and Version 36 of collective.embedly


Ignore:
Timestamp:
May 19, 2015 1:50:58 PM (9 years ago)
Author:
sorenabell
Comment:

added - how to update embedly regular expressions

Legend:

Unmodified
Added
Removed
Modified
  • collective.embedly

    v35 v36  
    1717There are [http://api.embed.ly 204 services] so far that support embedly service, such as: 
    1818 * video sharing sites: Youtube, Blip.tv, Vimeo, TED.com 
    19  * audio streaming services: Grooveshark, !SoundCloud, last.fm 
    20  * image/photo sticks: Flickr 
    21  * other: !GoogleMaps,  Facebook, Twitter 
     19 * audio streaming services: SoundCloud, last.fm 
     20 * image/photo sticks: Flickr, Picasa 
     21 * other: !GoogleMaps,  Facebook 
    2222 
    2323This product was developed by  http://quintagroup.com for Plone collective, sponsored by Headnet company  http://headnet.dk/.  
     
    2525== Usage == 
    2626 
    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.  
     27To 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).  
    2828 
    29 [[Image(portal-registry.png, nolink)]] 
     29[[Image(embed.png, nolink)]] 
    3030 
    3131Now you can embed content from more than 200 sharing sources. 
    3232Follow these steps to insert videos, photos, music into Plone: 
    3333 
    34  1. Go to the object's edit form, click "Insert/Edit Embedly link" on the toolbar 
     34 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 
    3535 
    3636 [[Image(style.png, nolink)]]    
     
    4444 [[Image(page.png, nolink)]] 
    4545 
    46  4. You may customize video parameters (e.g. maxheight, maxwidth, autoplay) using Advanced settings tab. 
     46 4. You may customize video parameters (e.g. maxheight, maxwidth, autoplay) using '''Advanced''' settings tab. 
    4747 
    4848 [[Image(embedly-advanced.png, nolink)]]  
     49 
     50 
     51---- 
     52 
     53You 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 
     60You can update the regular expression for supported services by calling 
     61 
     62{{{ 
     63  http://yourhost/plonesite/@@update_embedly_services 
     64}}} 
     65 
     66 
     67The default is to not pass along an API key, your requests to embedly will be anonymous and based solely on IP address. 
    4968 
    5069== Notes ==