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

GS GoMobi Redirector

描述

goMobi is a popular mobile website solution for businesses of all sizes. Many businesses also use WordPress as the CMS solution for their full-size website.

The “official” goMobi WordPress plugin utilises a Javascript redirect mechanism which is not an optimal solution for the PHP-based WordPress platform.
This plugin wraps the “official” goMobi PHP-based redirect code and delivers a server-side redirect solution for your WordPress/goMobi integration.

Notes

Troubleshooting

This plugin uses the ‘init’ hook in the wordpress API to perform the redirect before any page output is written to the browser.
It is possible that another plugin is using the same hook. When multiple plugins register against the same hook, the plugin code is executed in the order in which the plugins were registered.
If your redirect is not working and there are no apparent errors being generated, try reducing the ‘Priority’ setting of this plugin in order to execute it before other plugins. YMMV

安裝

  1. Install the plugin via the ‘Plugins’ / ‘Add New’ option
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Access the plugin settings via ‘Settings’ / ‘GS goMobi Redirector’ option
  4. Enter the URL of your goMobi site
  5. Tick the ENABLED checkbox
  6. Click the Save button to save your settings.

常見問題

How do I report a issue with the GS goMobi Redirector plugin

Add a comment at http://www.geekstuff.co.nz/gs-gomobi-redirector/ describing your issue. The more detail you supply the greater the chance that we can help you resolve your issue.

Should I change the Advanced Settings?

You should only change the Advanced settings if you understand their effect or are advised by us to do so

評價

There are no reviews for this plugin.

貢獻者及開發者

“GS GoMobi Redirector” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 GS GoMobi Redirector 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.1

  • Added a new option called Redirect Homepage Only. Default setting is ON. This setting causes the redirect to occur only from the site home page. It is added for the following reasons:
    • When a mobile visitor follows a link to a sub-page on your site (eg. a search result), we don’t want want the redirect to occur.
    • When you try and access the WP Admin Dashboard (/wp-admin/…) from your mobile device we don’t want to redirect.
    • Sub-sections of your site may deliver specific functionality (eg. customer portal, shopping cart etc) we dont want to redirect.

1.0

  • Initial Release