disable content plugin for mobile only

hassanali20
14 years, 4 months ago
is it possible to not to load the content plugins in the mobile version of joomla using MJ? I've few plugins like share / fb etc which I want to keep only for web and not on mobile.

please help.
dryabov
14 years, 4 months ago
The easiest way is to add check for "mobileness" in these plugins:
if(defined('_MJ')) return;
kjmeijer
13 years, 5 months ago
Where to use this line?

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.