Advertisement
hendrajeg

open app on mobile share

May 3rd, 2022
1,239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.37 KB | None | 0 0
  1.  
  2. jQuery(function($) {
  3.     $( document ).ready(function() {
  4.         if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
  5.             $(".jeg_btn-facebook ")
  6.             .each(function()
  7.             {
  8.                 this.href = this.href.replace('http://','fb://faceweb/f?href=http://');
  9.             });
  10.         }
  11.     });
  12. })
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement