maxwidth

This is the maximum width of the embed in pixels. maxwidth is used for scaling down embeds so they fit into a certain width.

maxheight

This is the maximum height of the embed in pixels. Functions the same as maxwidth, but for the height of the embed instead.

width

Will scale embeds type rich and video to the exact width that a developer specifies in pixels. Embeds smaller than this width will be scaled up and embeds larger than this width will be scaled down. Note that using this may cause distortion when scaling up embeds.

autoplay

This will tell the video/rich media to automatically play when the media is loaded.

luxe

Embedly's iframe is initially loaded with poster image and play button rather than loading the whole embed. Faster load times with a uniform design. Enable Luxe embeds by setting this value to 1.

words

The words parameter works by trying to split the description at the closest sentence to that word count. Default: 50

chars

Chars is much simpler than words. Embedly will blindly truncate a description to the number of characters you specify adding ... at the end when needed.

videosrc

If true Embedly will use the video_src meta or Open Graph tag to create a video object to embed. While Embedly uses the video_src tag to create embeds for supported providers, it can create unexpected behavior when it’s used in a broader context. Videos will autoplay or may contain malicious content.

allowscripts

By default Embedly does not return script embeds for jsonp requests. They just don’t work and cause lots of issues. In some cases, you may need the script tag for saving and displaying later. In order for Embedly to send the script embeds over jsonp add allowscripts=true.

type
error
url
http://fasikuka.blogspot.com/
error_code
404
error_message
HTTP 404: Not Found
  1.  
  2. {
  3. "url": "http://fasikuka.blogspot.com/",
  4. "type": "error",
  5. "error_message": "HTTP 404: Not Found",
  6. "error_code": 404,
  7. "version": "1.0"
  8. }
  9.  
  1.  
  2. {
  3. "url": "http://fasikuka.blogspot.com/",
  4. "type": "error",
  5. "error_message": "HTTP 404: Not Found",
  6. "error_code": 404,
  7. "version": "1.0"
  8. }
  9.