Linux 软件免费装
Banner图

HTML Page Publisher

开发者 hosseinkarami
更新时间 2026年5月11日 07:03
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

html ai landing page chatgpt claude

下载

1.0.0 1.1.0

详情介绍:

HTML Page Publisher lets you drop a standalone HTML file into WordPress and have it served as a landing page at a clean URL. Works with output from Claude Design and HTML exported from other AI tools like ChatGPT, Gemini, v0, and Bolt, and with any hand-written static HTML too. Perfect for sales collateral, one-pagers, lead-gen pages, and campaign microsites. Key features Use cases

安装:

  1. Upload the html-page-publisher folder to /wp-content/plugins/ (or install from Plugins → Add New).
  2. Activate the plugin from the Plugins screen.
  3. Go to HTML Pages in the admin sidebar to upload your first page.
  4. (Optional) Visit HTML Pages → Settings to change the URL prefix or configure a subdomain.

屏幕截图:

  • Settings page for URL prefix and optional subdomain.

升级注意事项:

1.1.0 Branded admin footer, contextual Help tab, refreshed UI, and donate/support links. Fully backward-compatible. 1.0.0 Initial release.

常见问题:

Where are uploaded pages stored?

In wp-content/uploads/html-page-publisher/<slug>/. Each page has its own directory containing an index.html and an assets/ folder for images.

How do I use the subdomain feature?

Two steps:

  1. DNS: Add an A or CNAME record pointing your subdomain (e.g. sales.yourdomain.com) at the same server as your WordPress site.
  2. Web server: Configure your hosting to serve that subdomain from the same WordPress install. On shared hosting with cPanel this is typically an "addon domain" or "subdomain" option. On managed hosts, you may need to request it from support.
Then enter the hostname in HTML Pages → Settings → Subdomain. Pages will be served at https://sales.yourdomain.com/your-slug/ in addition to the regular prefix URL.

Is it safe to upload arbitrary HTML?

Only users with the manage_options capability (administrators by default) can upload pages. Uploaded HTML is served as-is, including any <script> tags it contains, so only upload HTML you trust. The plugin strips known runtime wrappers injected by some AI export tools but does not otherwise filter markup.

Will uninstalling delete my pages?

No. Uninstalling removes the plugin's settings but leaves the uploaded pages in wp-content/uploads/html-page-publisher/ intact. Delete that folder manually if you want to remove them.

Does this work with caching plugins or a CDN?

Pages are served via a direct PHP readfile that happens before WordPress's main query runs. Most page caches (WP Rocket, W3 Total Cache) won't cache these URLs by default. If you want them cached at the CDN edge, add the URL pattern to your caching rules. They're plain HTML with cache-friendly headers.

更新日志:

1.1.0 1.0.0