In my single post, I have a social sidebar on the left side. Currently, the buttons in the sidebar are appearing in different sizes, but I want them all to be the same size as the "Twitter" button. To see the issue, please visit this link.
I've tried various code solutions, but none seem to work because the source is an iframe. Specifically for Google+, I attempted the following code:
$('#___plusone_1 iframe').load(function(){
$('#___plusone_1 iframe').contents().addClass('googleplusbtn');
}
Could someone please provide assistance with this? Thank you.
I have also looked at these tutorials, but unfortunately, they did not work for me:
jQuery changing contents of an iFrame
jQuery/JavaScript: accessing contents of an iframe