I used a social sidebar in the left side of single post. I want to show all the buttons in the same sizes, they are now showing in different sizes. I want to make them all the same sizes like the "twitter" button. For checking please go here.
I tried many code but as their source is Iframe that's why my coding is not working. For google+ I used the following code:
$('#___plusone_1 iframe').load(function(){
$('#___plusone_1 iframe').contents().addClass('googleplusbtn');
}
So can you please help me ? Thanks.
I have checked these tutorials also but don't work for me: