Here is the second of our newest widgets - The Automatic Blogroll. It allows you to display an automatically updated blogroll in your sidebar. This blogroll will display the blogs that quote you the most, or those that you quote the most, or both!
This tool is available in the two different types seen below. Once again, the setup is very simple:
- Copy the code below that corresponds to the blogroll you prefer
- Insert your blog’s URL in the part of the code that is in bold
- Paste this code into your sidebar or in a widget
This is the “Light” version:
<a href="http://www.wikio.com" class="wikio-neighbours">Neighbours Widget by Wikio</a>
<script type="text/javascript" src="http://widgets.wikio.com/js/source/neighbours?style=light&country=us&url=URL_OF_YOUR_BLOG" charset="utf-8">
</script>
This is the “Raw” version:
<a href="http://www.wikio.com" class="wikio-neighbours">Neighbours Widget by Wikio</a>
<script type="text/javascript" src="http://widgets.wikio.com/js/source/neighbours?style=raw&country=us&url=URL_OF_YOUR_BLOG" charset="utf-8">
</script>
To choose which blogs will appear in your Blogroll, you need simply modify the “dir” attribute in the code. This is found in between the “style” attribute and the "url" attribute:
Example: <script type="text/javascript" src="http://widgets.wikio.com/js/source/neighbours?style=raw&country=us&dir=in&url=URL_OF_YOUR_BLOG" charset="utf-8">
- To display the blogs that quote you the most: dir=in
- To display the blogs that you quote the most: dir=out
- To display both: dir=both
And it's that simple. Don’t hesitate to contact us on widgets@wikio.com with any questions you may have on this widget. And stay tuned for the third of our newest widgets, coming soon...

Comments