57 questions
1
vote
0
answers
72
views
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 ...
1
vote
0
answers
252
views
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:
<amp-embedly-card
data-...
0
votes
1
answer
533
views
Is it possible to host an arbitrary d3 graph on plotly?
I would like to make an interactive d3 graph that can be shared on Medium, and to do that I need to use Plotly. However, instead of using plotly to make my graph, I would like to just use d3 -- ...
1
vote
0
answers
72
views
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 ...
1
vote
0
answers
295
views
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?
1
vote
0
answers
71
views
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
...
0
votes
0
answers
553
views
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 ...
1
vote
1
answer
898
views
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 ...
0
votes
0
answers
806
views
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 ...
-1
votes
1
answer
226
views
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 ...
0
votes
1
answer
177
views
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 ...
1
vote
0
answers
173
views
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:
0
votes
1
answer
368
views
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?
...
2
votes
2
answers
453
views
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 ...
1
vote
0
answers
109
views
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 ...