- NewspaperSocial Sharing
- NewsmagSharing buttons
- NewspaperSharing
- NewspaperDesign your post pages using the Default Templates
- NewspaperFacebook Share
Hi,
What I meant to say was, when I click the Facebook sharing button it does not capture the image file that I am trying to share in the post. It shares a empty box on Facebook, this only occurs with Facebook.
Interestingly enough, it captures the image and article when I share on Pinterest.
Thanks,
Naomi
Hello,
If a social plugin as well does not work, then it;s a problem from your install and not the theme. Please try to disable all plugins except the page builder and clear all caching to see if there is no plugin conflict affecting the social sharing. Also please check your firewall, file permissions, memory allocation.
Thanks.
I have a problem when sharing on facebook. It does not show any image. I tried with facebook debugger and it tells me that the property og: image does not exist. I’ve checked yous seo and it’s all good. What I can do? I have my client very upset. My url: cachitoacachito.com
Hello…
I have Newspaper version 8.1, and I now longer can share a post image to Facebook. I have the Top Article Sharing button enabled in the Newspaper theme, and I even downloaded a social plugin and it still do nothing, what could be wrong? Could my theme be corrupt?
Thanks
Naomi
Not theme related, you might check with Google forums.
Also, check your site stats, either from Google Analytics and/or from your web server stats package, to see what kind of traffic you’re getting and from where.
I don’t have this issue here, as I often catch a typo, or update something, and reads actually go up a couple of days later as the social stuff I do when sharing propoagates more and stuff in Google News and elsewhere “settle.”
You could setup your tracking, then monitor what’s going on — for example if it’s all bot traffic, then do update on test post, then monitor what changes specifically.
“views” is a broad term, and can apply to unique visitors, bot traffic, hackers, scrapers, etc. — if you lose bot traffic, but not unique visitors, then nothing actually wrong. If you lose bot traffic, they may choose to not keep indexing it as new if the “updated date” changed relative to position in the RSS feed.
I don’t work here – just food for thought anyway.
Hello.
I want to show the sub category in Tagdiv Composer Block, but it doesn’t work well.
Like attached img, I type the category slug in “Ajax dropdown – show the following IDs:”
img link : https://drive.google.com/file/d/16iXixoIdoF67EMlJ3YEZbtjG37PSaqtX/view?usp=sharing
But in this img, only “명언 시리즈”(slug : speech) menu is appeared. Of course the other category has post, but it doesn’t work now.
img link : https://drive.google.com/open?id=1Esu3uG7tcGStMKudFbEYMwTCs0R7nmV6
I want to show this sub categories in block 2.
Could you tell me the solution, pls?
Thank you.
Hello halil atli,
The social sharing buttons can be enabled from Theme panel from here -> https://www.screencast.com/t/8oA6WMFF PLease make sure that you are using the latest theme version and check all the required plugins to be correctly updated. Clear all the caches and check the results.
Hope this helps!
Thanks for your understanding!
Hello Josuesantana,
Please notice that if you want that your Twitter Sharing to be opened in a new window you should have enabled the Like/Tweet button from here -> https://www.screencast.com/t/f5GDCzlkVc Also, if you do not like it appears this option in the frontend, you should use a bit of CSS code to hide them. Try the code and place it in Theme panel -> Custom CSS area.
The code is ->
.td-classic-sharing{
display:none;
}
Thanks for the message!
Thanks Simion,
I want to share this:
Plugin: Sharethis
MOBILE
Newspaper/Mobile/Single.php
<?php
/**
* Created by ra.
* Date: 10/23/2015
*/
global $post;
//increment the views counter
td_page_views::update_page_views($post->ID);
get_header();
if (have_posts()) {
td_global::load_single_post($post);
$td_mod_single = new td_module_single_mob($post);
?>
<div class="td-container">
<!-- breadcrumbs -->
<div class="td-crumb-container"><?php echo td_page_generator_mob::get_single_breadcrumbs($td_mod_single->title); ?></div>
<!-- post content -->
<?php the_post(); ?>
<article id="post-<?php echo $td_mod_single->post->ID;?>" class="<?php echo join(' ', get_post_class());?>" <?php echo $td_mod_single->get_item_scope();?>>
<div class="td-post-header">
<?php echo $td_mod_single->get_category(); ?>
<header class="td-post-title">
<?php echo $td_mod_single->get_title();?>
<?php if (!empty($td_mod_single->td_post_theme_settings['td_subtitle'])) { ?>
<p class="td-post-sub-title"><?php echo $td_mod_single->td_post_theme_settings['td_subtitle'];?></p>
<?php } ?>
<div class="td-module-meta-info">
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_comments();?>
<?php echo $td_mod_single->get_views();?>
</div>
</header>
</div>
<div class="td-post-content">
<?php
// override the default featured image by the templates (single.php and home.php/index.php - blog loop)
if (!empty(td_global::$load_featured_img_from_template)) {
echo $td_mod_single->get_image(td_global::$load_featured_img_from_template);
} else {
echo $td_mod_single->get_image('td_696x0');
}
?>
<?php echo $td_mod_single->get_social_sharing_top();?>
<?php echo $td_mod_single->get_content();?>
</div>
<footer>
<?php echo $td_mod_single->get_post_pagination();?>
<?php echo $td_mod_single->get_review();?>
<div class="td-post-source-tags">
<?php echo $td_mod_single->get_source_and_via();?>
<?php echo $td_mod_single->get_the_tags();?>
</div>
<div class="sharethis-inline-reaction-buttons"></div>
<?php echo $td_mod_single->get_next_prev_posts();?>
<?php echo $td_mod_single->get_author_box();?>
<?php echo $td_mod_single->get_item_scope_meta();?>
</footer>
</article> <!-- /.post -->
<?php echo $td_mod_single->related_posts();?>
</div>
<?php
} else {
//no posts
echo td_page_generator_mob::no_posts();
}
comments_template('', true);
get_footer();
View: https://www.screencast.com/t/2ROxmtWBLp3
DESKTOP
CODE: https://www.screencast.com/t/w90uht8VYV
VIEW: https://www.screencast.com/t/f9AA6yEOin
I need twitter sharing in the posts open in new page, like the others!
Thanks!!!
Hello investimpactly,
In the near future update, we will consider for adding a new more social sharing networks.
Thanks for the message!
Hello anshidtanalur,
If you want to put some ads above the social sharing buttons you should use the do_shortcode() method. For example, if you are using the post template style 1, please check here -> https://www.screencast.com/t/25R2rc9FJPp After your changes, make sure that you have added some ad code to custom ad 1 field.
Thanks for your understanding!
Hello,
Unfortunately the theme does not feature the implementation you need. Pages do not have sharing buttons or ad spots inside the post loop. The latest articles area post loop and cannot get the implementation from the post onto the page. You will need customization services in order to make this implementation but unfortunately we cannot help as it is not covered by the theme support.
Thank you!
Hi
I am unable to open Per category settings (under Categories setting), just spinning. Installed version 8.5.1.
Please help.
Did you check your post to see if the OG meta data is actually there?
Also note sometimes FB simply times out when sharing, and you might have to once in a while do the ‘refresh attachments’ option on your FB post from your FB page.
We run into this every few weeks. Super annoying. 🙂
Hello,
Please clear your cache as the same method of implementation is requred for other sharing options. The same guide as here:
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
or
https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
Thank you!
no, I meant another. in Russia, popular other social networks to share, for example, Vkontakte or classmates.
Look, I need to insert this script
<script src=”//yastatic.net/es5-shims/0.0.2/es5-shims.min.js”></script>
<script src=”//yastatic.net/share2/share.js”></script>
<div class=”ya-share2″ data-services=”collections,vkontakte,facebook,odnoklassniki,moimir”></div>
Before update 8.5 I put this script as you advised me in the screenshot https://www.screencast.com/t/hZqp5dTnl
worked as a script like so:
<div class=”td-default-sharing”><script src=”//yastatic.net/es5-shims/0.0.2/es5-shims.min.js”></script>
<script src=”//yastatic.net/share2/share.js” async=”async”></script>
<div class=”ya-share2″ data-services=”vkontakte,odnoklassniki,moimir,blogger,lj,telegram” data-counter=””></div>
</div>
That is, your button sharing was with mine. Now, those recommendations that were in your screenshot do not work after the upgrade.
That is, I insert the code <div class=”td-default-sharing”><script src=”//yastatic.net/es5-shims/0.0.2/es5-shims.min.js”></script>
<script src=”//yastatic.net/share2/share.js” async=”async”></script>
<div class=”ya-share2″ data-services=”vkontakte,odnoklassniki,moimir,blogger,lj,telegram” data-counter=””></div>
</div>
but my share buttons do not appear along with your
when i try to share in twitter image is not showing, but with the same post when i try to share the image is showing with fb post, what is the issue i face here
Hello Olya,
Unfortunately, all of these are part of additional customizations and please notice that we cannot provide this type of services at the moment, sorry! As a hint, you should comment out the theme’s social network sharing functionality and leave to active only your code if you want to achieve good results. It’s not a simple task and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!
Hi,
At the moment there are no issues with the featured image when sharing the post
– https://www.screencast.com/t/iQicG0A1
Use the Facebook debugger to identify potential problems if the issue persists
– https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/
Thanks
Hi!
I think i solved the problem, but i still have the problem with sharing the articles in fb via the ‘Share Module’. The images doesn’t show up in fb.
Look –> http://novedadesdeloeste.com/pre-cosquin/
Any suggestion?!
Thanks
Thanks to your very good explanation regarding moving banner underneath the social icons I managed to fix this.
I now just wonder, how to create a 40px whitespace under the banner? Because it’s too close to the element below. Love to learn how to do this. Thank you!

Thank you very much. I solved, there was disabled the function on WpRocket of embeded. 😀
I ve another question, sorry…
Since i had install the theme i ve a problem with google+ sharing. If i copy the link on google+ the post appear without the title. How can i do?
Hello Olya,
Yes, you can turn off from Theme panel our sharing buttons -> https://www.screencast.com/t/DFLkwIOe and then, if you have solid skills for codding you can add your own social sharing if you will edit the theme’s core files where this code is created. You can start from here -> https://www.screencast.com/t/hZqp5dTnl
Hope this helps!
Thanks for your understanding!
Dear sir,
at the bottom of each post there is a theme function to put a facebook “like” counts besides the share buttons. Is it possible to change the “like” counts to “share” counts? because facebook sharing can attract more traffic than simply “like”. thank you!
screenshot to explain:
https://snag.gy/Uvy103.jpg