Go Back   DN Lodge Webmaster Forums > Web Design and Development > Web Design Discussion


Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 04-17-07, 03:44 AM
DNL Enthusiast
 
Join Date: Feb 2007
Location: at the hauz
Posts: 242
DNL Trust: (0)
Ar3d is a pretty decent person
Smile bookmarking problem..

hi.. does anybody know how to place a bookmarking icon on blog? i want to know the code of there is..

your feedback is highly appreciated by me..


cheers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Want to remove these ads? Register for your free account here.

  #2  
Old 04-17-07, 06:11 AM
Geoserv's Avatar
Co-Admin
DNLodge Staff
Recent Blog: Where?s my Pagerank?
 
Join Date: May 2006
Location: Nova Scotia, Canada
Posts: 2,133
DNL Trust: (0)
Geoserv has a helpful personalityGeoserv has a helpful personality
Default Re: bookmarking problem..

This code will work in IE:

Quote:
<a href="javascript:window.external.AddFavorite('http ://yoursite.com', 'Short Description of your site')">
Bookmark Us</a>
Geoserv
__________________
Latest Web Launches: Get In On! - Brand NEW!
Join me at - Second Brain
Top Stumbles |News Dots |APNAOnline | Utopian Productions |Pliggs |DIY Pad
|FAQ Pal
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 04-17-07, 06:13 AM
Geoserv's Avatar
Co-Admin
DNLodge Staff
Recent Blog: Where?s my Pagerank?
 
Join Date: May 2006
Location: Nova Scotia, Canada
Posts: 2,133
DNL Trust: (0)
Geoserv has a helpful personalityGeoserv has a helpful personality
Default Re: bookmarking problem..

I think this code is cross browser friendly:

Code:
function AddBookmark()

{

	title="Your website title here";

	url="http://www.yourdomainhere.com/";



	if (window.sidebar)

	{

		window.sidebar.addPanel(title, url,"");

	}

	else if( window.external )

	{

		window.external.AddFavorite( url, title);

	}

	else if(window.opera && window.print)

	{

		return true;

	}

}



if (window.external)

{

	document.write('<a href="javascript:AddBookmark()");">Add Site to Favorites</a>');

}

else if (window.sidebar)

{

	document.write('<a href="javascript:AddBookmark()");">Bookmark Website</a>');

}

else if (window.opera && window.print)

{

	document.write('<a href="javascript:AddBookmark()");">Add Bookmark</a>');

}
Geoserv
__________________
Latest Web Launches: Get In On! - Brand NEW!
Join me at - Second Brain
Top Stumbles |News Dots |APNAOnline | Utopian Productions |Pliggs |DIY Pad
|FAQ Pal
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 04-24-07, 04:05 AM
DNL Enthusiast
 
Join Date: Feb 2007
Location: at the hauz
Posts: 242
DNL Trust: (0)
Ar3d is a pretty decent person
Smile Re: bookmarking problem..

Quote:
Originally Posted by Geoserv View Post
This code will work in IE:



Geoserv
how about on firefox?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 04-25-07, 05:28 AM
DNL Member
 
Join Date: Oct 2006
Posts: 29
DNL Trust: (0)
likely is a pretty decent person
Default Re: bookmarking problem..

try this
Add This! Social Bookmark and Feed Button - Web2.0 Social Media ...
__________________
paid directory | agloco
juice fasting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
bookmarking, problem


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML table vertical aligning problem Sandra5 Programming 1 02-12-07 06:47 AM
Should Google Include Social Bookmarking Sites? Barat Search Engine Discussion 0 01-08-07 07:48 AM
The main problem with DNlodge Sejje Comment Box 8 09-18-06 07:58 AM
Do you have a problem developing your domains? hysteriaweb General Domain Discussion 3 01-10-06 08:14 PM


All times are GMT -5. The time now is 11:26 PM.



Copyright © 2005-2009 DNLodge.com.
vBulletin, © 2000-2009, Jelsoft Enterprises Limited.
SEO by vBSEO.
Advertising |  About Us |  Contact Us |  RSS |  Privacy Policy |  Back to Top