

Buttons added after post content
Simple X Buttons adds X (Twitter) buttons to your WordPress posts and pages — the right way.
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.
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:
[sxb-share], [sxb-follow], [sxb-mention], [sxb-hashtag]sxb_share_button() and sxb_button_bar() for theme developersFour ways to add buttons to your site:
[sxb-share], [sxb-follow handle="yourhandle"], [sxb-mention handle="yourhandle"], [sxb-hashtag tag="travel"] anywhere in content.<?php sxb_share_button(); ?> or <?php sxb_button_bar(); ?> in theme templates.