Sharing buttons

Posted in: Newspaper
Post count: 6

Hello
I want to add Line & Whatsapp share buttons.
Also share doesn’t have problems
http://s2.img7.ir/GM5EI.png

Post count: 7909

Hi,

You need custom modifications to add another share button(add it manually in the code ), please check this topic – https://forum.tagdiv.com/topic/linkedin-button/ or use a plugin.
Also please note that the theme doesn’t have rtl support included and I suggest to hire a developer or a freelancer to customize it for you, on this site you can find one which can help you in this regard: https://studio.envato.com/

Thanks!

Post count: 17

Hi all,
Here’s what I did step by step to add a custom Whatsapp button:

1. Created a child theme, added an includes/module directory
2. Copied td_module_single.php file from theme’s original location (/wp-content/themes/Newspaper/includes/modules/td_module_single.php)
3. Added FA awesome menu plugin
4. I wanted to keep pinterest but you can delete as well. So, I kept pinterest and below that, I added the following code (before closing div):

<i class=”fa fa-whatsapp fa-lg”></i>

5. Go to custom css area of your theme panel, and add these:

.td-social-whatsapp {
background-color: #60b82d;
}

.td-social-whatsapp .td-icon-whatsapp {
font-size: 24px;
position: relative;
top: 2px;
left: 1px;
}

.td-social-pinterest {
margin-right:8px;
}


@media
(min-width: 787px){
.td-social-whatsapp {
display: none !important;
}

6. Voila! Now you see Whatsapp icon only on tablets and mobile – don’t worry if you don’t see it on your desktop.

Good luck

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.