MyBB Community Forums

Full Version: Use Linkwithin on MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering about installing linkwithin on MyBB.
Linkwithin shows related posts for blogs, and I thought it would be interesting to have that on my forum. Has anyone done it (i haven't found anything). Would that be relevant? And what would be the best location to add linkwithin code?

Thanks
you can try using its code at the bottom of showthread template (above {$footer})
Weird, I added at the place you recommeded, but even if I can see it on the source of the page, nothing appears:

Example:
http://forum.antinovaordemmundial.com/To...filme-1984

Quote:<script>

var linkwithin_site_id = 795079;

</script>

<script src="http://www.linkwithin.com/widget.js"></script>

<a href="http://www.linkwithin.com/"><img src="http://www.linkwithin.com/pixel.png" alt="Related Posts Plugin for WordPress, Blogger..." style="border: 0" /></a>
are you sure that its not working OR you have ad-block ..

you may try by enclosing the code between div tag like this :
<div style="text-align:center";>
<script>
var linkwithin_site_id = 795079;
</script>
<script src="http://www.linkwithin.com/widget.js"></script>
<a href="http://www.linkwithin.com/"><img src="http://www.linkwithin.com/pixel.png" alt="Related Posts Plugin for WordPress, Blogger..." style="border: 0" /></a></div>

:unsure: if it doesn't work then
the main script part linking widjet.js may be moved to headerinclude template
Thanks ranjani, I don't have any ad blocker, and I tried from several places.
I did what you said about moving to the header, but still no sign of the widget.

has anyone ever used it here?

You guys think it would be a good thing for the site?