Skip to content

Commit

Permalink
Merge pull request joshbuchea#77 from zorosantana/patch-1
Browse files Browse the repository at this point in the history
Added Facebook Instant Articles to README.md
  • Loading branch information
joshbuchea committed May 23, 2016
2 parents 1dcb2a0 + d4136ea commit ead7932
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ead7932

Please sign in to comment.