![]() |
JavaScript code for Bookmarking for FF
Anyone got a working bookmarking code for both IE and FF? I expect Smokey the Bear to come up with the solution soon... :winkwink:
|
Yes. Will I share it? No.
|
I see this used sometimes. Seems to work:
Code:
<script type="text/javascript">Code:
<a href="javascript:bookmarksite('Domain Name', 'http://www.domainname.com')">Bookmark Link</a> |
i'll give it a shot... thanks!
|
anyone have "Make Homepage" JScript for FF? :upsidedow
|
i have both but to be honest i prefer the "addthis" button from www.addthis.com
they give you a small bookmark button and it lets users add to favourites in both firefox and ie , and lets users add your page to many social bookmark sites like "digg" and such |
heres a basic add to favourites for ie and firefox and "set as homepage" in ie
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
yep,'i'am using add this too on almost all my sites
|
Quote:
I wonder how many FF users don't realize the Favorites is the Bookmarks for them... and how many end up not bookmarking because it all just seems to complicated and web 1.5 |
Code:
<script language="JavaScript1.2">Code:
<a href="javascript:addbookmark()"> |
<script type="text/javascript">
/*********************************************** * Bookmark site script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ function bookmarksite(title, url){ if (document.all) window.external.AddFavorite(url, title); else if (window.sidebar) window.sidebar.addPanel(title, url, "") } </script> <a href="javascript:bookmarksite('title', 'http://www.yourdomain.com')">Bookmark Us!</a> |
Quote:
|
| All times are GMT -7. The time now is 02:19 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123