Are you looking for my non-technical blog?

This is now my technical-only blog, my non-technical blog is here.

11 October 2005

Searching Into Your Blog Posts

You can add the following code into your blog template in order to have an add-on for searching into your blog posts. This can be added in your blog side-bar or anywhere else you want.
<!-- Technorati Search Box --> <!-- Author: Tarek Amr --> <!-- Date: 11 October 2005 --> <!-- http://gr33ndata.blogspot.com/ --> <h2 class="sidebar-title">Search Within This Blog</h2> <center> <form action="http://technorati.com/search.php" method="get"> <input type="text" id="kw-search" name="s"/> <input type="hidden" name="from" value="your-blog.blogspot.com" /> <input type="submit" class="btn" value="Search" /> <br><br> Technorati Search Box Powered By: <a href="http://gr33ndata.blogspot.com/"> Gr33n Data </a> </form> </center> <!-- End Technorati Search Box -->
Note: do not forget to replace "your-blog.blogspot.com" with your actual blog address. Tags: , ,

No comments:

Post a Comment