Quote:
Originally Posted by nitra1000
Look for the where it mentions facebook in the SHOWTHREADS template and add after it ...
Code:
<div style="text-align: right; width:100%; height:27px;"><g:plusone></g:plusone></div>
It's untested but should work.
|
Thank you for your answer.
To have a 20px button in the same line with thread title, I added the following:
HTML Code:
<g:plusone size="medium"></g:plusone>
After
HTML Code:
<vb:if condition="$show['fb_likebutton']">
{vb:raw fblikebutton}
</vb:if>
Works like a charm