Embedding Awesome Screenshot Videos?

Hi all,

I wanted to see if we can embed Awesome Screenshot videos, but it doesn’t seem to work.

Also, when I try to embed the HTML code, it doesn’t work.

Can someone guide me in this, please?

Thanks!

Can you provide here links to the things that you want to embed? Can you provide the HTML like this:

```
insert html here
````
1 Like

@pfaffman - thanks for your comment and help here.

For example, this link:

https://www.awesomescreenshot.com/video/17208211?key=a39eff6785b29fd8eb63ec49ed98a02c

and this is the HTML code:

<iframe frameBorder='0' width='640' height='360' webkitallowfullscreen mozallowfullscreen allowfullscreen src="https://www.awesomescreenshot.com/embed?id=17208211&shareKey=a39eff6785b29fd8eb63ec49ed98a02c"></iframe>

1 Like

You can embed your iframe:

Just add https://www.awesomescreenshot.com/embed to your allowed iframes site setting. :slight_smile:

As for a onebox, it doesn’t support awesomescreenshot by default but could probably be added. Pull requests are always welcome. :slight_smile:

2 Likes

I developed GitHub - literatecomputing/runners-onebox-theme: Custom oneboxes for Garmin and Strava to add oneboxes for Strava and Garmin. Should I consider a PR?

@Festinger – you could use the above theme component as an example of how to make a URL into the iframe you want.

3 Likes

It’s up to the team to accept/reject the PR (and modify it if needed), but sure, please do :slight_smile:

1 Like

Thanks @pfaffman and @Canapin for your guidance here.

The embed is now working and I am fine with that for now =)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.