Hello,
Just found an awesome RSS/twitter/search bar at the top of http://www.gizmag.com .
Is there a similar plugin to add this to any theme? Or a theme that includes this?
Thank you!!!!
Hello,
Just found an awesome RSS/twitter/search bar at the top of http://www.gizmag.com .
Is there a similar plugin to add this to any theme? Or a theme that includes this?
Thank you!!!!
It's not a plugin. It's just a bit of coding to build the two links, and a Google custom search bar on the right. The applicable source code is here, although keep in mind this is not something you can simply cut and paste:
<div class="index" id="top_index">
<div class="index_center">
<ul class="header_links float_left">
<li><a href="/xml/" title="Subscribe to Gizmag's RSS feed"><img src="/images/rss_icon_glass.png" alt="RSS logo">Subscribe to Gizmag's RSS feed</a></li>
<li><a href="http://www.twitter.com/gizmag/" title="Follow Gizmag on Twitter"><img src="/images/twitter-icon.png" alt="Twitter bird">Follow Gizmag on Twitter</a></li>
</ul>
<div id="gsearch" style="float: right">
<!-- Google CSE Search Box Begins -->
<form id="searchbox_014429377739529077712:laul7lezdmm" action="/search/">
<input type="hidden" name="cx" value="014429377739529077712:laul7lezdmm">
<input name="q" type="text" size="30" id="google_input"><input type="submit" name="sa" value="Search" id="button">
<input type="hidden" name="cof" value="FORID:11">
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_014429377739529077712%3Alaul7lezdmm"></script>
<!-- Google CSE Search Box Ends --> </div>
</div>
</div>Badass, thank you! I can customize the code, but I couldn't have picked that out. Much appreciated.
Keep in mind there's some CSS that goes with it. Or you'll have to create your own. :)
You must log in to post.