Skip to content

Commit 1c7d751

Browse files
committed
formatting
1 parent 573216e commit 1c7d751

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ These elements provide information for how a document should be perceived, and r
282282
## Social
283283

284284
### 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)
286287
287288
```html
288289
<meta property="fb:app_id" content="123456789">
@@ -301,6 +302,7 @@ These elements provide information for how a document should be perceived, and r
301302
- 🛠 Test your page with the [Facebook Sharing Debugger](https://developers.facebook.com/tools/debug/)
302303

303304
### Twitter Card
305+
304306
> 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)
305307
306308
```html
@@ -318,7 +320,9 @@ These elements provide information for how a document should be perceived, and r
318320
- 🛠 Test your page with the [Twitter Card Validator](https://cards-dev.twitter.com/validator)
319321

320322
### Twitter Privacy
323+
321324
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+
322326
```html
323327
<!-- disallow Twitter from using your site's info for personalization purposes -->
324328
<meta name="twitter:dnt" content="on">
@@ -387,8 +391,8 @@ Users share web pages to qq wechat will have a formatted message
387391
<meta itemprop="image" content="http://imgcache.qq.com/qqshow/ac/v4/global/logo.png">
388392
<meta name="description" itemprop="description" content="share content">
389393
```
390-
- 📖 [Code Format Docs](http://open.mobile.qq.com/api/mqq/index#api:setShareInfo)
391394

395+
- 📖 [Code Format Docs](http://open.mobile.qq.com/api/mqq/index#api:setShareInfo)
392396

393397
### Fediverse
394398

@@ -599,6 +603,7 @@ This branch consists of the `README.md` file that is reflected on the [htmlhead.
599603
Please follow these steps for pull requests:
600604

601605
{:.list-style-default}
606+
602607
- Modify only one tag, or one related set of tags at a time
603608
- Use double quotes on attributes
604609
- Don't include a trailing slash in self-closing elements — the HTML5 spec says they're optional

0 commit comments

Comments
 (0)