Questions tagged [embedly]

Embedly provides a powerful API to convert standard URLs into embedded videos, images, and rich article previews

Embedly provides a powerful API to convert standard URLs into embedded videos, images, and rich article previews from 251 leading providers.

Embedly home page

60 questions
0
votes
0 answers

Is there any way to handle `Cannot read property 'cards' of null` error?

I am using Embedly in React.js application to show URL preview in the page that has arrow navigation, and I am getting an error when switching page before embed content loaded. The error message received is: Uncaught TypeError: Cannot read property…
aLLeXUs
  • 64
  • 1
  • 4
0
votes
0 answers

Embed.ly API: player.js not working with youku.com

I have a problem with embedded video. I use "Embed.ly API" and "player.js": https://docs.embed.ly/docs/oembed https://docs.embed.ly/docs/playerjs I'm trying to embed a video from "youku.com" on my site. The "youku.com" is a content provider, as…
0
votes
1 answer

Etsy links in embedly

Good afternoon: I am an ETSY affiliate through the AWIN platform. I am having problems when generating affiliate links. The message that I get is this Unable to embed this url Embedly is unable to generate an embed for this URL. Please check that…
0
votes
1 answer

Embed foreign urls with Laravel using embedly or others

I want to create an app where users can share links from foreign websites and a thumbnail/image appear with a little description under it (something like facebook, twitter, reddit..). So I tried to use embedly in my laravel project I to install…
Ali Khiti
  • 265
  • 4
  • 22
0
votes
1 answer

How to extract video url for desktop playback

Embedly normally returns a web player like in this example with Vimeo: http://embed.ly/code?url=https%3A%2F%2Fvimeo.com%2F192417650 Is there a way to extract a URL I could use for desktop playback? Thanks!
Patrick Wolf
  • 2,530
  • 2
  • 28
  • 27
0
votes
1 answer

How would I embed a ustream video into an iframe?

I would like to embed ustream using embedly, but it isn't allowing me to do so. Is it possible to embed a ustream?
EndenDragon
  • 357
  • 5
  • 20
0
votes
1 answer

Force data-card-type styling on Embedly card

I'm using the paid version of Embedly Cards. In an overview we are displaying all the links added to specific posts. Now we are using the standard cards which are using a lot of space (+/- height 500px) per post in our overview. Embedly cards with…
0
votes
1 answer

Embedly CDN Url is asking for captcha

I am using embedly for one of my project. Following is the CDN URL which I used: http://cdn.embed.ly/jquery.embedly-3.1.1.min.js It was working earlier but now the URL is asking for captcha first. I am not able to access the URL directly. So getting…
Chinmay Waghmare
  • 5,368
  • 2
  • 43
  • 68
0
votes
2 answers

Embedly cards height customise?

Trying to customise the embedly cards height so all the embeded content is the same size. at the moment they come out different sizes, which messes with page layout. The links are dynamically created when users add links into the…
GethLife
  • 39
  • 1
  • 10
0
votes
1 answer

Embedly cards in rails application loading slow and/or killing page

I am trying to use embedly cards to display urls in the topic index page of a rails app. While there are some issues with awkward carousel behavior the page itself will render (as confirmed by the rails console). However after the page loads each…
Soviet_Jesus
  • 31
  • 10
0
votes
1 answer

Using Embedly to loop Vimeo video

I am using Embedly to show and control videos on my site. However, I would like the videos to loop. I can't find any documentation on that setting. Anyone have any ideas?