Move pinterest code example back in its section

Looks like the facebook section got added in between the pinterest description and code example.
This commit is contained in:
Azeem Bande-Ali 2017-10-28 21:01:25 -04:00 committed by GitHub
parent 8b02550249
commit 7243430f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -303,6 +303,10 @@ Valid `<head>` elements include `meta`, `link`, `title`, `style`, `script`, `nos
Pinterest lets you prevent people from saving things from your website, according [to their help center](https://help.pinterest.com/en/articles/prevent-people-saving-things-pinterest-your-site). The `description` is optional.
``` html
<meta name="pinterest" content="nopin" description="Sorry, you can't save from my website!">
```
### Facebook Instant Articles
``` html
@ -319,10 +323,6 @@ Pinterest lets you prevent people from saving things from your website, accordin
- 📖 [Creating Articles - Instant Articles](https://developers.facebook.com/docs/instant-articles/guides/articlecreate)
- 📖 [Code Samples - Instant Articles](https://developers.facebook.com/docs/instant-articles/reference)
``` html
<meta name="pinterest" content="nopin" description="Sorry, you can't save from my website!">
```
### OEmbed
``` html