Re: Bookmark scripts and Chrome. AC?
- From: "AC" <xxx@xxxxxxx>
- Date: Mon, 16 Feb 2009 19:38:43 -0000
"dE|_" <spambusters@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:tDYll.1423$183.182@xxxxxxxxxxxxxxxx
"AC" <xxx@xxxxxxx> wrote in message news:zKnll.45$Ii4.16@xxxxxxxxxxxxxxxx
"AC" <xxx@xxxxxxx> wrote in message
news:9Ijll.40629$eY.15822@xxxxxxxxxxxxxxxx
"dE|_" <spambusters@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:m%fll.31198$aJ3.12371@xxxxxxxxxxxxxxxx
The bookmark script (onClick) I've got is not working on Chrome. I've
had a flick through Google but all I'm getting is people moaning about
how Chrome isn't providing it's own bookmark service properly. I
haven't got patience today to filter through the sh*t.
There was one result which looked like it could do the job, but it was
very long winded and had another domain strung into it. Suspicious.
What's the score then AC? Is there a clean 'click here' bookmark script
for Chrome or do you have to hack it?
TIA
-dE|_---
Im just replying to say I've seen your post, so you dont think Im
ignoring you or something. I will have a look for you later when I have
time.
In the mean time, I do have to say that book mark management in Chrome
is not very good. I'd say its the biggest weakness I've experienced so
far. So Im not supprised about what you are saying.
Let me get back to you.
AC
Looks like its do do with the java script you have.
function CreateBookmarkLink() {
title = document.title;
// Blogger - Replace with <$BlogItemTitle$>
// MovableType - Replace with <$MTEntryTitle$>
url = window.location.href;
// Blogger - Replace with <$BlogItemPermalinkURL$>
// MovableType - Replace with <$MTEntryPermalink$>
// WordPress - <?php bloginfo('url'); ?>
if (window.sidebar) { // Mozilla Firefox Bookmark
window.sidebar.addPanel(title, url,"");
} else if( window.external ) { // IE Favorite
window.external.AddFavorite( url, title); }
else if(window.opera && window.print) { // Opera Hotlist
return true; }
}
It works with mozilla and IE, but not Chrome. Aparently Chrome thinks its
Netscape. So, you need to add a handler for netscape. I found this which
might help you :
http://www.dynamicdrive.com/forums/showthread.php?t=39629
Check.
Thanks for that, I'll poke my head in there tomorrow. Kind of switched my
brain off the techie area in preference of a 3 day bender.
-dE|_---
Quite right and all :)
AC
.
- References:
- Bookmark scripts and Chrome. AC?
- From: dE|_
- Re: Bookmark scripts and Chrome. AC?
- From: AC
- Re: Bookmark scripts and Chrome. AC?
- From: AC
- Re: Bookmark scripts and Chrome. AC?
- From: dE|_
- Bookmark scripts and Chrome. AC?
- Prev by Date: Re: Protection and digital watermarking for images
- Next by Date: Re: Protection and digital watermarking for images
- Previous by thread: Re: Bookmark scripts and Chrome. AC?
- Next by thread: Protection and digital watermarking for images
- Index(es):
Relevant Pages
|