Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedded mode, especially for archive page #3

Open
nfreear opened this issue Apr 3, 2017 · 0 comments
Open

Embedded mode, especially for archive page #3

nfreear opened this issue Apr 3, 2017 · 0 comments

Comments

@nfreear
Copy link
Owner

nfreear commented Apr 3, 2017

..


oEmbed JSON

/eab/oembed.json:

{
  "version": "1.0",
  "type": "rich",
  "provider_name": "E-Access Bulletin - Headstar",
  "provider_url": "http:\/\/www.headstar.com\/eablive\/",
  "title": "E-Access Bulletin archive",
  "width": 720,
  "height": 5000,
  "html":
"<iframe class='eab-embed' aria-label='E-Access Bulletin archive' width='100%' height='5000' frameborder='0' allowfullscreen src='http:\/\/headstar.com\/eab\/archive.html?embed=1'><\/iframe>",
  "thumbnail_url": "http:\/\/headstar.com\/images\/EAB-logo-small-trans.png"
}

Test HTML

<iframe
  width="100%"
  height="5000"
  frameborder="0"
  allowfullscreen
  src="eab/archive.html?embed=1"
  >
</iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant