logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

oembed_json_xml.html (424B)


  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!--
  5. oEmbed
  6. https://oembed.com/
  7. > The type attribute must contain either application/json+oembed for JSON
  8. > responses, or text/xml+oembed for XML.
  9. -->
  10. <link href='https://host/provider.json' rel='alternate' type='application/json+oembed'>
  11. <link href='https://host/provider.xml' rel='alternate' type='text/xml+oembed'>
  12. </head>
  13. <body></body>
  14. </html>