Knowledge Base: Mobify Content Management System Plugins
Using any of the plugins requires a configured custom domain (CNAME).
Mobify Apache Plugin

This plugin will work for any CMS or website using Apache with
mod_rewrite enabled for .htaccess files. For virtual hosting users,
confirm with your hosting company that they are using Apache and
that mod_rewrite is available for you to use. You must be able to
place the .htaccess file at the root level of your website.
For more background on .htaccess files, please look at the apache
documentation. If you are the server administrator, you may
choose to place the contents of this plugin in <directory>
tags in your webserver configuration instead of the .htaccess
file.
Complete installation instructions are included in the plugin.
Just download and open
htaccess.txt.
Mobify Wordpress Plugins

Mobify is pleased to provide a Wordpress plugin. Please be aware -- this plugin is only compatible with sites that are not using WP-cache or WP-supercache. In the future we hope to offer solutions for users of these caching plugins as well. If you are using WP-cache or WP-supercache you have two options. The first is to use the Apache plugin described above. The other is to use our Javascript redirect snippet. Details on using the Javascript redirect snippet are contained in the 'Don't see your CMS here?' heading at the bottom of this document.
For users without the wp-cache or wp-super-cache plugin:
- Download the Mobify Wordpress Plugin.
- Follow the Wordpress plugin installation guide.
- Goto your Wordpress Admin Console, select "Settings" and then "Mobify". Enter your configured custom domain (CNAME).
Mobify Drupal Module

Mobify is pleased to provide a Drupal module!
- Download the Mobify Drupal Module.
- Follow the Drupal module installation guide
- Once activated, configure the module under "Site Configuration" and then "Mobify". Enter your configured custom domain (CNAME).
Mobify ExpressionEngine Extension

Mobify is pleased to provide an ExpressionEngine extension!
- Download the Mobify ExpressionEngine extension.
- Follow the ExpressionEngine extension installation guide.
- Go to your ExpressionEngine Admin tab, go to 'Utilities' and
then 'Extensions manager'. Activate the Mobify extension, then
click the 'settings' button and enter your configured custom domain
(CNAME) and click submit.
Mobify Django Pluggable App

Mobify is pleased to provide a Django app!
-
Download the code from GitHub:
git clone git://github.com/johnboxall/django-mobify.git mobify -
Edit your
settings.pyfile and addmobifyto yourINSTALLED_APPS:# settings.py ... INSTALLED_APPS = (..., 'mobify', ...) -
To use mobile device redirection on your entire site add
mobify.middleware.MobifyMiddlewareto yourMIDDLEWARE_CLASSES:# settings.py ... MIDDLEWARE_CLASSES = (..., 'mobify.middleware.MobifyMiddleware', ...) -
To use mobile device redirection on a single view use
mobify.decorators.mobify:# views.py from mobify.decorators import mobify @mobify def my_mobile_view(request): # ... do stuff ...
Don't see your CMS here?
Mobify offers a JavaScript redirect method that works with any website! To use Mobify JavaScript redirects, copy the redirection JavaScript from the Deploy tab of your website Manage screen into the HTML tag on your desktop site. (If you've installed Google Analytics on a website before, the process is identical!)