Merge pull request #77 from zorosantana/patch-1

Added Facebook Instant Articles to README.md
This commit is contained in:
Josh Buchea 2016-05-23 15:51:38 -07:00
commit ead79329aa
1 changed files with 16 additions and 0 deletions

View File

@ -159,6 +159,22 @@ Below are the link relations which are not recommended for use:
- [Facebook Open Graph Markup](https://developers.facebook.com/docs/sharing/webmasters#markup)
- [Open Graph protocol](http://ogp.me/)
### Facebook / Instant Articles
``` html
<meta charset="utf-8">
<meta property="op:markup_version" content="v1.0">
<!-- The URL of the web version of your article -->
<link rel="canonical" href="http://example.com/article.html">
<!-- The style to be used for this article -->
<meta property="fb:article_style" content="myarticlestyle">
```
- [Facebook Instant Articles: Creating Articles](https://developers.facebook.com/docs/instant-articles/guides/articlecreate)
- [Instant Articles: Format Reference](https://developers.facebook.com/docs/instant-articles/reference)
### Twitter
``` html