Tools for your website and blogs
We provide various ways so that users can directly vote and submit to your links and bits aka stories from your own site or blog. You are just required to place small piece of code in your pages, blog templates etc and you are done. User are not required to leave your site, they can vote right on your page.
To include following chicklet in your website or blog please follow the most appropriate method given below.
A button with vote count:![]() |
Method A
Paste following code anywhere in your site you want and it will automatically fetch your page URL and people can easily vote or submit your link to Gyach SB.
<script type="text/javascript" src="http://www.gyach.com/evb/auto-url.js.php"></script>
Method B
Paste following code wherever you want to submit some special URL, useful for pages where you need to submit multiple URL from single article or page..
<script type="text/javascript">$url = 'YOUR CUSTOM URL';</script>
<script type="text/javascript" src="http://www.gyach.com/evb/static-url.js.php"></script>
For Blogger Blogs
Use following code in your blogger template after <div class='post-body'><p>
<div style="float:left">
<script type="text/javascript">$url = '<data:post.url/>';</script>
<script type="text/javascript" src="http://www.gyach.com/evb/static-url.js.php"></script>
</div>
For Wordpress Blogs
Use the following code before or after <?php the_content() ?> in your wordpress template. You can add it for both single and main index template.
<div style="float:left">
<script type="text/javascript">$url=<?php the_permalink() ?>';</script>
<script type="text/javascript" src="http://www.gyach.com/evb/static-url.js"></script>
</div>
The Small ICON link
To put small icon which can be used to submit your URL to Gyach SB similar to following::
Add to :

You can use following code to place small icon for GyachSB anywhere in page or blog, it extracts URL automatically.
<strong>Add to : <a href="javascript:q=(document.location.href);void(open('http://www.gyach.com/savebits.php.php?url='+escape(q),'','resizable,location,menubar,toolbar,scrollbars,status'));"><img src="http://obj.gyach.com/gyachsm.jpg" border="0" /></a></strong>
A small ICON which uses a static URL
Add to :

You can use following code to place small icon your blog when you provide static URL ie. you don't want it to automatically find the url, you can use it places like wordpress.com hosted blogs where they do not allow JAVASCRIPT in posts.
<strong>Add to : <a href="http://www.gyach.com/savebits.php?url="http://www.gyach.com" title="Submit to GyachSB">
"><img src="http://obj.gyach.com/gyachsm.jpg" border="0" alt="Submit to GyachSB" /></a></strong>












