I believe you use it as the hosted card:
https://iframely.com/preview/sTQwmg
Well, we don’t see this content as widget, player or iframe. Iframely recognized that one as article and so only shows a thumbnail and the title/author. Basically, that’s what the publisher of that page opted to publish.
The click on the card should open the original link in the new tab. Doesn’t it? If so, what browser/OS/versions do you use?
May be I am doing something wrong. Could you please guide me. This is iframe I am using on this page –
<iframe src=”//xi.statsfc.com/moBSdyeatjtB6HqlVK3jmGr27_4dKPB8r0ZFetGP/316″ width=”510″ height=”750″ frameborder=”no”></iframe>
I activated your plugin, shortened the link as described. In preview when I click on a player icon it goes to my page indeed.
What should I do next?
Thanks,
Ok got what you are up to.
I don’t see any links from statsfc, shortened in our database. Basically, you shortened your own URL, which is of no use. (except Iframely sees your page as article and shows the preview of it, if you need to embed it elsewhere).
On the other hand, Iframely doesn’t know statsfc and can’t handle their embed codes. I looked at the website and it appears they require signup/api key for embeds on squad selector, leaving Iframely no chance.
Basically, you posted their embed codes directly on your page, without any involvement of Iframely. So you need to ask them about their issues.
Also, they have the own WP plugin at http://wordpress.org/plugins/statsfc-squad-selector/.
Iframely only converts the URLs to responsive embed codes, if it knows the native “non-responsive” embeds. It doesn’t work with generic iframes.
The responsive iframe for you to use manually would be
<div style="left: 0px; width: 100%; height: 0px; position: relative; padding-bottom: 147%;">
<iframe src="//xi.statsfc.com/moBSdyeatjtB6HqlVK3jmGr27_4dKPB8r0ZFetGP/316" frameborder="0" allowfullscreen="true" webkitallowfullscreen="true"
mozallowfullscreen="true" style="top: 0px; left: 0px; width: 100%; height: 100%; position: absolute;">
</iframe></div>
However, the widget itself isn’t responsive, so here it goes back to statsfc.
Thanks a lot! I’ll try it.