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
3
votes
1 answer

Remove embedly header

Is it possible to remove the header from Embedly cards? I want to remove or hide the entire div.hdr section, including both the provider-favicon and provider-name, so that only the div.bd body of the card displays. Code I'm posting is:
stargazrjc
  • 31
  • 3
2
votes
2 answers

How to get my page content with embedly? What is the requirements for my page?

I want to read my page content via embedly. I tried something like just call this URL https://api.embed.ly/1/extract?url=http%3A%2F%2Fmysite.com%2Fmy_page.html&key=2222222 and my page is very simple just like this
Zlelik
  • 559
  • 1
  • 7
  • 17
2
votes
0 answers

"embedly" not working in a wordpress HTML widget

I manage a site for my father who is doing a from Canada to key west. He got some press from ABC news and I am tryign to embed the actual video on our site not just a link to the ABC page. Embedly says that it can do it and even creates a great…
2
votes
1 answer

Implementing embed.ly Analytics in Meteor

I'm writing a Meteor application that makes use of embedly embeds to show certain data (links, pdfs) etc. to the user. I want to keep a track of the number of embed calls that my application generates. To do that, embedly has its own Analytics…
Sanidhya Singh
  • 441
  • 3
  • 11
2
votes
1 answer

Jquery - Using a function with .click and 'this'

Terrible title -- sorry. I'm working with Embedly and have found it somewhat difficult to understand. My objective is to extract a title and url from an API then list about 25 titles and have a button that when pressed shows the embeded url from…
user3654920
1
vote
0 answers

Why do links to twitter and direct links to tweets fail inside of Embedly?

We currently use Embedly for our mobile apps and have a feature to share links as news items. For most any normal link this works fine, pulls in the title, description and image. When attempting this for a tweet it fails? Is there a specific reason…
1
vote
0 answers

Option in Embedly card to exclude the TikTok part at the top and link at the bottom?

I am using the component to embed a Tik Tok feed on my Shopify site. Is there an option to exclude the TikTok part at the top and link at the bottom? This is my code:
cormacncheese
  • 1,251
  • 1
  • 13
  • 27
1
vote
0 answers

How Embedly Oembed picks the description of the Resource?

I tried to extract the resource(page details with URL) with Embedly Oembed API https://embed.ly/docs/explore/oembed. But Description value varies for different pages. Document says that The description of the resource. It's picked in the following…
Naghaveer R
  • 2,890
  • 4
  • 30
  • 52
1
vote
0 answers

Embedded content is not displayed; GoogleDocs viewer returns 204

I use the card format Embedly. However, depending on the content I'm embedding, the Google Docs viewer returns a 204 status code and displays empty content. Is there any way to avoid this?
zaru
  • 156
  • 1
  • 7
1
vote
0 answers

How can I fix the image wiggle on transform? Embedly on the page fixes it?

If the size of the image is 200.51px there is no wiggle, but if it is 200.49px there is a wiggle due to the transformation matrix rounding. This is detailed in this article Chrome Font appears Blurry An interesting thing though, is if I have an…
ElektrikSpark
  • 613
  • 1
  • 8
  • 21
1
vote
1 answer

Medium embed.ly notifyResize does not work on Safari

Problem We are an oEmbed provider to embed.ly which is integrated at medium.com to display widgets in articles. Embed.ly provides an height control API, which lets the iFrame change its size from the inside. This has been working, and still works in…
1
vote
0 answers

Which requirements in Embed.ly are necessary to build a https IFrame from a http website?

How can I make http://ida.bkg.bund.de/IVS/inc/GSB/ITRFstationcoord.php?name=x a https iframe with embed.ly? I cannot choose "IFrame". This button is grey and a help text box is black with no text:
qräbnö
  • 2,722
  • 27
  • 40
1
vote
0 answers

Embedly cards with Polymer not working on Chrome

Starting with a clean version of the Polymer Starter Kit (2.0.1), I was attempting to implement some Embedly cards as described in this post. Everything is working fine on Firefox and Edge, but cards are not loading on Chrome. I vaguely suspect this…
hakase
  • 11
  • 2
1
vote
1 answer

Embedly API responding with 404 when using multiple URLs

When contacting the Embedly API like this: $.getJSON('https://api.embedly.com/1/oembed?' + $.param({ url: 'http://example.com/article-1', key: "myapikey" })); I get the embed data. But when i try doing it with multiple…
1
vote
1 answer

Embedly Cards don't work in an Angular application

I want to use Embedly Cards in my web app. It uses Bootstrap and AngularJS. But integrating the cards using the platform.js tool described here doesn't work properly. The card doesn't get rendered because at the time the integration kicks in the…
Jens Winter
  • 144
  • 1
  • 9
1
2 3 4