Merge pull request #177 from azeemba/patch-1

Move pinterest code example back in its section
This commit is contained in:
Josh Buchea 2017-10-28 19:57:13 -07:00 committed by GitHub
commit 83fa989f35
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