I see the following JavaScript inline block rendered on every Joomla subpage. But I guess this code is relevant only for login page when social login buttons are integrated. Could you please improve the plugin and include this code only for login page?
jQuery(document).ready(function(){
jQuery(".login"

});
jQuery(document).bind('ready ajaxStop',function(){jQuery('.socialconnect:not(.facebook_done)').
addClass('facebook_done').append('<div><button class="facebook_button .....