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

support Box videos #28

Closed
ijlyttle opened this issue Mar 7, 2019 · 1 comment
Closed

support Box videos #28

ijlyttle opened this issue Mar 7, 2019 · 1 comment
Milestone

Comments

@ijlyttle
Copy link
Owner

ijlyttle commented Mar 7, 2019

example:

<iframe src="https://cloud.app.box.com/embed/s/yvslpsbq3rq1pqz0spqxr8sh62fe5hn9" width="708" height="458" frameborder="0" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" msallowfullscreen=""></iframe>

more generally:

<iframe src="https://{custom_domain}.app.box.com/embed/s/{shared link value}?view={list or icon}&sortColumn={name, date, or size}&sortDirection=ASC" width="{pixels}" height="{pixels}" frameborder="0" allowfullscreen webkitallowfullscreen msallowfullscreen></iframe>

The video embedded here:

https://app.box.com/s/m5do45hvzw32iv2aors3urf5pgkxxazx

references:

@ijlyttle ijlyttle added this to the 0.1.4 milestone Mar 7, 2019
@ijlyttle
Copy link
Owner Author

ijlyttle commented Mar 8, 2019

This seems to suggest arguments:

id
custom_domain = NULL (check for an option)
width = 708
height = 458
frameborder = 0
allowfullscreen = TRUE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant