get_social_buttons(); if (!empty($bs_data)) { echo "
"; foreach ($bs_data['bluesquirrel_social'] as $bs_key=>$bs_val) { if (!empty($bs_val)) { $bs_title = $bs_front->social_key_to_title($bs_key); echo "
"; } } echo "
"; } ?>