I have some 20 sites with common codebase and database via Drupal Multisite installation. Whats the best way to make a multisite Drupal installation also accessible via mobile.
For example, I have sites like www.abc.com, www.cde.com, www.fgh.com etc all poiting to same codebase and a common database of a Drupal multisiste installation which uses Domain Access Module as its key module. Whats the best way to make a multisite Drupal installation also accessible via mobile. So now I would like www.abc.com when accessed via mobile to show the mobile version or get redirected to mobile.abc.com
- Use Mobify.me and associate plugin
- Use Drupal Mobile Plugin http://drupal.org/project/mobileplugin
- Make a page in php using Drupal database.
The mobile version just needs to show the last 3 items while the web version is a complex magazine layout.
Whats the best solution considering the following points
- flexibility
- low server load
- fast response time
- reliability
Alternate solutions are also welcome