Add "Pinterest" to TOC, move "App Links" section to align with TOC, closes #184

This commit is contained in:
Josh Buchea 2018-01-21 11:41:26 -08:00
parent d884fd7a1a
commit d83260428e
1 changed files with 22 additions and 21 deletions

View File

@ -17,6 +17,7 @@ A list of everything that \*could\* go in the `<head>` of your document
- [Twitter Card](#twitter-card)
- [Twitter Privacy](#twitter-privacy)
- [Google+ / Schema.org](#google--schemaorg)
- [Pinterest](#pinterest)
- [Facebook Instant Articles](#facebook-instant-articles)
- [OEmbed](#oembed)
- [Browsers / Platforms](#browsers--platforms)
@ -477,27 +478,6 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari.
**[⬆ back to top](#table-of-contents)**
## App Links
``` html
<!-- iOS -->
<meta property="al:ios:url" content="applinks://docs">
<meta property="al:ios:app_store_id" content="12345">
<meta property="al:ios:app_name" content="App Links">
<!-- Android -->
<meta property="al:android:url" content="applinks://docs">
<meta property="al:android:app_name" content="App Links">
<meta property="al:android:package" content="org.applinks">
<!-- Web fall back -->
<meta property="al:web:url" content="http://applinks.org/documentation">
```
- 📖 [App Links](http://applinks.org/documentation/)
**[⬆ back to top](#table-of-contents)**
## Browsers (Chinese)
### 360 Browser
@ -549,6 +529,27 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari.
**[⬆ back to top](#table-of-contents)**
## App Links
``` html
<!-- iOS -->
<meta property="al:ios:url" content="applinks://docs">
<meta property="al:ios:app_store_id" content="12345">
<meta property="al:ios:app_name" content="App Links">
<!-- Android -->
<meta property="al:android:url" content="applinks://docs">
<meta property="al:android:app_name" content="App Links">
<meta property="al:android:package" content="org.applinks">
<!-- Web fall back -->
<meta property="al:web:url" content="http://applinks.org/documentation">
```
- 📖 [App Links](http://applinks.org/documentation/)
**[⬆ back to top](#table-of-contents)**
## Other Resources
- 📖 [HTML5 Boilerplate Docs: The HTML](https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/html.md)