oembed example

This commit is contained in:
Jason Karns 2016-05-24 10:08:22 -04:00
parent f477b10f3e
commit 8e58f6bf5a
1 changed files with 11 additions and 0 deletions

View File

@ -140,6 +140,17 @@ Below are the link relations which are not recommended for use:
## Social
### OEmbed
``` html
<link rel="alternate" type="application/json+oembed"
href="http://example.com/services/oembed?url=http%3A%2F%2Fexample.com%2Ffoo%2F&amp;format=json"
title="oEmbed Profile: JSON">
<link rel="alternate" type="text/xml+oembed"
href="http://example.com/services/oembed?url=http%3A%2F%2Fexample.com%2Ffoo%2F&amp;format=xml"
title="oEmbed Profile: XML">
```
### Facebook / Open Graph
``` html