Webmasters
Adding your site to YomYam
- Adding YomYam's bookmark link is as simple as... (you think about something)
- Basically all you need to do is to link to http://www.yomyam.com/add/
- You can place any text or image inside the link
Example codes
Bookmark With YomYam<a href="http://www.yomyam.com/add/">Bookmark With YomYam</a>
<a href="http://www.yomyam.com/add/"> <img alt="Bookmark With YomYam" title="Bookmark With YomYam" src="http://www.yomyam.com/img/favicon.png" style="border:0;"/> </a>
To make sure that the bookmarking success you should specify a parameter named url and valued it with the bookmark's url, see below:
<a href="http://www.yomyam.com/add/?url=http://www.yomyam.com">Bookmark With YomYam</a>
The recommended way (example at the bootom left corner of this page) to add a bookmark link to your site is as follow: (replace www.mysite.com with the address of your site)
<div style="width:100px;height:30px;position:fixed;left:10px;bottom:0;background-color:#56A5EC;padding:5px;text-align:center;"> <a href="http://www.yomyam.com/add/?url=http://www.mysite.com" style="font-weight:bold;color:white;font-size:20px;text-decoration: none;font-family: Arial;">Bookmark</a> </div>