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
I'd be interested in submitting a pull request to support instagram embeds.
Those are a little trickier in that they require a script tag, which you usually don't want more than one of per-page. As part of that / allowing people more control over the output HTML I'd like to also submit a pull request exposing the function that converts urls to their embeddable versions to the user. Something like this
I'd be interested in submitting a pull request to support instagram embeds.
Those are a little trickier in that they require a script tag, which you usually don't want more than one of per-page. As part of that / allowing people more control over the output HTML I'd like to also submit a pull request exposing the function that converts urls to their embeddable versions to the user. Something like this
Though there may be better ways to handle that, and it may be useful to also return the video "type" (
'youtube'
,'vimeo'
, etc) in some cases.Let me know if either / both would be welcome.
The text was updated successfully, but these errors were encountered: