Remove Facebook and Twitter from Share button

Add this code to the Custom CSS field on the Style tab of your Vimeo Gallery widget’s settings:

.eapp-vimeo-gallery-share-item:nth-of-type(2),
.eapp-vimeo-gallery-share-item:nth-of-type(3) {
    display: none;
}