Add to bookmarks
This script only works with Internet Explorer. But given that the vast majority of users still use this browser, this script is often used.
Link
<a onclick="window.external.addFavorite('YOUR LINKS ','Site title ');return false;" href=#>Add to bookmarks </a>
It is becoming increasingly popular to use bookmarking services not to be tied to a specific computer and browser. Allows the user to automatically bring your site to itself in bookmarks, not through the browser.
Bobrdobr
The most popular bookmarking service in Russia.
The principle of link building
www.bobrdobr.ru/addext.html?url=YOUR_LINK &title=SITE_TITLE
Code (URL and title are automated)
<a href="http://bobrdobr.ru" onClick= "location.href='http://bobrdobr.ru/addext.html?url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title); return false" title="Add to bookmarks !"><img src="http://www.bobrdobr.ru/images/buttons/bobr_sml_gry_3.gif" width=16 height=16 alt="Add to bookmarks !" border=0/></a>
Select the button to the site yourself
Memori
Another bookmark service from Bobrdobr, while the test. The fact is that Bobr was the first, but for a time left the affairs of modernizing its site and the initiative began to intercept. Probably, now they decided not to admit such a mistake, but something radically new to do in parallel.
The principle of link building
memori.ru/link/?sm=1&u_data[url]=YOUR_LINK &u_data[name]=SITE_TITLE
Code (URL and title are automated)
<a href=http://memori.ru/link/title="Remember this page!" onClick="location.href='http://memori.ru/link/?sm=1&u_data[url]=' + encodeURIComponent(document.location.href) + '&u_data[name]=' + escape(document.title);return false;"><img src=http://memori.ru/img/site/memori.gif width=16 height=16 border=0 title='Remember this page!'>
</a>
Select the button to the site yourself
Delicious
Popular bookmarking service of Internet.
Code (URL and title are automated)
<a href='http://delicious.com/post' onclick="window.open('http://delicious.com/post?v=4&noui&jump=close&url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400'); return false;"><img src='http://images.delicious.com/static/img/delicious.med.giff' alt='add to Delicious!' border=0/></a>
Select the button to the site yourself
Моё Место
The principle of link building
moemesto.ru/post.php?url=YOUR_LINK &title=SITE_TITLE
Code (URL and title are automated)
<a href="http://moemesto.ru" onClick= "location.href=
'http://moemesto.ru/post.php?url='+encodeURIComponent(location.href)
+'&title='+encodeURIComponent(document.title); return false;"
title="Add to bookmarks МоёМесто.ru">
<img src="http://moemesto.ru/icons/mm_icon.gif" width=16 height=16
alt="Add to bookmarks МоёМесто.ru" style="border: none;"></a>
Select the button to the site yourself
Google
Code (URL and title are automated)
<a href=https://www.google.com/onClick="location.href='https://www.google.com/bookmarks/mark?op=add&title=&bkmk=' + encodeURIComponent(location.href) + '&labels=&annotation=' + encodeURIComponent(document.title); return false"><img alt='Google' border=0 src="https://www.ph4.ru/images/ico/google.png" title=Google></a>
Blogs
Livejournal
Code
<a href='http://www.livejournal.com/friends/add.bml?user=YOUR_ACCOUNT_IN_LJ '><img src='http://stat.livejournal.com/img/btn_addfriend.gif' width=22 height=20 alt='Add this user to your friends list' title='Add this user to your friends list' border=0></a>
Yandex — block Share Yandex, the designer of the social button.
There's nothing to describe, everything is simple and clear, like everything in Yandex, the example below.
I prefer this code for its lightness. It's lighter than all the others with "One Button" and eas
AddThis Add bookmarks to several services at once. But here one can add buttons and likes as they are offered by official websites.
Unfortunately, this kind of functional code on your site takes over the resources, and once they can conflict with yours Scripts. You can try and solve.
VIDEO