views:

75

answers:

2

Hi guys. Does anyone know how to position a widget called linkWithin on the page? By default it's putting it below every post. I want to display it in the sidebar though. Any ideas?

A: 

From the LinkWithin FAQ:

How can I customize the placement of the widget on my blog?

Modify your HTML template to add the code below at the place where you want the widget to appear:

<div class="linkwithin_div"></div>

So you'd take that bit of HTML out of your posts template and move it either directly into your sidebar template or paste it into a sidebar widget within WordPress's admin interface.

Manzabar
A: 

I already put that HTML code in my sidebar but it didn't work at all I'm afraid... Unless I'm doing something wrong. Basically I'm taking this line:

div class="linkwithin_div">

And put it in whatever place I want. It doesn't work that way. I need some more code I guess.

Pavel
If you're still having problems with this, you might want to post a link to a page showing the problem.
Manzabar