HomePage › Forums › Traveler › Social Sharing in Location › Reply To: Social Sharing in Location
Hello IrinaPotanina,
Thank you for waiting!
I think that you need to customize. a few!
I hope you are a DEV and you can write php code.
To add social share in the page, you can open and edit file inc/shortcode/hotel/hotel.php
in st_vc_hotel_share() function
if(is_singular( 'st_hotel' ) || is_singular( 'location' ) || is_singular( 'page' )) {
return '<div class="package-info tour_share style-2 '.$extra_class.'" style="clear: both;text-align: right"> ' . st()->load_template( 'hotel/share' ) . '</div>';
}
You can see my attachment below
Thanks,
Hai Nguyen