Business Advice and Help Forum for Businesses or Starting a Company in the UK - A1 Business Forums
corner image corner image
Member Box




corner image corner image
Our Advertisers

corner image corner image
Register FAQ Members List Today's Posts Search Today's Posts Mark Forums Read
A1 Business Blog Home
corner image corner image
A1businessforums.co.uk - The UK's Friendliest Online Business Community
Go Back   Business Forum UK - Advice Help and Questions - A1 Forums > Business Forums > Graphic Design, Web Design and Coding
Reload this Page

Bookmark script

Designers Forum for Graphic, Logo or Print Design and Photography plus Website Design, Coding, Themes and Skins

Reply
Page 1 of 2 1 2 >
corner image corner image
 
LinkBack Thread Tools Search this Thread Display Modes

corner image corner image
  #1 (permalink)  
Old 17-05-2008, 11:52
Poppy Design Poppy Design is offline
A1 Business Forum Regular
 
Join Date: May 2008
Location: North East Scotland
Posts: 47
Thanks: 0
Thanked 5 Times in 5 Posts
Default Bookmark script

Hello

Can anyone recommend a javascript or similar for bookmarking a page on a website that is multi-browser compatible?

So there would be a simple graphic saying "bookmark this page" and when clicked the viewer can add to their fav's.

Thanks
Joanne
__________________
Joanne MacRae
www.poppy-design.co.uk - Bespoke Web, Ecommerce & Graphic Design
www.funkycanvas.co.uk - Contemporary Canvas Art
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
corner image corner image
Sponsored Links

Register to remove these ads
Poppy Design
View Public Profile
Send a private message to Poppy Design
Visit Poppy Design's homepage!
Find all posts by Poppy Design
corner image corner image
  #2 (permalink)  
Old 17-05-2008, 15:27
caltech caltech is offline
I'm Getting to Know A1
 
Join Date: Apr 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
check out my site i have a bookmark link at the top if you click it there is instructions how to get the link at the bottom of the pop up.

www dot caltechelectrical dot co dot uk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
caltech
View Public Profile
Send a private message to caltech
Find all posts by caltech
corner image corner image
  #3 (permalink)  
Old 17-05-2008, 16:10
Poppy Design Poppy Design is offline
A1 Business Forum Regular
 
Join Date: May 2008
Location: North East Scotland
Posts: 47
Thanks: 0
Thanked 5 Times in 5 Posts
Hello Caltech

Thanks for that - that looks good and may well work for my client

Joanne
__________________
Joanne MacRae
www.poppy-design.co.uk - Bespoke Web, Ecommerce & Graphic Design
www.funkycanvas.co.uk - Contemporary Canvas Art
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
Poppy Design
View Public Profile
Send a private message to Poppy Design
Visit Poppy Design's homepage!
Find all posts by Poppy Design
corner image corner image
  #4 (permalink)  
Old 19-05-2008, 13:03
dave_n dave_n is offline
A1 Business Forum Regular
 
Join Date: Mar 2008
Posts: 52
Thanks: 0
Thanked 7 Times in 6 Posts
function bookmarksite(title,url){
if (window.sidebar) // firefox
window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
var elem = document.createElement('a');
elem.setAttribute('href',url);
elem.setAttribute('title',title);
elem.setAttribute('rel','sidebar');
elem.click();
}
else if(document.all)// ie
window.external.AddFavorite(url, title);
}



<a href="javascript:bookmarksite('this site', 'http://www.thissite.com')">Add this site to your favourites</a>
__________________
Lime Dezign
Add a little zest!
www.limedezign.co.uk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
dave_n
View Public Profile
Send a private message to dave_n
Find all posts by dave_n
corner image corner image
  #5 (permalink)  
Old 19-05-2008, 13:15
forums forums is offline
I'm Getting to Know A1
 
Join Date: May 2008
Posts: 27
Thanks: 0
Thanked 6 Times in 5 Posts
Sorry to be negative, but why do it? It seems so "90's".

As a user, if I want to bookmark something I'll just use the button on my toolbar, thanks. Much like having a link to close the browser window ... your job is to show me content - the browser or operating system helps me close windows.

Also - the script may not work if your users store their bookmark in deliciious or another social book-marking service.

Just my 2 cents!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
forums
View Public Profile
Send a private message to forums
Find all posts by forums
corner image corner image
  #6 (permalink)  
Old 19-05-2008, 14:18
Sue's Avatar
Sue Sue is offline
A1 is my Second Home!
 
Join Date: Mar 2008
Location: North East
Posts: 230
Thanks: 60
Thanked 31 Times in 29 Posts
Quote:
Originally Posted by forums View Post
Sorry to be negative, but why do it? It seems so "90's".
My opinion is that customers are busy and wouldn't necessarily think to bookmark a site so being presented with a button to click might just grab the attention of someone who wouldn't have thought to do it other wise.

It's so little extra effort to provide the option and if it means that you get people coming back to your site then great.

We are having to be creative at the moment to pull sales in as customers just aren't parting with their hard earned cash so every little helps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
Sue
View Public Profile
Send a private message to Sue
Find all posts by Sue
corner image corner image
  #7 (permalink)  
Old 20-05-2008, 08:26
Poppy Design Poppy Design is offline
A1 Business Forum Regular
 
Join Date: May 2008
Location: North East Scotland
Posts: 47
Thanks: 0
Thanked 5 Times in 5 Posts
Quote:
Originally Posted by forums View Post
Sorry to be negative, but why do it? It seems so "90's".

As a user, if I want to bookmark something I'll just use the button on my toolbar, thanks. Much like having a link to close the browser window ... your job is to show me content - the browser or operating system helps me close windows.

Also - the script may not work if your users store their bookmark in deliciious or another social book-marking service.

Just my 2 cents!
What the client wants (what the client pays for!) the client gets!

Personally I do not have feelings either way on the bookmark button though I would not say "it was very 90's" at all!

It's just a little button that makes it easier for some people that are not aware of the "add to favourites" option in the browser tool bar - believe me there are people out there.

The site also uses a "addthis" bookmark widget button thing that covers all the main social networking sites etc.

Joanne
__________________
Joanne MacRae
www.poppy-design.co.uk - Bespoke Web, Ecommerce & Graphic Design
www.funkycanvas.co.uk - Contemporary Canvas Art
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
Poppy Design
View Public Profile
Send a private message to Poppy Design
Visit Poppy Design's homepage!
Find all posts by Poppy Design
corner image corner image
  #8 (permalink)  
Old 20-05-2008, 08:26
Poppy Design Poppy Design is offline
A1 Business Forum Regular
 
Join Date: May 2008
Location: North East Scotland
Posts: 47
Thanks: 0
Thanked 5 Times in 5 Posts
Thanks for the below Dave

Will try that out later!

Joanne

Quote:
Originally Posted by dave_n View Post
function bookmarksite(title,url){
if (window.sidebar) // firefox
window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
var elem = document.createElement('a');
elem.setAttribute('href',url);
elem.setAttribute('title',title);
elem.setAttribute('rel','sidebar');
elem.click();
}
else if(document.all)// ie
window.external.AddFavorite(url, title);
}



<a href="javascript:bookmarksite('this site', 'http://www.thissite.com')">Add this site to your favourites</a>
__________________
Joanne MacRae
www.poppy-design.co.uk - Bespoke Web, Ecommerce & Graphic Design
www.funkycanvas.co.uk - Contemporary Canvas Art
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
Poppy Design
View Public Profile
Send a private message to Poppy Design
Visit Poppy Design's homepage!
Find all posts by Poppy Design
corner image corner image
  #9 (permalink)  
Old 20-05-2008, 11:19
Poppy Design Poppy Design is offline
A1 Business Forum Regular
 
Join Date: May 2008
Location: North East Scotland
Posts: 47
Thanks: 0
Thanked 5 Times in 5 Posts
[quote=dave_n;46926]function bookmarksite(title,url){
if (window.sidebar) // firefox
window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
var elem = document.createElement('a');
elem.setAttribute('href',url);
elem.setAttribute('title',title);
elem.setAttribute('rel','sidebar');
elem.click();
}
else if(document.all)// ie
window.external.AddFavorite(url, title);
}

[quote]

Does that code go in the head brackets or the body?

Doet it need a <javascipt> prefix?

I tried adding to the body but it did not work.

Thanks
Joanne
__________________
Joanne MacRae
www.poppy-design.co.uk - Bespoke Web, Ecommerce & Graphic Design
www.funkycanvas.co.uk - Contemporary Canvas Art
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
Poppy Design
View Public Profile
Send a private message to Poppy Design
Visit Poppy Design's homepage!
Find all posts by Poppy Design
corner image corner image
  #10 (permalink)  
Old 20-05-2008, 13:40
dave_n dave_n is offline
A1 Business Forum Regular
 
Join Date: Mar 2008
Posts: 52
Thanks: 0
Thanked 7 Times in 6 Posts
stick it in the head section and make sure you put in opening and closing script tags
__________________
Lime Dezign
Add a little zest!
www.limedezign.co.uk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
dave_n
View Public Profile
Send a private message to dave_n
Find all posts by dave_n
Reply
Page 1 of 2 1 2 >

« SEO friendly show/hide | Badger photo »

corner image corner image
Thread Tools Search this Thread
Show Printable Version Show Printable Version
Email this Page Email this Page
Search this Thread:

Advanced Search
Display Modes
Linear Mode Linear Mode
Hybrid Mode Switch to Hybrid Mode
Threaded Mode Switch to Threaded Mode

corner image corner image
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On


All times are GMT +1. The time now is 08:42.


Calendar - Contact Us - A1 Business Forum UK - Archive - Top

© A1 Business Forums 2008

Pixelcraze
Forum theme a Pixelcraze Creation





LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!
Share on Facebook Share on Facebook
Stumble this Thread Stumble this Thread
Google Bookmark this Thread Google Bookmark this Thread