Does anyone know how I can put a bookmark this page on my web site?

Discuss about social bookmarking and how to increase traffic to your sites using this method.

Does anyone know how I can put a bookmark this page on my web site?

Postby KrugerFreddyKruger » Mon Feb 09, 2009 12:42 am

I have a web site uscarnys.com and would like to add either a bookmark this or a add to favorites icon on my web pages. I will not pay for it either becauuse I know I will get one for free.


Bookmark and Share
User avatar
KrugerFreddyKruger

 
Posts: 32
Joined: Wed Oct 29, 2008 11:23 pm


Does anyone know how I can put a bookmark this page on my web site?

Postby williamm8249 » Mon Feb 09, 2009 12:43 am

Here's the code:font color=#000000 size=2 face=Arialscript

// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header

// message to show in non-IE browsers
var txt = Bookmark Us!

// url you wish to have bookmarked
var url = http://www.codelifter.com;

// caption to appear with bookmark
var who = CodeLifter.com Software and Scripts

// do not edit below this line
// ===========================

var ver = navigator.appName
var num = parseInt(navigator.appVersion)
if ((ver == Microsoft Internet Explorer)(num = 4)) {
document.write('A HREF=javascript:window.external.AddFavorite(url,who);');
document.write('onMouseOver= window.status=')
document.write(txt; return true )
document.write('onMouseOut= window.status=')
document.write(''; return true )
document.write(''+ txt + '/a')
}else{
txt += (Ctrl+D)
document.write(txt)
}/script/font

PS - I'm not trying to be a jerk, but your web design is pretty terrible. You should really consider getting somebody to re-do it. Or buy a cheap template. Or find a better looking free template.

Bookmark and Share
User avatar
williamm8249

 
Posts: 47
Joined: Sat Dec 20, 2008 3:46 pm

Does anyone know how I can put a bookmark this page on my web site?

Postby yellowsubfreak » Mon Feb 09, 2009 12:44 am

Go to http://www.tech-evangelist.com/2006/03/02/javascript-bookmark-code/ and paste that code on your site.

Then - you would place this code where you want the bookmark link to appear:

a href=javascript:bookmark('http://www.mydomainname.com/','My Site Name');Bookmark This Site/a


*Just make sure you rename mydomainname.com with your domain.

Bookmarking is an excellent strategy - but did you know that you can gain search engine ranking positions by using bookmarks?

Have you heard of:

Digg
Technorati
Stumbleupon
Del.icio.us

These are social bookmarking sites - and in fact - people that get their sites bookmarked using these services often get a boast in their organic results.

If you are interested in finding out more - have a look at my blog http://socialmarketingworks.blogspot.com/

I just started this blog today - but I will be talking about Social Bookmarking soon - and the strategies that you can implement to increase your site traffic.

Bookmark and Share
User avatar
yellowsubfreak

 
Posts: 32
Joined: Fri Dec 26, 2008 3:50 pm

Does anyone know how I can put a bookmark this page on my web site?

Postby Tom » Mon Feb 09, 2009 12:45 am

the most popular and most being use by big sites is the addthis.com button
just go there and get your code .

Bookmark and Share
User avatar
Tom

 
Posts: 35
Joined: Thu Oct 30, 2008 5:19 am


Return to Social Bookmarking



 


  • Related topics
    Replies
    Views
    Last post
eBooksWebSite Traffic TipsBloggingeBook DownloadsPopular SitesFree eBooksPrivacy Policy

To link to this post, please Paste this code in the HTML of your web sites / blogs :
^Back to Top^