You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,8 @@ These elements provide information for how a document should be perceived, and r
282
282
## Social
283
283
284
284
### Facebook Open Graph
285
-
> Most content is shared to Facebook as a URL, so it's important that you mark up your website with Open Graph tags to take control over how your content appears on Facebook. [More about Facebook Open Graph Markup](https://developers.facebook.com/docs/sharing/webmasters#markup)
285
+
286
+
> Most content is shared to Facebook as a URL, so it's important that you mark up your website with Open Graph tags to take control over how your content appears on Facebook. [More about Facebook Open Graph Markup](https://developers.facebook.com/docs/sharing/webmasters#markup)
286
287
287
288
```html
288
289
<metaproperty="fb:app_id"content="123456789">
@@ -301,6 +302,7 @@ These elements provide information for how a document should be perceived, and r
301
302
- 🛠 Test your page with the [Facebook Sharing Debugger](https://developers.facebook.com/tools/debug/)
302
303
303
304
### Twitter Card
305
+
304
306
> With Twitter Cards, you can attach rich photos, videos and media experiences to Tweets, helping to drive traffic to your website. [More about Twitter Cards](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards)
305
307
306
308
```html
@@ -318,7 +320,9 @@ These elements provide information for how a document should be perceived, and r
318
320
- 🛠 Test your page with the [Twitter Card Validator](https://cards-dev.twitter.com/validator)
319
321
320
322
### Twitter Privacy
323
+
321
324
If you embed tweets in your website, Twitter can use information from your site to tailor content and suggestions to Twitter users. [More about Twitter privacy options](https://dev.twitter.com/web/overview/privacy#what-privacy-options-do-website-publishers-have).
325
+
322
326
```html
323
327
<!-- disallow Twitter from using your site's info for personalization purposes -->
324
328
<metaname="twitter:dnt"content="on">
@@ -387,8 +391,8 @@ Users share web pages to qq wechat will have a formatted message
0 commit comments