PocketPlay
中文

Social Share Link Generator

Turn a URL, title and description into ready share links for X, Facebook, LinkedIn, Reddit, WhatsApp, Telegram, Weibo, QQ, WeChat QR, email and more, plus a copy-paste HTML button bar.

🔒 Runs in your browser — files never leave your deviceFree · No sign-up

Share links

WeChat / scan to share

WeChat has no share URL scheme, so share by QR code: scan it on a phone, then send the page from the WeChat browser.

HTML button bar


  

How to build share links

  1. Fill in the URL, the title and the message you want pre-filled when someone shares the page. Add an image URL for Pinterest, Weibo and QQ.
  2. Copy any single network link, or open it to check what the share sheet will look like.
  3. Grab the HTML button bar for your site, and use the WeChat QR code where no share URL exists.

FAQ

Do these links track anyone?

No. They are plain https:// share endpoints published by each network; this page just assembles and URL-encodes them in your browser. Nothing is sent anywhere until you click a link.

Why does my title or image not show up?

Facebook, LinkedIn and most Chinese networks ignore the parameters and read your page's Open Graph tags instead. Set og:title, og:description and og:image on the page you are sharing.

Should I use the Web Share API instead?

On phones, yes — navigator.share() opens the native share sheet with every installed app. Keep the explicit links as a desktop fallback, since browser support outside mobile is uneven.