ps3z Posted September 2, 2013 Share Posted September 2, 2013 (edited) i have add to bookmark link on front office when i click to that nothing happend.how i can fix it? Edited September 2, 2013 by ps3z (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 2, 2013 Share Posted September 2, 2013 it doesn't work in all browsers? are you able to share url to your website? it is worldbaazar? Link to comment Share on other sites More sharing options...
ps3z Posted September 2, 2013 Author Share Posted September 2, 2013 yes it is. can you check it for me pls Link to comment Share on other sites More sharing options...
ps3z Posted September 3, 2013 Author Share Posted September 3, 2013 i know youare busy did you check it? Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted September 3, 2013 Share Posted September 3, 2013 universal bookmark <script>var agent=navigator.userAgent.toLowerCase();//document.write(agent);var is_iphone = ((agent.indexOf('iphone'))!=-1);var is_ipad = ((agent.indexOf('ipad'))!=-1);function CreateBookmarkLink() {title = "bookmark us";url = '"{$link->getPageLink>"; if (window.sidebar) { // Mozilla Firefox Bookmark window.sidebar.addPanel(title, url,""); } else if( document.all ) { // IE Favorite window.external.AddFavorite( url, title); } else if(window.opera && window.print) { // Opera Hotlist return true; } else if(is_iphone || is_ipad){ alert("Click the window forward button and select Add to Home screen after you click Ok"); }else { alert("Press ctrl+D to bookmark (Command+D for macs) after you click Ok"); }}</script><a href ="javascript:CreateBookmarkLink();" ><img border="0" src="if u want iamge its ur src" alt="Book Mark this website" title="Bookmark this website"> Link to comment Share on other sites More sharing options...
ps3z Posted September 3, 2013 Author Share Posted September 3, 2013 universal bookmark <script> var agent=navigator.userAgent.toLowerCase(); //document.write(agent); var is_iphone = ((agent.indexOf('iphone'))!=-1); var is_ipad = ((agent.indexOf('ipad'))!=-1); function CreateBookmarkLink() { title = "bookmark us"; url = '"{$link->getPageLink>"; if (window.sidebar) { // Mozilla Firefox Bookmark window.sidebar.addPanel(title, url,""); } else if( document.all ) { // IE Favorite window.external.AddFavorite( url, title); } else if(window.opera && window.print) { // Opera Hotlist return true; } else if(is_iphone || is_ipad){ alert("Click the window forward button and select Add to Home screen after you click Ok"); }else { alert("Press ctrl+D to bookmark (Command+D for macs) after you click Ok"); } } </script> <a href ="javascript:CreateBookmarkLink();" ><img border="0" src="if u want iamge its ur src" alt="Book Mark this website" title="Bookmark this website"> Many Thanks Link to comment Share on other sites More sharing options...
vekia Posted September 3, 2013 Share Posted September 3, 2013 i was offline but i suppose that Jiten solved your issue? Link to comment Share on other sites More sharing options...
Recommended Posts