Gada.be is the best thing going when it comes to searching these days. I really love it. I love it so much, I wanted to add some of it’s functionality into my own entries on both Mitchelaneous and the Web Hosting Show. Now I have. You can see it in action when you navigate down to the “Article Tags:” under this article. Now how did I do that?
Now for me, I had the keyword function cut and pasted out of my templates. So this is the only code I needed to insert into my articles template:
{{if keywords}}
Article Tags:
{{loop keywords}}
<a href=”http://{{var name=keyword}}.gada.be” rel=”tag”>{{var name=keyword escape=html}}</a>{{unless __last__}}, {{/unless}}
{{/loop}}
{{/if}}
Where it says “var name=”keyword”, that is where the sub domain for the gada.be URL comes from. That was the only real hard part to figure out. The rest of it should look pretty much like the regular keyword section that was there before I added gada.be into the mix. Now of course you can add your own CSS and look to the code. So get with it already. Show the folks out there that gada.be is the best thing going today.
Updated Oct 16: Added (rel=”tag”) into the code. Thanks Chris!







Comments are closed.