- NewspaperSocial Sharing
- NewspaperSharing
- NewspaperDesign your post pages using the Default Templates
- NewspaperFacebook Share
Hi,
You can use the browser inspector tool to help you make various customization throughout the website. It is a very powerful tool
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example a code like this to make all the socials the same color, like you mention
– https://www.screencast.com/t/COC2YsP3CGo
.td-post-sharing .td-social-sharing-button .td-social-but-icon {
background-color: grey;
}
Like this for the pagination – https://www.screencast.com/t/CmByLOhZSy1
.page-nav a, .page-nav span {
border-radius: 50%;
}
Featured images or videos can only be set like this
– https://forum.tagdiv.com/featured-image-or-video/
There could be plugins that may offer the option to automatically set featured images, but we have not tested any.
Those images are part of a gallery, check the gallery settings to see what options it has. Create it as you like.
I will need to inspect the site in order to provide an answer. Please provide a link to your site so I can inspect it. If you are not comfortable sharing your site here, you can do it via email at contact@tagdiv.com
Thank you!
Are there instructions for adding LinkedIn sharing to NewsMag? I get complaints weekly about it not being there.
Indeed on Facebook there was still the old maintenance status when sharing the website, a fresh scrape will pull new information
– https://www.screencast.com/t/TTzuWvPhA6eH
Try sharing the website again on Facebook, it should display new website information.
Hello,
Sorry but our theme does not have any options for page sharing. It does not control what the social networks grab from the page.
If i test our official demo like you mention I get this result: https://www.screencast.com/t/iFD8WAqAT
I;m not sure where the code you show in the screenshots is being grabbed from but the theme has no control over it. Please also test on a wp default theme.
Thanks.
Hello,
Facebook sharing is not influenced by the theme. Please use seo yoast for more sharing options.
Thank you!
Make sure you have selected social networks in the sharing section
– https://www.screencast.com/t/c1Tgzf0DRUP
Also note that there are 2 sharing sections, top and bottom of the post
– https://www.screencast.com/t/eCbe0OIFX
That could be what’s happening, I see you have enabled the bottom sharing and checking the top sharing. Enable the top sharing as well, if you want to display it. If you already enabled the top sharing and there is a problem, please provide a link to your website sop we can take a look.
Thanks
Hello my site is ai-europe.eu and everything works great with this theme. But I wanted to share my Homepage (not a Blogpost!! ) to FB and Linkedin. I took the Adresse out of the Browser and pasted it in an FB Post And the strangest thing occurred.
The image and Text I have never defined or typed in. Its a weird text. Facebook Picture
On LinkedIn it was even weirder:
LinkedIn
Thats a picture from a Blogpost I did. and no Text at all.
Where can I edit this ?? Where can I define which picture is displayed and the text I want to share ?
Please help .. Thank you so much.
Love the Newspaper- Theme
I have tried turning on sharing button by following the instruction from document page in this link https://forum.tagdiv.com/search/sharing/?td-theme=newspaper
This is my setup
https://www.img.in.th/images/76c049465264128a6a164cb9cfe0686d.jpg
When I opened it, the buttons doesn’t appear. I can see only Like button is showing.
As image below.
https://www.img.in.th/images/45f0530d225a1fb81370041c969cb0f7.jpg
How can I open this function?
Anyway you guys could add the ability to toggle
function hook_wp_head() {
if (is_single()) {
global $post;
// facebook sharing fix for videos, we add the custom meta data
if (has_post_thumbnail($post->ID)) {
$td_image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), ‘full’ );
if (!empty($td_image[0])) {
echo ‘<meta property=”og:image” content=”‘ . $td_image[0] . ‘” />’;
}
}
on or off in the theme panel?
I haven’t been able to figure out how to child theme it out and every update I have to manually go in and just delete <meta property=”og:image” content=”‘ . $td_image[0] . ‘” /> manually.
I have tried using yoast but the above snippet always overrides what I set in yoast and as a result what gets shared via fb share button is the feature image instead of our customized fb image.
Hello Angel L.,
1)Yes, you should check the Translations section from Theme panel, from here -> https://www.screencast.com/t/aiUidgm4Me
2)Sorry, but please notice that’s the standard design for this header style. You should choose another header style for this effect if you do not want to break the theme layout.
3)No, the theme does not any such an option that allows you to transfer the functionality to Newsmag theme. If you like Newspaper, I do not know why you are not only using Newspaper, sorry! This theme is more powerful than Newsmag.
4)Sorry but none of our themes has not been tested with Facebook Comments plugin, sorry!
5)Provide a link to your problem and a useful screenshot of this problem.
6)Sorry but the theme does not have any such an option for adding more social sharing buttons, sorry!
7)Provide a link and useful screen for investigation.
8)I need a link to investigate it close that section.
Thanks.
Hello Fred,
For proper social sharing you will need the seo yoast plugin and to activate the og image like this example: https://forum.tagdiv.com/facebook-share/
Thank you!
Modified files – 43 files
editor-style.css
images\icons\newspaper.eot
images\icons\newspaper.svg
images\icons\newspaper.ttf
images\icons\newspaper.woff
images\pagebuilder\tdc-icons.png
includes\block_templates\td_block_template_1.php
includes\block_templates\td_block_template_4.php
includes\block_templates\td_block_template_8.php
includes\demos\entertainment\demo_style.css
includes\demos\entertainment\demo_style.less
includes\demos\erotic\demo_style.css
includes\demos\erotic\demo_style.less
includes\demos\spa\demo_style.css
includes\demos\spa\demo_style.less
includes\less_files\admin-style.less
includes\less_files\block-templates.less
includes\less_files\font-icons.less
includes\less_files\header-style.less
includes\less_files\menu-header.less
includes\less_files\menu-mobile.less
includes\less_files\pagebuilder\shortcodes\blocks.less
includes\plugins\td-amp.zip
includes\plugins\td-composer.zip
includes\plugins\td-multi-purpose.zip
includes\plugins\td-newsletter.zip
includes\plugins\td-social-counter.zip
includes\shortcodes\td_block_title.php
includes\shortcodes\td_block_trending_now.php
includes\td_config.php
includes\td_css_generator.php
includes\wp_booster\td_block.php
includes\wp_booster\td_cake.php
includes\wp_booster\td_css_res_compiler.php
includes\wp_booster\td_fonts.php
includes\wp_booster\td_js.php
includes\wp_booster\td_review.php
includes\wp_booster\td_social_icons.php
includes\wp_booster\td_social_sharing.php
includes\wp_booster\td_wp_booster_functions.php
includes\wp_booster\wp-admin\css\wp-admin.css
mobile\functions.php
style.css
Deleted files – 0 files
none
New files – 2 files
includes\modules\td_module_flex_2.php
includes\shortcodes\td_flex_block_2.php
Hello,
Here you can see all the available settings for sharing buttons. -> https://www.screencast.com/t/pn79JhJC6DKI For more investigations, please provide your website URL.
Thanks.
Hi,
That button is created according to the official Facebook documentation
– https://developers.facebook.com/docs/plugins/like-button
It will count likes received on the post page, and it should also take into account likes received when sharing the post on Facebook. That would be the purpose of this button.
Thanks
Hello,
I have some problems with sharing buttons (Newspaper).
Each time I want to share an article:
– On Facebook, I have a problem with the summary of the article (which appears under the image): there is the name of the article and then are repeated the categories and the name of the article, instead of the summary of the article.
– On Twitter, the post image is not shared.
Could you help me on this issue please?
Thanks,
Fred
i don’t understand how this works. the number of likes shown in the post seems to have no relation to the number of likes shown on facebook. when people like in the post, is it meant to get carried through to fb, or is the number of likes on fb meant to be reflected in the number shown on the counter in the post. or both?
Okay, I’ve tried reducing the number of chicklets, but nothing seems to work. Even if I only have two I get the plus symbol. I’ve purged the cache to make sure I wasn’t seeing an old version.
Can you please let me know how to get to the original state? I would not have changed it if there had been any warning that I was going to screw up social sharing on my posts.
Basically, when you have the post sharing buttons active with Pinterest and also use the Pinterest embed code (in previous post) to highlight pins on your site, it turns your Pinterest social sharing button into the very small Pin button from Pinterest. Likely a CSS class naming conflict or something (guessing).
I don’t have a link to where it’s happening but could set something up in a staging environment and send you a private link.
If possible please provide some more details about the issue you mention. The theme does not have a pin button implemented, there is only a post sharing option. A link to where the issue is happening would be useful as well.
The built-in Pinterest sharing button is overridden by the tiny default Pinterest button when the Pinterest code below is embedded anywhere on the site (that is visible, such as the sidebar):
Visit my Site on Pinterest.
<!– Please call pinit.js only once per page –>
<script type=”text/javascript” async src=”//assets.pinterest.com/js/pinit.js”></script>
Thank you for sharing the link. Unfortunately, buttons are not working. They are not generating any outputs upon the clicks.
Hello vincentbelaws,
Please update the theme to the latest version of it and check the Theme panel -> Sharing section from here -> https://www.screencast.com/t/2zkDD4DhHkT
Thanks.
Hi there,
I’d like to add the `Nofollow´ tag to all the social links on the footer section and post sharing buttons. How do I add that tag?
Thanks in advance.
Hi Catalin,
By any chance do you know how to add in the LinkedIn icon into the social sharing. I’ve added it into the social sharing network, but it doesn’t appear on the blogs.
Thank you,