Title: Simple X Buttons – Share, Follow, Mention &amp; Hashtag for WordPress
Author: topdevs.net
Published: <strong>2011 年 9 月 8 日</strong>
Last modified: 2026 年 5 月 2 日

---

搜尋外掛

![](https://ps.w.org/simple-twitter-plugin/assets/banner-772x250.png?rev=3521068)

![](https://ps.w.org/simple-twitter-plugin/assets/icon-256x256.png?rev=3521068)

# Simple X Buttons – Share, Follow, Mention & Hashtag for WordPress

 由 [topdevs.net](https://profiles.wordpress.org/topdevs/) 開發

[下載](https://downloads.wordpress.org/plugin/simple-twitter-plugin.2.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/simple-twitter-plugin/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/simple-twitter-plugin/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/simple-twitter-plugin/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/simple-twitter-plugin/#developers)

 [技術支援](https://wordpress.org/support/plugin/simple-twitter-plugin/)

## 外掛說明

**Simple X Buttons** adds X (Twitter) buttons to your WordPress posts and pages —
the right way.

#### Why not use X’s official embed buttons?

X’s embed infrastructure (`platform.twitter.com/widgets.js`) has been unreliable
since 2023, hitting HTTP 429 rate limits at scale and causing embeds to fail silently
or load slowly. X has not committed to fixing this.

This plugin takes a different approach entirely.

#### What are X Web Intents?

Web Intents are plain URLs provided by X for sharing, following, mentioning, and
more. They open a lightweight native X popup — no JavaScript SDK, no third-party
cookies, no external scripts loaded on page load. You click, a popup opens, done.

That means:

 * **No API key required** — zero setup friction
 * **No external scripts** — nothing loads until the user clicks
 * **No rate limits** — static URLs, no API calls
 * **GDPR-friendly** — no cookies or tracking on page load
 * **Fast** — the plugin CSS is ~1 KB, loaded only when a button is on the page

#### Four button types

 * **Share** — opens X compose pre-filled with the post title, permalink, hashtags,
   and via handle
 * **Follow** — opens X’s native follow dialog for your account
 * **Mention** — opens X compose pre-filled with @yourhandle so visitors can tweet
   at you
 * **Hashtag** — opens X compose pre-filled with #yourtag; optionally pulls in the
   post’s own tags automatically

#### Features

 * **Auto-insert** before and/or after post content — choose which buttons and which
   post types per placement
 * **Per-placement button control** — show Share on all posts, Follow only on certain
   post types, etc.
 * **Post tags as hashtags** — Share and Hashtag buttons can automatically pull 
   the post’s tags (capped at 5 to keep tweets writable)
 * **4 Gutenberg blocks** — X Share, Follow, Mention, and Hashtag blocks with live
   editor previews
 * **4 Shortcodes** — `[sxb-share]`, `[sxb-follow]`, `[sxb-mention]`, `[sxb-hashtag]`
 * **Template tags** — `sxb_share_button()` and `sxb_button_bar()` for theme developers
 * **Three button styles** — Dark, Outline, Ghost
 * **Popup or new-tab** intent window

#### Integration

Four ways to add buttons to your site:

 1. **Auto-insert** (recommended): Enable a placement in Settings  Simple X Buttons.
    Buttons appear automatically on every matching post type.
 2. **Shortcode**: `[sxb-share]`, `[sxb-follow handle="yourhandle"]`, `[sxb-mention
    handle="yourhandle"]`, `[sxb-hashtag tag="travel"]` anywhere in content.
 3. **Block**: Search for “X Share Button”, “X Follow Button”, “X Mention Button”, 
    or “X Hashtag Button” in the Gutenberg block inserter.
 4. **Template tag**: `<?php sxb_share_button(); ?>` or `<?php sxb_button_bar(); ?>`
    in theme templates.

#### Compatibility

 * WordPress 5.8 or higher
 * PHP 7.2 or higher
 * No API key required
 * No external JavaScript loaded on page load
 * Works with any theme

## 螢幕擷圖

[⌊Buttons added after post content⌉⌊Buttons added after post content⌉[

Buttons added after post content

[⌊Share on X popup example⌉⌊Share on X popup example⌉[

Share on X popup example

[⌊Gutenberg block editor — all four blocks⌉⌊Gutenberg block editor — all four blocks⌉[

Gutenberg block editor — all four blocks

[⌊Settings page — Placements section⌉⌊Settings page — Placements section⌉[

Settings page — Placements section

## 適用於區塊編輯器

這個外掛提供 4 個可供 Gutenberg/區塊編輯器使用的區塊。

 *   X Hashtag Button Let visitors tweet with a pre-filled hashtag. No API key required.
 *   X Follow Button Add a Follow button that opens the X follow intent. No API 
   key required.
 *   X Share Button Share the current post on X with a single click. No API key 
   required.
 *   X Mention Button Let visitors tweet to a specific X handle with one click. 
   No API key required.

## 安裝方式

 1. Upload the `simple-x-buttons` folder to `/wp-content/plugins/`
 2. Activate the plugin in **Plugins  Installed Plugins**
 3. Go to **Settings  Simple X Buttons**
 4. Enable a placement and choose which buttons to show
 5. Configure each button type (handle, hashtag, label) in the sections below
 6. That’s it

## 常見問題集

### Does this load Twitter/X scripts on my pages?

No. The plugin loads only its own ~1 KB stylesheet, and only on pages where a button
appears. No external scripts are loaded at any point unless a user clicks a button
and the intent popup opens.

### Does this need an API key?

No. X Web Intents are plain URLs — no authentication, no app registration required.

### Why not use X’s official follow/share buttons?

X’s `widgets.js` SDK has been intermittently rate-limited since 2023, causing buttons
to fail to render or show HTTP 429 errors. Web Intents are unaffected because they
are static URLs, not API calls.

### Is this GDPR-friendly?

Yes. No external scripts, cookies, or tracking occur on page load. X’s servers are
only contacted when a user actively clicks a button and the intent popup opens —
the same as clicking any external link.

### What is the difference between “Popup” and “New Tab” intent window?

Popup opens a small 600×360 window centered on the screen — the standard X intent
experience. New Tab opens the intent URL in a new browser tab. If JavaScript is 
disabled, popup falls back gracefully to a new tab.

### Can I add buttons to custom post types?

Yes. In the Placements section you can enable any public post type registered on
your site, per placement.

### Why is the Hashtag button label just “Tweet” when post tags are enabled?

When multiple tags are merged (e.g. #travel, #wordpress, #seo), displaying all of
them in the button label would look cluttered. The label falls back to “Tweet” so
the button stays clean regardless of how many tags the post has.

### Does this work with page builders?

Shortcodes work in any context that processes WordPress shortcodes. The Gutenberg
blocks work in the block editor. For Elementor, Bricks, or other builders, use the
shortcode widget.

### Can I change the hashtag limit?

Yes. The default cap is 5 post tags. Developers can adjust it with:
 add_filter(‘
sxb_hashtag_limit’, fn() => 3 );

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Simple X Buttons – Share, Follow, Mention & Hashtag for 
WordPress〉的開發相關工作。

參與者

 *   [ topdevs.net ](https://profiles.wordpress.org/topdevs/)

[將〈Simple X Buttons – Share, Follow, Mention & Hashtag for WordPress〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/simple-twitter-plugin)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/simple-twitter-plugin/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/simple-twitter-plugin/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/simple-twitter-plugin/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/simple-twitter-plugin/)。

## 變更記錄

#### 2.0.0

 * Complete rewrite — X Web Intents architecture, no API dependencies
 * Four button types: Share, Follow, Mention, Hashtag
 * Four Gutenberg blocks with live editor previews
 * Four shortcodes: [sxb-share], [sxb-follow], [sxb-mention], [sxb-hashtag]
 * Per-placement button selection (choose which buttons appear before/after content)
 * Post tags as hashtags for Share and Hashtag buttons (capped at 5)
 * Three button styles: Dark, Outline, Ghost
 * Popup or new-tab intent window
 * GDPR-friendly: zero cookies or external scripts on page load

## 中繼資料

 *  版本 **2.0.0**
 *  最後更新 **1 個月前**
 *  啟用安裝數 **90+**
 *  WordPress 版本需求 ** 5.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.2 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/simple-twitter-plugin/)
 * 標籤:
 * [follow](https://tw.wordpress.org/plugins/tags/follow/)[share](https://tw.wordpress.org/plugins/tags/share/)
   [social](https://tw.wordpress.org/plugins/tags/social/)[twitter](https://tw.wordpress.org/plugins/tags/twitter/)
   [x](https://tw.wordpress.org/plugins/tags/x/)
 *  [進階檢視](https://tw.wordpress.org/plugins/simple-twitter-plugin/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/simple-twitter-plugin/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/simple-twitter-plugin/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/simple-twitter-plugin/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/simple-twitter-plugin/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/simple-twitter-plugin/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/simple-twitter-plugin/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/simple-twitter-plugin/reviews/)

## 參與者

 *   [ topdevs.net ](https://profiles.wordpress.org/topdevs/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/simple-twitter-plugin/)