The issue is some CSS in your template that is hiding the Share button. In the /templates/it_smartshop/less/template.css file, around line 8330, is:
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}If you remove that block, the Share button will display. However, it looks like there's more styles related to Facebook widgets in that file as well that may need to be altered as well to get things perfect. If you run into further display issues, I'd contact the developer of that CSS file to understand what code they're adding for Facebook widgets and why.
I hope that helps,
Alex