Old 07-01-2009, 03:58 PM   #1 (permalink)
Regular Poster
 
Join Date: Dec 2007
Posts: 27
Send a message via MSN to Neil-C
Default Bookmarking

could someone please point to me where i can learn how to add a "bookmark this page" link to a website please? thank you

neil
Neil-C is offline   Reply With Quote
Old 07-16-2009, 09:00 AM   #2 (permalink)
New Poster
 
Join Date: Jul 2009
Posts: 3
Default code to bookmark sites

this will sort you out...

JavaScript Bookmark Code | Tech-Evangelist

cheers,

Gareth
Gareth10 is offline   Reply With Quote
Old 07-16-2009, 10:58 AM   #3 (permalink)
New Poster
 
Join Date: Feb 2009
Posts: 3
Default

So you want to add a "Click here to bookmark this page" link to your site. Heres' how to do it:

1st Step

Place the following javascript in the <HEAD>...</HEAD> section of your page html source. Don't forget to edit the 4th and 5th lines "var url Address" and "var Pagename" to suit your sites url and page name. Change nothing else!

Quote:
<script language="JavaScript" >
// script by IntelliWeb.Tools
var urlAddress = "http://www.intelliwebtools.com";
var pageName = "IntelliWebTools.com - Webmasters resource center";
function addToFavorites() {
if (window.external) { window.external.AddFavorite(urlAddress,pageName)}
else { alert("Sorry! Your browser doesn't support this feature.");}
}
</script>
2nd Step

Place this bookmark link in your html page source between the <body> and </body> tags, where you want the link to appear on your page.

Quote:
<a href="javascript:addToFavorites()">Click To Bookmark This Page !</a>
aflatone is offline   Reply With Quote
Reply

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 04:47 PM.





  • FORUM SPONSOR

Freelance Alliance
Freelance Alliance
What is Freelance Alliance?
Freelance Alliance

LinkBacks Enabled by vBSEO © 2008, Crawlability, Inc.