Redirect user from mobile site to desktop site, when clicking on a link


/ Published in: HTML
Save to your folder(s)

A user may click a link on a mobile site which should open a page on the desktop site, not the mobile site. Appending the following code to the link will do that.


Copy this code and paste it in your HTML
  1. &nomobile=1 or ?nomobile=1 (use this one if it's the only parameter in the URL)

Report this snippet


Comments


You need to login to view comments.