You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are implementing this all on the noembed side of things (aka not running an external oEmbed service) you'll probably want to create an HTML template in share/templates/. Then you can use $self->render($vars) in the serialize method. Then you can include any javascript you want in your template.
If this is your own application, I would suggest just implementing an oEmbed endpoint in your own application. Then adding noemebd support is as simple as something like the Flickr provider.
Hi there, I have no issues creating API end point.
My issue is how do I provide a javascript rich html material?
The html material I want to provide is a "book" and the javascript library I will rely on is turnjs.
Here is an example of the page I want to expose via noembed:
http://www.turnjs.com/#samples/steve-jobs
So how do I prepare the resource for the resource to be embeddable?
The text was updated successfully, but these errors were encountered: