No search results were found in Documentation!
Hi,
Unfortunately our theme does not have a built in WhatsApp integration. You can either use this method to add a custom sharing button https://forum.tagdiv.com/add-a-new-linkedin-button/ or you can use a plugin for sharing if you want. We cannot recommend one to you as we have not tested them but you can try some of them out and see how they work.
Thank you!
In your “Sharing” portion before an article starts, I can see the Facebook, Twitter, Pinterest and G+ buttons but I was looking to incorporate “Share on WhatsApp” as well. How to do this? Can you help?
How do i edit the social media share buttons. Ive seen documentation on how to add a linkedin button through custom css but how do i remove a few buttons and activate email sharing?
I imagine that there might be an obvious solution to this but I’m a bit frustrated with looking around for it without an intuitive solution.
P.S. My problem is not with the counter but with the share buttons under each post. (I would like to integrate email and whatsapp share buttons on what I already have on this site) http://insidebusinessonline.com
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
Hello
Please add Whatsapp and Line messenger icons in newspaper font.
Hello
I want to add Line & Whatsapp share buttons.
Also share doesn’t have problems
http://s2.img7.ir/GM5EI.png
Hi,
1. Newspaper doesn’t have such an option and you will need to find/use a plugin for this. Unfortunately we did not test any plugin like this, so I cannot make any recommendations and guarantee that it will work, sorry!
I have seen that other users use Mailchip so feel free to test it and see if it helps.
2. Newspaper 6 doesn’t have whatsapp share option, you will have to add it manually in the code if you want this or use a plugin. You can find an example how to add a share button in the documentation(it is newsmag documentation, but it works also for newspaper) – https://forum.tagdiv.com/add-a-new-linkedin-button/
3. Please check this topic – https://forum.tagdiv.com/topic/how-to-remove-author-name-from-posts/
4. I have already answered to this – https://forum.tagdiv.com/topic/create-custom-page-for-category/ Maybe other users have another solution.
5. I have answered here – https://forum.tagdiv.com/topic/multi-column-mega-menu-with-just-text/ Please follow the steps provided there and provide more details what you did not understand maybe I can explain it better.
6. Unfortunately this is how the mobile menu works, we will think to another implementation when a new navigation system will be created. I already answered here – https://forum.tagdiv.com/topic/menu-scroll-issue-in-mobile-devices/
7. You can use the footer style 2 – http://screencast.com/t/FILqBSWWvb9 – http://screencast.com/t/xNSZLYMBt
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hello,
I have purchased and installed Newspaper Theme v6.2 on my website. I am facing following issues with it. Let me know how can it be resolved :
Website URL : http://www.naukrinama.com
1. I want to add a Email Subscription form onto my website. But there is no option for the same in theme. How can i get it done ?
2. The sharing options which is provided with the theme doesn’t show me option to share through whatsapp. Can you tell me how can I add whatsapp sharing option ?
3. When i try to share any of my article link onto social media the details which gets fetched from the URL also shows the Author Name. I don’t want to show Author Name in it. How can it be removed ?
4. I have a category named “States” on my website and its slug url is (http://www.naukrinama.com/states). The theme provides an option to select only fixed templates for category.
But i wanted to create a separate custom page for my category which contains some modules and blocks. For that I created a new page with URL (http://www.naukrinama.com/state-jobs). Now I want to make this page the default page of my category. How can it be done ?
Also how can I add category tags on top of a custom page which i have created like the category template page.
5. The “States” menu on my website contains 36 entries and which isn’t getting displayed onto a single screen in menu dropdown. I want to create a multi column text based mega menu in which there would be 4 columns and each would contain 9 entries. Let me know how can this be done ?
6. The menu in the mobile layout is not working fine. The menu gets scrolled with the page itself and all menu entries start moving towards top. Ideally even if the page scrolls the menu should remain fixed. I am not talking about sticky menu here. I am talking open the menu is expanded and then the page is scrolled. See the screenshots below for reference. Let me know how to resolve it.
Screenshot 1 (When open opened) : http://imgur.com/hwyEruq
Screenshot 2 (When Page scrolled) : http://imgur.com/1xLKSp5
See the scroll of the page. Ideally the page should scroll but the menu shouldn’t
7. Current my website is showing 6 sections in footer with 3 in each row. I want to remove the Editor Picks sections and then want to menu the bottom 3 section into one single section i.e. About Us, Logo and Social Links once below another and place that block in place of Editor Picks. Let me know how can that be done.
Looking forward for a revert from development team on these points.
Hi
@Roney please make sure you have the whatsapp plugin installed: https://wordpress.org/support/plugin/whatsapp then go to plugin settings and set it where you want to appear on the post/pages: http://screencast.com/t/VQ4vE5bbAI4
To make the button visible on desktop add this custom css in theme panel > custom css:
@media (min-width: 1024px){
.wabtn_container {
display: block;
}
}
Let me know how it goes.
Thanks!
Suggestion:
1. Place the option to print the post.
2. Personalize the ads bottom ad of the post, by category.
3. Function to share in WhatsApp
Hello Bryson T,
Just add this in your css.
.td-social-stumbleupon {
background-color: #ff4e2e;
}
.td-social-stumbleupon .td-icon-stumbleupon {
font-size: 15px;
position: relative;
top: 2px;
left: 1px;
}
.td-social-reddit {
background-color: #7db3ef;
}
.td-social-reddit .td-icon-reddit {
font-size: 15px;
position: relative;
top: 2px;
left: 1px;
}
.td-social-whatsapp {
background-color: #60b82d;
}
.td-social-whatsapp .td-icon-whatsapp {
font-size: 15px;
position: relative;
top: 2px;
left: 1px;
}
And add this to td_module_single.php
<i class=”td-icon-stumbleupon”></i>
<i class=”td-icon-reddit”></i>
<i class=”fa fa-whatsapp fa-lg”></i>
Hope solves your issue đ
Thanks,
Yasir
Founded my solution. Just use this guys to add whatsapp button
Hello,
I am using latest version of font awesome icons and i am trying to add whatsapp button in sharing article bar. Now i have done everything thing and i just need whatsapp icon but it’s not coming up. Could you please tell me how can i add whatsapp icon?
Thanks.
Hi,
You need custom work to implement whatsapp share button(or replace a theme default share button) as the theme doesn’t have this share option and we cannot provide any type of custom work at this time as we work hard on development, updates and support. If you don’t know how to do it I suggest to hire a freelancer to do it for you from sites like – http://studio.envato.com/
Here you can find the default share buttons if you want to add your own – http://screencast.com/t/gMF05PywvYTv
Thanks!
Thanks for the help Sir. Sir I dont want to add any plugin for whatsapp. I want to have an inbuilt share on whatsapp button, like this site: http://www.storypick.com/ They are not using any plugin rather they have inbuilt “Share on whatsapp” code. So I wish if you could help me to make some changes in code so there I will have “Share on Whatsapp” button both above and bleow blog posts (It should be visible only in tablet and mobile devices). Thanks in advance
The share links are opening in the same window because you have altered the code and somehow broken the default behavior. Newspaper comes with share links that open in a popup. Use the original files to revert the remaining links back to their default state.
Free WhatsApp WordPress Plugin
Use that plugin for WhatsApp integration, or search for others.
The classic Facebook and Twitter buttons can be removed from the theme settings panel. Go to Post Settings > Sharing to administrate those options.
Hi Sir, I am not good in coding so I am messed up all the way. This is my website: http://www.kickscoop.com I removed the pinterest and google+ share button from blog post. Now i want all these things to be customized in Social share buttons:
1) Adding a “Share on Whatsapp” button both in top and bottom of the post. Also customize the buttom to look green and have whatsapp icon (Whatsapp Share URL: whatsapp://send?text=The text to share! [Got it from Stackoverflow] )
2) Remove the Classic Facebook like and Twitter tweet button from bottom sharing buttons and also remove the boxed part. Both the sharing buttons present above and below should look nearly the same. Also after clicking “Tweet on Twitter” the share url should popup, not open it in the same tab.
3) “Share on Whatsapp” button should be visible only on tablet and mobile devices but not in desktop devices.
Sir, Can you please help me to customize? If you can just edit the codes and share it with me or I can mail you my login credentials so that you can make change directly from my admin panel if you wish. Thanks in advance
Well, you’re not “Fixing” anything, you’re customizing things.
Here’s what you can do. Mind you, these are only steps and locations; you need to know how to use CSS and HTML to actually perform the changes:
Adding WhatsApp & Removing Pinterest: The code for the default sharing blocks are in newspaper/includes/modules/td-module-single.php and there are two sections, one for above and one for below the post. They’re just links added to a variable so remove what you don’t need or change it as needed.
I wanted to add Reddit and remove Pinterest so I deleted the Pinterest blocks from both, created a td-social-reddit class for the background color, and changed the icon in the <i> element to td-icon-reddit and added the styles to the Custom CSS panel in the theme settings (to avoid overwriting on updates).
If the WhatsApp button uses a share URL and not a javascript function, it’s simple enough to copy the Google Plus button code in each location and adjust the URL in it and even add variables to it like I did with Reddit (See example on my site: Single post on my site showing the sharing buttons with Reddit and no Pinterest)
Please note that the default sharing buttons in that file all include some javascript inside of <script></script> tags within the chunk of code. This is primarily for handling the popup behavior of each link. Removing it or using your own JS without such a function will make clicking the share link open in the current full browser window, taking users away from your site.
Adding Pinterest to Images: There are several free and premium plugins that handle this. I suggest you implement one of them after removing the default Pinterest share button as described above.
These aren’t difficult changes to make, though. If you’re familiar with coding then it should be self-explanatory how to complete the steps above. Good luck!
Hello I am using Newspaper 6.1 wordpress theme. I want to add “Share on Whatsapp” button in blog posts which will only show in mobile and tablet devices. And also I want to remove the “Share on Pinterest” button in blog posts. Rather I want to add a “Pin it” button in all images in blog posts so that any one can pin the images on Pinterest. Just like this: http://prntscr.com/7mv8yz . I dont know how to do it. Can you please help me to fix all these? Thanks in advance.
Hi,
You can try to add it after theme’s share buttons – http://screencast.com/t/Qr4xbSkxu5xt
$buffy .= do_shortcode('[whatsapp]');
Thanks!
Hi
i want add WhatsApp Share Button using this https://wordpress.org/support/plugin/whatsapp
its gave me this php cod <?php echo do_shortcode('[whatsapp]'); ?>
where shouid i add it to appears beside facebook and google +

or put it insted of pinterest ..
Guys i need whatsapp and stumbleupon sharing button next to pinterest.
Both are popular platform, why you not added