View Full Version : How to place a bookmark link on my site.
WebmasterWanabe
Apr 20th 2006, 11:36 pm
Hello,
Can anyone tell me in simple terms how to set up a bookmark link on my site so when you see PLEASE BOOKMARK THIS SITE it works.
Thanks John
cashboy
Apr 21st 2006, 5:37 am
check out this tut: http://www.hypergurl.com/bookmark.html
it clearly explain everything from top to bottom... ;)
Logic Ali
Apr 21st 2006, 6:26 am
Hello,
Can anyone tell me in simple terms how to set up a bookmark link on my site so when you see PLEASE BOOKMARK THIS SITE it works.
Thanks John
If viewers like your site they'll bookmark it using the built-in function. However if you absolutely must have link, just insert this entire code at the point you want the link to appear. If there's no support, the user sees advisory text instead.
<script type='text/javascript'>
var canStore=(window.external && typeof window.external.AddFavorite!='undefined')?1
:( window.sidebar && typeof window.sidebar.addPanel!='undefined')?2:0;
if(canStore)
document.write('<A href="#" onclick="return bookmark(\'http://www.mymallontheweb.com\',\'Another one of those infernal listing sites that keep cluttering Google listings\')">To bookmark this site, click here.</A>');
else
document.write('If you think it\'s any good, you can bookmark this page by pressing something like Ctrl+D or Cmnd+D or Ctrl+T or failing that, click on your browser\'s bookmark menu.');
function bookmark(url, description)
{
canStore==1 ? window.external.AddFavorite(url, description) : window.sidebar.addPanel(description,url,"");
return false;
}
</script>
<noscript>
Please consider bookmarking this page - pleeeeease!
</noscript>
WebmasterWanabe
Apr 21st 2006, 7:59 am
Cashboy thank you.
Logic All I must tell you I was very impressed at first glance of your kindness and talent to whip that code up so easy WITH THAT SAID ..Why did you include this part in the code 'Another one of those infernal listing sites that keep cluttering Google listings
Dude I dont get it if it was a mistake I understand but if you put that statement in instead of Online Shopping on purpose so when people bookmark my site thats what they see that would be very wrong. Let me know bro whats up with that.
Logic Ali
Apr 21st 2006, 11:32 am
.Why did you include this part in the code 'Another one of those infernal listing sites that keep cluttering Google listings
Dude I dont get it if it was a mistake I understand but if you put that statement in instead of Online Shopping on purpose so when people bookmark my site thats what they see that would be very wrong. Let me know bro whats up with that.
What can I buy from your site?
WebmasterWanabe
Apr 21st 2006, 9:09 pm
Logic whats your point?
Logic Ali
Apr 22nd 2006, 1:45 am
Logic whats your point?
I'm saying that 'online shopping' is a misleading description when you're only providing a set of presumably affiliate links, which in my book makes a listing site.
--
WebmasterWanabe
Apr 22nd 2006, 6:41 am
I'm saying that 'online shopping' is a misleading description when you're only providing a set of presumably affiliate links, which in my book makes a listing site.
--
Well thats funny you must have to much time on your hands. When you go into a shopping mall you shop what is misleading.. and thats what my mall is I dont have to own the stores I own the building... get it. I provide a service and get emails all the time from people who like all the store links on one site it makes it easy for some people to shop. I dont want this to be a pissing contest I guess you got something against affiliate sites.. I make a good honest living and after what I been through in life you have no idea .. so if your going to help someone do it in good spirit and dont add your little snype like you did with the script you wrote me. I have tons of respect for guys like you with the knowledge you have because I went to the school of hard knocks and had to learn everything on my own. So thats it my friend I hope you understand where Iam coming from.. Later
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.