Quote:
Originally Posted by strudinox
Just an update, I managed to get this working perfectly on CMS articles:
In the template vbcms_content_article_page find:
Code:
<vb:if condition="$show['fb_likebutton']">
<div>{vb:raw fblikebutton}</div>
</vb:if>
Add Below:
Code:
<div style="text-align: right; width:100%; height:27px;"><g:plusone></g:plusone></div>
Click for Demo
|
Thanks for the info will add it to the manual template section (and credit you)