Great!
However, I've been trying to run both this and the FB mod side by side and all I get is a mix of the two

What I actually get is the FB profile linking to the Twitter profile pic, or the Twitter image not showing at all!
Any ideas how I can get both to work together in perfect harmony?
<if condition="is_member_of($bbuserinfo, 2, 5, 6, 7, 10)">
<if condition="$post['field5']">
<a href="http://www.facebook.com/home.php/#/profile.php?id=$post[field5]&ref=profile">
<img alt="My Facebook" border="0" src="http://www.mysite.com/forum/images/facebook.png" border="0"/>
</if></if>
<if condition="is_member_of($bbuserinfo, 2, 5, 6, 7, 10)">
<if condition="$post['field6']">
<a href="https://twitter.com/$post[field6]
<img alt="My Twitter" border="0" src="http://www.mysite.com/forum/images/twitter1.png" border="0"/>
</if></if>