這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP Site Verification tool

外掛說明

This is a simple tool that helps you provide the site verification code and file generator for any service that needs to verify the site
via a comment / meta in the head section or via a file URL.

This is a generic site certification tool.
To use it, just add the plug-in and turn it on as needed.
You will no longer need to FTP a file to the site root or add extra tags to the header.php in the template to enable your site to be verified by third-party services.

Some examples:
Google webmaster tool needs a file called googleXXXXXXXXXXXXX.html with no contents.
OR
<meta name=”google-site-verification” content=”XXXXXXXXXXXXXXXXXXXXXXXXXXXXX” /> in the HTML head,
Without this plugin, you would have to create a file and FTP it to your server or edit your template. With the plugin, you can generate the verification method needed automatically via the control panel.

Similarly, Trustwave SSL wants a file called cert.html with the contents of
“Trustwave SSL Validation Page”

螢幕擷圖

  • Control panel set for a file
  • The output if in file mode
  • Control pannel set in head mode
  • An example of a head meta tag

安裝方式

  1. Upload the wp-site-verification-tool folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. The tool is found in tools => Site Verification

常見問題集

Pull requests

I will look at all pull requests. Please submit them here: https://github.com/pbearne/wp-site-verification-tool

使用者評論

閱讀全部 6 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈WP Site Verification tool〉的開發相關工作。

參與者

將〈WP Site Verification tool〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.8

Versi0n bump

1.0.5

Readme update

1.0.4

Change the singleton to use self not static to support earlier PHP versions

1.0.1 to 1.0.3

Added translation POT
getting deploy script and assest to SVN from git

1.0.0

First version –
Thanks to Chris Ross for the code review