= collective.embedly = [[PageOutline]] [[Image(collective.embedly.jpg, nolink)]] == Links == * [http://quintagroup.com/services/plone-development/products/collective.embedly collective.embedly on Quintagroup.com] * [http://plone.org/products/collective.embedly collective.embedly on plone.org] * [http://pypi.python.org/pypi/collective.embedly collective.embedly om PyPi] * [https://svn.plone.org/svn/collective/collective.embedly SVN Repository] This package provides TinyMCE visual editor support for [http://api.embed.ly/docs embed.ly] service: videos, images and other rich media files can be inserted to Plone from different services through one API. The approach here is to use the Transform machinery to replace the URL with embed code by calling the embed.ly API. There are [http://api.embed.ly 204 services] so far that support embedly service, such as: * video sharing sites: Youtube, Blip.tv, Vimeo, TED.com * audio streaming services: Grooveshark, !SoundCloud, last.fm * image/photo sticks: Flickr * other: !GoogleMaps, Facebook, Twitter This product was developed by http://quintagroup.com for Plone collective, sponsored by Headnet company http://headnet.dk/. == Usage == To embed media from the embedly-supported external resource to Plone: 1. Go to the object's edit form, select some text and choose "Embedly link" style for it [[Image(style.png, nolink)]] 2. The text should now look like linked. TinyMCE makes the whole passage linked, so keep in mind that the whole passage will later be substituted with embedded media. [[Image(linked.png, nolink)]] 3. Select this text again and go to ''Insert link'' to insert the URL to the desired object on the external service. [[Image(add-link.png, nolink)]] 4. Save this page. Now when rendered, there will be "preview" from embed.ly service inserted instead of the linked text. For example: video from !YouTube: [[Image(page.png, nolink)]] == Notes == * collective.embedly does not fix errors in provided URLs * you can check if your URL will be transformed calling embed.ly manualy, for example: * video URL http://www.youtube.com/watch?v=L1NPLlhFTVk * you should call http://api.embed.ly/v1/api/oembed setting 'url' parameter with your value * http://api.embed.ly/v1/api/oembed?url=http://www.youtube.com/watch?v=L1NPLlhFTVk * http://api.embed.ly/v1/api/oembed?url=http://www.youtube.com/watch?v=L1NPLlhFTVk&fromat=xml format result as xml == Examples of usage == Please see the following pages to learn how to: * [wiki:collective.embedly/youtube How to embed videos from YouTube to Plone] * [wiki:collective.embedly/blip-tv How to embed videos from blip.tv to Plone] * [wiki:collective.embedly/vimeo How to embed videos from vimeo to Plone] * [wiki:collective.embedly/ted How to embed videos from TED.com to Plone] * [wiki:collective.embedly/flickr How to embed images from Flickr to Plone] * [wiki:collective.embedly/google-maps How to embed map from GoogleMaps to Plone] * [wiki:collective.embedly/soundcloud How to embed audio from SoundCloud to Plone] * [wiki:collective.embedly/facebook How to embed content from Facebook to Plone] * [wiki:collective.embedly/scribd How to embed pdf files from Scribd to Plone]