JezK
Edit File: share.php
<?php global $oketheme; if ($oketheme['share_act']) {?> <div class="shareicon"> <?php if ($oketheme['translate'] == 'id') { echo '<p class="small"># Bagikan informasi ini kepada teman Anda</p>'; } else { echo '<p class="small"># Share this information to your friends</p>'; } ?> <!-- Facebook --> <a href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php the_title(); ?>" target="_blank" title="<?=$oketheme['translate'] == 'id'?'Bagikan ke':'Share to';?> Facebook"> <span class="el-icon-facebook" style="color:<?=is_singular('tour')?'#FFF':'#3B5997';?>"></span></a> <!-- Whatsapp --> <a href="https://api.whatsapp.com/send?text=<?php the_permalink() ?>" title="<?=$oketheme['translate'] == 'id'?'Bagikan ke':'Share to';?> Whatsapp"><span><img style="margin:-22px 4px 0;width:38px;" src="<?php echo get_template_directory_uri();?>/images/<?=is_singular('tour')?'wa-icon.svg':'wa-icon-fill-green.svg';?>"></span></a> <!-- Twitter --> <a href="http://twitter.com/share?url=<?php the_permalink() ?>&text=<?php the_title(); ?>" target="_blank" title="<?=$oketheme['translate'] == 'id'?'Bagikan ke':'Share to';?> Twitter"><span class="el-icon-twitter" style="color:<?=is_singular('tour')?'#FFF':'#00aced';?>"></span></a> <!-- Digg --> <a href="http://www.digg.com/submit?url=<?php the_permalink() ?>" target="_blank" title="<?=$oketheme['translate'] == 'id'?'Bagikan ke':'Share to';?> Digg"><span class="el-icon-digg" style="color:<?=is_singular('tour')?'#FFF':'#006094';?>"></span></a> <!-- LinkedIn --> <a href="http://www.linkedin.com/shareArticle?mini=true&url=<?php the_permalink() ?>" target="_blank" title="<?=$oketheme['translate'] == 'id'?'Bagikan ke':'Share to';?> Linkedin"><span class="el-icon-linkedin" style="color:<?=is_singular('tour')?'#FFF':'#0077B5';?>"></span></a> <!-- Pinterest --> <a href="http://pinterest.com/pin/create/button/?url=<?php the_permalink() ?>&media=<?php $thumb_id = get_post_thumbnail_id();$thumb_url = wp_get_attachment_image_src($thumb_id,'large', true);echo $thumb_url[0];?>&description=<?php the_title(); ?>" class="pin-it-button" count-layout="none" target="_blank" title="<?=$oketheme['translate'] == 'id'?'Bagikan ke':'Share to';?> Pinterest"><span class="el-icon-pinterest" style="color:<?=is_singular('tour')?'#FFF':'#BD081C';?>"></span></a> </div> <?php } ?>