| 44 | == Notes == |
| 45 | |
| 46 | * collective.embedly does not fix errors in provided URLs |
| 47 | * you can check if your URL will be transformed calling embed.ly manualy, for example: |
| 48 | * video URL http://www.youtube.com/watch?v=L1NPLlhFTVk |
| 49 | * you should call http://api.embed.ly/v1/api/oembed setting 'url' parameter with your value |
| 50 | * http://api.embed.ly/v1/api/oembed?url=http://www.youtube.com/watch?v=L1NPLlhFTVk |
| 51 | * http://api.embed.ly/v1/api/oembed?url=http://www.youtube.com/watch?v=L1NPLlhFTVk&fromat=xml format result as xml |
| 52 | |
| 53 | |
| 54 | |