$(document).ready(function() {
    /* меняем класс кнопок на нужный внешнему сервису */
 $('h3 class').addClass('ya-phone');
});



