Popis
The standard Tweet, or Post (or Xeet?), loads in 500kb of front end JavaScript, tracking cookies, and lots of noise. This plugin avoids all of that by pre-rendering the entire Tweet statically. Say goodbye to bulky Tweets!
Features
- Embed a Tweet/Post/Xeet without an iframe
- Save 500kb of page load
- No Twitter/X cookies, tracking, JavaScript, etc
- Static – Twitter/X changes won’t affect your site
- Dark/light auto mode
Vercel
The Tweets are parsed on a server hosted on Vercel. Using this service, and thus connecting to their servers, you agree to their privacy policy and terms.
NOTE: Your frontend does not rely on any api calls, and if the Vercel api shuts down tomorrow, your site will not be affected in any way.
Bloky
Tento plugin poskytuje 1 blok.
- Static Xeets for Twitter Embed x.com Tweets without an iframe
Instalace
- Activate the plugin through the ‚Plugins‘ screen in WordPress
Nejčastější dotazy
-
Self host the API?
-
Coming soon, but you will be able to self host the backend API, which requires a basic Node.JS server. Open an issue on GitHub if you are interested in this.
-
Persist Dark mode?
-
If you add
data-theme="light"(or ‚dark‘) anywhere above the block (for example, on the body tag), the block will respect that theme. There is also an override „per block“ if needed
Recenze
Autoři
Static Posts for Twitter – Embed x.com Tweets without an iframe je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Static Posts for Twitter – Embed x.com Tweets without an iframe” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.0.2 – 2026-03-27
- Switch to Biome for linting/formatting
- Switch to Playwright + WP Playground for testing
- Update packages
- Fix input clearing on invalid tweet URL/ID
1.0.1 – 2024-02-19
- Updates the block.json file with a better title
