Merge pull request #85 from jasonkarns/patch-1

oembed example
This commit is contained in:
Josh Buchea 2016-05-24 11:15:40 -07:00
commit 275c6eb6e3
1 changed files with 13 additions and 0 deletions

View File

@ -140,6 +140,19 @@ 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">
```
- [oEmbed format](http://oembed.com/)
### Facebook / Open Graph
``` html