Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Closed Thread
how to add a bookmark icon
Old 12-17-2010, 08:57 AM how to add a bookmark icon
Skilled Talker

Posts: 61
Name: Rafael
Location: Texas
Trades: 0
im new learning here and there. i wanted to know how to add a bookmark code. i wanted to insert this code to every page and also the code that say "send to a friend".
__________________
Free Web Templates
Please login or register to view this content. Registration is FREE
rswebs is offline
View Public Profile Visit rswebs's homepage!
 
 
Register now for full access!
Old 12-17-2010, 10:49 AM Re: how to add a bookmark icon
Super Talker

Posts: 113
Name: Jay Vashnuv
Location: India
Trades: 0
Go to any site where you saw the all bookmark buttons. View page source and copy the coding.
__________________

Please login or register to view this content. Registration is FREE
pararudalf is offline
View Public Profile Visit pararudalf's homepage!
 
Old 12-17-2010, 11:39 AM Re: how to add a bookmark icon
Douglife's Avatar
Extreme Talker

Posts: 218
Name: Douglas Montgomery
Location: Florida
Trades: 0
Code:
<a href="javascript:window.external.addFavorite('http://www.website.com','Website Title');">
Click here to add the homepage to your favorites!</a>
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Douglife is offline
View Public Profile Visit Douglife's homepage!
 
Old 12-17-2010, 12:41 PM Re: how to add a bookmark icon
CSM
CSM's Avatar
Front-End Developer

Posts: 297
Name: Michael Pehl
Location: Palma de Mallorca
Trades: 0
I am using several scripts... e.g. from AddThis service. Or some other "Drag to Share" scripts.

The AddThis service has some nice statistics, too. Good and free service.

Check it out
__________________
Chief Web Officer / Front-End Developer / System Engineer

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
CSM is offline
View Public Profile Visit CSM's homepage!
 
Old 12-17-2010, 02:56 PM Re: how to add a bookmark icon
Skilled Talker

Posts: 61
Name: Rafael
Location: Texas
Trades: 0
to douglife: so all i have to do is add my website name and title?
__________________
Free Web Templates
Please login or register to view this content. Registration is FREE
rswebs is offline
View Public Profile Visit rswebs's homepage!
 
Old 12-17-2010, 11:21 PM Re: how to add a bookmark icon
Madman340's Avatar
Web Designer

Posts: 571
Name: Jared
Location: Florida
Trades: 1
Quote:
Originally Posted by rswebs View Post
to douglife: so all i have to do is add my website name and title?
Yes, and of course replace the text with an image since you said you wanted an icon.
__________________

Please login or register to view this content. Registration is FREE
for cheap hosting solutions.
Use the coupon code "SINGLECENT" to pay just a single cent for the first month!
Madman340 is offline
View Public Profile
 
Old 12-18-2010, 03:55 PM Re: how to add a bookmark icon
Skilled Talker

Posts: 61
Name: Rafael
Location: Texas
Trades: 0
works great thanks to everybody for the help.
__________________
Free Web Templates
Please login or register to view this content. Registration is FREE
rswebs is offline
View Public Profile Visit rswebs's homepage!
 
Old 12-20-2010, 01:09 AM Re: how to add a bookmark icon
Banned

Posts: 10
Name: Jim
Trades: 0
Yes, you can have a custom icon added to the Bookmark entry of your page when people add it to their list of bookmarks. This won't work on all browsers but will work with the most popular ones. It works with most modern browsers such as Internet Explorer 5+ and Firefox. If you do then try bookmarking this page, you should see an icon next to the title as shown below.
Jimbrown is offline
View Public Profile
 
Old 12-20-2010, 03:37 AM Re: how to add a bookmark icon
Novice Talker

Posts: 8
Name: PRICIYANA EDISON
Trades: 0
Try this one


HTML Code:
<a href="javascript:void(0);" onclick="if(document.all) window.external.AddFavorite(window.document.location,window.document.title);">Bookmark Page</a>

Last edited by chrishirst; 12-20-2010 at 02:10 PM..
imhsar is offline
View Public Profile Visit imhsar's homepage!
 
Old 12-20-2010, 05:51 AM Re: how to add a bookmark icon
joe12joe's Avatar
Banned

Posts: 12
Name: Joe
Location: Houston
Trades: 0
You may use this to add to your favorites or bookmarks:

<FORM>
<INPUT TYPE="button" VALUE="Add to Favorites" onClick='window.external.AddFavorite(location.href ,
"Add favorites button to your website!");'>
</FORM>
</FORM>


Here is how you can add "Send to friend'

<div align="left">

<script language="JavaScript">
function EmailLink(){
window.location = "mailto:"+"?subject=I thought this link might interest you." + "&body="+top.document.title+": "+window.location;
}
document.write('<input class="select" type="button" value="E-mail this link to a friend" onClick="EmailLink()"></form>')

</script>

</div>
joe12joe is offline
View Public Profile Visit joe12joe's homepage!
 
Old 12-20-2010, 11:45 AM Re: how to add a bookmark icon
Skilled Talker

Posts: 61
Name: Rafael
Location: Texas
Trades: 0
thanks
__________________
Free Web Templates
Please login or register to view this content. Registration is FREE
rswebs is offline
View Public Profile Visit rswebs's homepage!
 
Old 12-20-2010, 06:29 PM Re: how to add a bookmark icon
Banned

Posts: 23
Name: Pete Darren
Trades: 0
Sites like addthis will have the source code for you to copy and paste
dagaul102 is offline
View Public Profile
 
Old 12-28-2010, 02:57 AM Re: how to add a bookmark icon
Html Web Design's Avatar
Experienced Talker

Posts: 31
Name: WP Themes
Location: Nagpur
Trades: 0
you can use this script

Code:
<div style="padding:2px;">
  <noscript>
    <a href="http://www.kledy.us/set-bookmarks.php" target="_blank">
      <img src="http://www.kledy.us/images/bookmarks_aqua.png" style="border:0">
    </a>
  </noscript>
  <script src="http://www.kledy.us/inc/code_aqua.js" type="text/javascript"></script>
</div>
OR

Code:
<div style="padding:2px;">
  <noscript>
    <a href="http://www.kledy.us/set-bookmarks.php" target="_blank">
      <img src="http://www.kledy.us/images/bookmarks.png" style="border:0">
    </a>
  </noscript>
  <script src="http://www.kledy.us/inc/code.js" type="text/javascript"></script>
</div>
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Last edited by Html Web Design; 12-28-2010 at 03:02 AM..
Html Web Design is offline
View Public Profile Visit Html Web Design's homepage!
 
Old 12-28-2010, 11:50 PM Re: how to add a bookmark icon
james77's Avatar
Experienced Talker

Posts: 37
Trades: 0
Copy the code and place in your site template or the pages where you want. Check offline and then upload.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
james77 is offline
View Public Profile Visit james77's homepage!
 
Old 01-04-2011, 05:55 AM Re: how to add a bookmark icon
Novice Talker

Posts: 9
Name: rahul kumar
Trades: 0
Add This is great stuff you can use for bookmark icon...you can follow link to know how many bookmarking here....http://www.addthis.com/bookmark.php
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
rakurkumar is offline
View Public Profile Visit rakurkumar's homepage!
 
Old 01-07-2011, 12:49 AM Re: how to add a bookmark icon
Skilled Talker

Posts: 61
Name: Rafael
Location: Texas
Trades: 0
i already made the "bookmark Us" thanks to douglife and all the forum members.

can some one help me how to get the code for "send to a friend" with an image?
__________________
Free Web Templates
Please login or register to view this content. Registration is FREE
rswebs is offline
View Public Profile Visit rswebs's homepage!
 
Old 01-07-2011, 02:55 AM Re: how to add a bookmark icon
Junior Talker

Posts: 3
Name: lillianpaul
Trades: 0
The best and easy way is go to any site where you saw the all bookmark buttons or sites. From there you can view the page source then copy the codes and paste it. It is easy way to add a bookmark icons.
__________________

Please login or register to view this content. Registration is FREE
lillianpaul is offline
View Public Profile
 
Old 01-20-2011, 04:26 PM Re: how to add a bookmark icon
Junior Talker

Posts: 3
Name: morrismountain
Trades: 0
You can add a custom icon for the bookmarks page of registration, when people Add to your favorites. This does not work in all browsers, but is more popular. It works with most modern browsers, like Internet Explorer 5 + and Firefox.
__________________

Please login or register to view this content. Registration is FREE
morrismountain is offline
View Public Profile
 
Closed Thread     « Reply to how to add a bookmark icon
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.17785 seconds with 12 queries