Skip to content

Javascript for getting information about links( Youtube and non-youtube urls)

Rohit Lodha requested to merge rtgdk/inkscape-web:rtgdk-patch4 into master

#30 (closed) I have used youtube data api for getting information for youtube urls and YQL (A public proxy for cross-origin request) for non-youtube urls. It has been tested by me to some extent using my own youtube api. For youtube urls, it displays thumbnail,title,license and tags. For others, it displays the title of the webpage and meta description.

Merge request reports