@matrixpoland,
Please install the latest version v4.1.5.
1) Youtube URL, mail URL issues are now fixed. Please try again.
2) Regarding facebook count being incorrect. Can you please paste the page url in facebook’s app here https://developers.facebook.com/docs/plugins/like-button/#configurator . Whatever number is shown in the app will only be shown as count.
3) Regarding loading fontawesome manually. If that is the case, then you can disable wp socializer from loading fontawesome icons and load it yourself in the footer. I’m suggesting it because, the icons will be blank till the font icon loads and it is not preferred. You can disable loading fontawesome by going to WP Socializer –> settings –> “css/js to not load in any page” set value as sb_icon_css.
Note: Fontawesome icon is loaded twice in your site. One by wpdiscuz
plugin and other by WP Socializer. You can disable the load from WP Socializer from above instruction.
4) WP Socializer already loads font awesome from fontawesome’s preferred max CDN which is https://use.fontawesome.com/releases/v5.7.2/css/all.css You can find it in fontawesome’s documentation site here. https://fontawesome.com/start
5) For social icons getting loaded in the log in page. Example: https://i.snag.gy/RyND5M.jpg
6) For youtube icon not aligning, please use the below code. Replace “googledevelopers” with your channel ID.
<script src="https://apis.google.com/js/platform.js"></script>
<div class="wpsr-btn">
<div class="g-ytsubscribe" data-channel="GoogleDevelopers" data-layout="default" data-count="default"></div>
</div>
Thanks,
Aakash