Closed
Description
Hi Dev.to Team,
This is a feature request to support JSitor as embeddable content on Dev.to article sites. I have seen that JSFiddle and Codepen are supported in Dev.to which is great and same way we would like to add the support for JSitor as well.
The pattern followed for Codepen is as such
{% codepen https://codepen.io/twhite96/pen/XKqrJX %}
We would like to use the same pattern. JSitor already supports oembed protocol if that is the integration required. If not, the main site generally is loaded with below URL
https://jsitor.com/IfRnIEscb
and embeddable formats can be loaded with
https://jsitor.com/embed/IfRnIEscb
So I would like to have this support as such
{% jsitor https://jsitor.com/embed/IfRnIEscb %}