how to add social media to Veronika Osclass Responsive Theme
footer.php
slicet line
117 to 133 change replace to theis code and all linke change to ur paeg in socieal media
117
<div class="header"><?php _e('bfrosha', 'veronika'); ?></div>
<?php if(osc_is_ad_page()) { ?>
<span class="whatsapp"><a href="whatsapp://send?text=<?php echo $share_url; ?>" data-action="share/whatsapp/share"><i class="fa fa-whatsapp"></i></a></span>
<?php } ?>
<span class="facebook"><a href="https://www.facebook.com/bfrosha?u=<?php echo $share_url; ?>" title="<?php echo osc_esc_html(__('Share us on Facebook', 'veronika')); ?>" target="_blank"><i class="fa fa-facebook"></i></a></span>
<span class="pinterest"><a href="https://pinterest.com/pin/create/button/?url=<?php echo osc_base_url(); ?>oc-content/themes/<?php echo osc_current_web_theme(); ?>/images/logo.jpg&media=<?php echo $share_url; ?>&description=" title="<?php echo osc_esc_html(__('Share us on Pinterest', 'veronika')); ?>" target="_blank"><i class="fa fa-pinterest"></i></a></span>
<span class="twitter"><a href="https://twitter.com/bfrosha?status=<?php echo $share_url; ?>%20-%20<?php _e('your', 'veronika'); ?>%20<?php _e('classifieds', 'veronika'); ?>" title="<?php echo osc_esc_html(__('Tweet us', 'veronika')); ?>" target="_blank"><i class="fa fa-twitter"></i></a></span>
<span class="google-plus"><a href="https://plus.google.com/share?url=<?php echo $share_url; ?>" title="<?php echo osc_esc_html(__('Share us on Google+', 'veronika')); ?>" target="_blank"><i class="fa fa-google-plus"></i></a></span>
<span class="linkedin"><a href="https://www.linkedin.com/shareArticle?mini=true&url=<?php echo $share_url; ?>&title=<?php echo osc_esc_html(__('My', 'veronika')); ?>%20<?php echo osc_esc_html(__('classifieds', 'veronika')); ?>&summary=&source=" title="<?php echo osc_esc_html(__('Share us on LinkedIn', 'veronika')); ?>" target="_blank"><i class="fa fa-linkedin"></i></a></span>
<span class="instagram"><a href="https://www.instagram.com/bfroshaonline/?php echo $share_url; ?>&title=<?php echo osc_esc_html(__('My', 'veronika')); ?>%20<?php echo osc_esc_html(__('classifieds', 'veronika')); ?>&summary=&source=" title="<?php echo osc_esc_html(__('Share us on instagram', 'veronika')); ?>" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a></span>
<span class="youtube"><a href="https://www.youtube.com/?php echo $share_url; ?>&title=<?php echo osc_esc_html(__('My', 'veronika')); ?>%20<?php echo osc_esc_html(__('classifieds', 'veronika')); ?>&summary=&source=" title="<?php echo osc_esc_html(__('Share us on youtube', 'veronika')); ?>" target="_blank"><i class="fa fa-youtube"></i></a></span>
</div>
</div>
</div>
</div>
133