thanks ericgtr.
I just wanted facebook without the dropdown and wanted to only show it in certain forums.
- highlighted is forums to exclude
Code:
<!-- Begin Share FB -->
<vb:if condition="in_array($thread['forumid'],array(136,85,99,167,102,168,103,93,123,121,171,172,88,179,173))">
<vb:else />
<li class="popupmenu nohovermenu" id="sharefb">
<h6><a name="fb_share" type="icon_link" href="http://www.facebook.com/sharer.php">Share to Facebook</a>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></h6>
<ul class="popupbody popuphover">
</ul>
</li>
</vb:if>
<!-- End Share FB -->