> ## Documentation Index
> Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Các mạng xã hội được hỗ trợ

> Tất cả các mạng xã hội được Ayrshare /post API hỗ trợ: Bluesky, Facebook, Google Business Profile, Instagram, LinkedIn, Pinterest, Reddit, Snapchat, Telegram, Threads, TikTok, X/Twitter, và YouTube, mỗi mạng có các tùy chọn xuất bản và giới hạn riêng.

export const PlansAvailable = ({plans = [], maxPackRequired}) => {
  let displayPlans = plans;
  if (plans && plans.length === 1) {
    const lowerCasePlan = plans[0].toLowerCase();
    if (lowerCasePlan === "business") {
      displayPlans = ["Launch", "Business", "Enterprise"];
    } else if (lowerCasePlan === "premium") {
      displayPlans = ["Premium", "Launch", "Business", "Enterprise"];
    }
  }
  return <Note>
Available on {displayPlans.length === 1 ? "the " : ""}
{displayPlans.join(", ").replace(/\b\w/g, l => l.toUpperCase())}{" "}
{displayPlans.length > 1 ? "plans" : "plan"}.

{maxPackRequired && <span onClick={() => window.open('https://www.ayrshare.com/docs/additional/maxpack', '_self')} className="flex items-center mt-2 cursor-pointer">
 <span className="px-1.5 py-0.5 rounded text-sm" style={{
    backgroundColor: '#C264B6',
    color: 'white',
    fontSize: '12px'
  }}>
   Max Pack required
 </span>
</span>}
</Note>;
};

<PlansAvailable plans={["premium"]} maxPackRequired={false} />

[Endpoint /post](/apis/post/post) của Ayrshare xuất bản đến tất cả các mạng xã hội bên dưới chỉ với một lệnh gọi API duy nhất.
Thêm một hoặc nhiều mạng vào mảng `platforms` và Ayrshare xử lý định dạng dành riêng cho từng mạng, chuyển đổi phương tiện, và giao nhận.

Mỗi mạng hỗ trợ các tùy chọn xuất bản, loại phương tiện, và giới hạn riêng. Chọn một mạng bên dưới để xem tham chiếu đầy đủ.

## Các mạng xã hội được hỗ trợ

<CardGroup cols={3}>
  <Card title="Bluesky" icon="bluesky" iconType="duotone" href="/apis/post/social-networks/bluesky">
    Bài đăng văn bản với tối đa 4 hình ảnh hoặc 1 video, alt text, và GIF động.
  </Card>

  <Card title="Facebook" icon="facebook" iconType="duotone" href="/apis/post/social-networks/facebook">
    Bài đăng trên Page, Reels, carousel hình ảnh, và xem trước liên kết tự động.
  </Card>

  <Card title="Google Business Profile" icon="google" iconType="duotone" href="/apis/post/social-networks/google">
    Bài đăng What's New tiêu chuẩn, sự kiện, và khuyến mãi, cùng với việc tải lên một hình ảnh hoặc video.
  </Card>

  <Card title="Instagram" icon="instagram" iconType="duotone" href="/apis/post/social-networks/instagram">
    Bài đăng Feed, Reels, Stories, và carousel tối đa 10 hình ảnh hoặc video.
  </Card>

  <Card title="LinkedIn" icon="linkedin" iconType="duotone" href="/apis/post/social-networks/linkedin">
    Trang cá nhân và trang công ty, tài liệu (PDF/PPT/DOC), và tối đa 9 hình ảnh.
  </Card>

  <Card title="Pinterest" icon="pinterest" iconType="duotone" href="/apis/post/social-networks/pinterest">
    Pin hình ảnh và video, carousel tối đa 5 hình ảnh, và chọn board.
  </Card>

  <Card title="Reddit" icon="reddit" iconType="duotone" href="/apis/post/social-networks/reddit">
    Gửi bài đăng hình ảnh hoặc văn bản đến bất kỳ subreddit nào bạn có quyền truy cập.
  </Card>

  <Card title="Snapchat" icon="snapchat" iconType="duotone" href="/apis/post/social-networks/snapchat">
    Stories và Spotlight Snaps với một hình ảnh hoặc video cho mỗi bài đăng.
  </Card>

  <Card title="Telegram" icon="telegram" iconType="duotone" href="/apis/post/social-networks/telegram">
    Bài đăng kênh và nhóm với hình ảnh hoặc video, GIF động, và xem trước liên kết.
  </Card>

  <Card title="Threads" icon="threads" iconType="duotone" href="/apis/post/social-networks/threads">
    Bài đăng văn bản và carousel tối đa 20 hình ảnh hoặc video kết hợp.
  </Card>

  <Card title="TikTok" icon="tiktok" iconType="duotone" href="/apis/post/social-networks/tiktok">
    Xuất bản video trực tiếp cùng với bài đăng ảnh tối đa 35 hình ảnh.
  </Card>

  <Card title="X (Twitter)" icon="x-twitter" iconType="duotone" href="/apis/post/social-networks/x-twitter">
    Tweet với tối đa 4 hình ảnh hoặc 1 video, video dài, và thông tin xác thực BYO.
  </Card>

  <Card title="YouTube" icon="youtube" iconType="duotone" href="/apis/post/social-networks/youtube">
    Xuất bản video với tiêu đề, mô tả, tags, visibility, và playlists.
  </Card>
</CardGroup>

## Đăng bài — Cái nhìn tổng quan

Một tham chiếu nhanh cho các giới hạn xuất bản phổ biến nhất. Xem [Giới hạn ký tự](/help-center/technical-support/character_limits) và [Yêu cầu phương tiện](/media-guidelines/overview) để có tham chiếu đầy đủ cho từng mạng.

| Mạng                                                         | Ký tự bài đăng       | Số hình ảnh tối đa | Video       |
| ------------------------------------------------------------ | -------------------- | ------------------ | ----------- |
| [Bluesky](/apis/post/social-networks/bluesky)                | 300                  | 4                  | 1           |
| [Facebook](/apis/post/social-networks/facebook)              | 63,206               | 10                 | 1           |
| [Google Business Profile](/apis/post/social-networks/google) | 1,500                | 1                  | 1           |
| [Instagram](/apis/post/social-networks/instagram)            | 2,200                | 10                 | 1           |
| [LinkedIn](/apis/post/social-networks/linkedin)              | 3,000                | 9                  | 1           |
| [Pinterest](/apis/post/social-networks/pinterest)            | 500                  | 5                  | 1           |
| [Reddit](/apis/post/social-networks/reddit)                  | 5,000                | 1                  | Chưa hỗ trợ |
| [Snapchat](/apis/post/social-networks/snapchat)              | 500                  | 1                  | 1           |
| [Telegram](/apis/post/social-networks/telegram)              | 1,024                | 1                  | 1           |
| [Threads](/apis/post/social-networks/threads)                | 500                  | 20                 | 1           |
| [TikTok](/apis/post/social-networks/tiktok)                  | 2,200                | 35                 | 1           |
| [X (Twitter)](/apis/post/social-networks/x-twitter)          | 280 (25,000 Premium) | 4                  | 1           |
| [YouTube](/apis/post/social-networks/youtube)                | 5,000                | Chỉ video          | 1           |

<Info>
  Hầu hết các mạng chấp nhận **hoặc là** nhiều hình ảnh **hoặc là** một video duy nhất trong một bài đăng, không phải cả hai. Instagram và Threads là những
  ngoại lệ: carousel của họ có thể kết hợp hình ảnh và video (lần lượt lên đến 10 và 20 mục). Xem trang của từng mạng và
  [Yêu cầu phương tiện](/media-guidelines/overview) để biết quy tắc chính xác.
</Info>

## Đăng bài đến nhiều mạng

Xuất bản cùng nội dung ở khắp mọi nơi bằng cách liệt kê từng mạng trong mảng `platforms`. Các tùy chọn dành riêng cho mạng được truyền trong
đối tượng riêng của chúng (ví dụ, `instagramOptions` hoặc `youTubeOptions`) và được các mạng khác bỏ qua.

```json Post to Multiple Networks theme={"system"}
{
  "post": "Launch day is here! 🚀",
  "platforms": ["bluesky", "facebook", "instagram", "linkedin", "twitter"],
  "mediaUrls": ["https://img.ayrshare.com/012/gb.jpg"]
}
```

<Note>
  Mỗi mạng phải được liên kết với user profile trước. Xem [Kết nối tài khoản mạng xã hội](/dashboard/connect-social-accounts/overview)
  để cấp phép cho các mạng bạn muốn xuất bản đến.
</Note>
