sdavis-if you're doing them without a containing field, your probably don't need this conditional
Code:
<if condition="$post['field13'] OR $post['field14']">
from what i can tell, that was added to decide whether or not there are any of the social networking icons to decide whether or not to make the container for them. since you're not using the container at all, and using an individual conditional to decide whether or not their is a value for a specific site in order to show the icon, you can get rid of that if statement and the corresponding closing of the if statement.