Open LukeTOBrien opened 4 years ago
It is a bit more involving than the media extensions that we have today as we don't perform any HTTP queries when parsing the Markdown document while your code above seems to require this.
It's a bit specific also, so for now, I think you can roll your own as Media extensions has some kind of extension mechanism via IHostProvider
and see how it goes. SketchFab might be too specific audience to include it for now...
Okay doke, I will take a look at IHostProvider, thanks!
Hello there
Do you think you could add SketchFab to your Media Extensions?
So you could have:
The embed code for SketchFab is much longer then YouTube though, for the above model the embed HTML is:
So you might have to trim this down.
SketchFab also has a REST API, so it could be possible to
HTTP.Get
andawait
the user name, description and other information of the model.What do you think?