Beskrivelse
CDN Error Mockups provides a block for creating realistic Cloudflare-style
error screens.
Use it in error page templates, maintenance pages, design previews, and
lighthearted site experiences.
The block is independently developed and is not affiliated with, endorsed by,
or connected to Cloudflare, Inc.
Features
- Customize the error title, HTTP error code, and explanatory messages.
- Configure Browser, Cloudflare, and Host labels and statuses independently.
- Choose which service is presented as the source of the error.
- Reveal the visitor’s IP address without calling an external service.
- Generate a new mock Ray ID and timestamp when the page loads.
- Preserve keyboard focus and announce the revealed IP to assistive technology.
- Adapt the three service statuses for desktop and narrow screens.
- Keep the block’s CSS isolated from the surrounding WordPress theme.
Usage
- Open a post, page, or template in the block editor.
- Add the CDN Error Mockup – Cloudflare block.
- Use the block settings sidebar to configure:
- The title and error code.
- The “What happened?” and “What can I do?” messages.
- Browser, Cloudflare, and Host names, locations, and status text.
- The service that should appear as the source of the error.
- Publish or preview the page.
The block works well in:
- 404 and other error templates.
- Maintenance and temporary outage pages.
- Theme and page-builder previews.
- Demo, educational, and humorous content.
IP address display and privacy
The IP address is requested only after a visitor selects Click to reveal.
The request is sent to this plugin’s REST API endpoint on the same WordPress
site.
No external IP lookup service is contacted.
The endpoint checks CF-Connecting-IP, X-Forwarded-For, and REMOTE_ADDR.
Sites behind a CDN or reverse proxy should configure that proxy correctly,
because forwarded headers can otherwise be inaccurate or spoofed.
The displayed value is informational and should not be used for authentication
or authorization.
Source code
Human-readable JavaScript and SCSS source is available in the
src directory.
Compiled assets distributed with the plugin are stored in build.
Credits
The project is based on ideas and code from
cloudflare-error-page by donlon, licensed under the
MIT License.
See THIRD_PARTY_LICENSES.md for details.
Skærmbilleder



Blokke
Dette plugin giver 1 blok.
- CDN Error Mockup – Cloudflare Adds a block that mimics the Cloudflare downtime error screen.
Installation
Install from WordPress
- Open Plugins > Add New Plugin in WordPress.
- Search for CDN Error Mockups.
- Select Install Now, and then activate the plugin.
Install a ZIP file
- Download
cdn-error-mockups.zipfrom the [latest GitHub release][github-release]. - Open Plugins > Add New Plugin > Upload Plugin.
- Select the ZIP file and choose Install Now.
- Activate the plugin.
FAQ
-
Is this an official Cloudflare plugin?
-
No.
This is an independent project for educational and entertainment purposes.
It is not affiliated with, endorsed by, or connected to Cloudflare, Inc. -
Can every part of the mock error be customized?
-
The title, error code, explanatory messages, error source, and the labels and
statuses for Browser, Cloudflare, and Host can be configured in the block
settings sidebar. -
Does the plugin send visitor data to an external service?
-
No.
The optional IP reveal feature uses a same-site WordPress REST API request and
server request headers. -
Can the block be used more than once?
-
Yes.
It can be added to multiple posts, pages, and templates. -
What versions are required?
-
The plugin requires WordPress 6.9 or newer and PHP 8.0 or newer.
Anmeldelser
Der er ingen anmeldelser for denne widget.
Bidragsydere & udviklere
“CDN Error Mockups” er open source-software. Følgende personer har bidraget til dette plugin.
Bidragsydere“CDN Error Mockups” er blevet oversat til 1 sprog. Tak til oversætterne for deres bidrag.
Oversæt “CDN Error Mockups” til dit eget sprog.
Interesseret i udvikling?
Gennemse koden, tjek SVN repository, eller abonner på udviklerloggen via RSS.
Ændringslog
1.2.0
- Isolate block styles from the active theme.
- Improve keyboard focus and the accessible IP reveal interaction.
- Generate Ray IDs without depending on translated labels.
- Add WordPress Coding Standards checks through Composer.
- Add a reproducible WordPress Playground 404-template demo Blueprint.
1.1.1
- Add contextual translations for “Error code” in the inspector and mockup.
1.1.0
- Add configurable Browser, Cloudflare, and Host statuses.
- Add the same-site IP address reveal feature.
1.0.0
- Initial release.
