Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

GS GoMobi Redirector

Descripción

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

Instalación

  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.

FAQ

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

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«GS GoMobi Redirector» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «GS GoMobi Redirector» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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