- NewspaperSocial Sharing
- NewspaperSharing
- NewspaperDesign your post pages using the Default Templates
- NewspaperFacebook Share
Hello
Is it possible to show the view count of Sharings for FB not the likes count?
I think the higher the count the more likely readers will share the content,
Thank you
Hello dharma3d,
Try to use the custom code from this topic here -> https://forum.tagdiv.com/topic/sharing-buttons-4/
Thanks for the message!
Hello Silverheim,
i have disabled the Breadcrumbs option at Theme Panel > TEMPLATE SETTINGS > but i still have the Breadcrumbs showing travel as screenshot bellow i don’t know why. and keeps the same probleme on facebook sharing 🙁
https://www.screencast.com/t/WR4bL5doGa
thank you for your answer
hello,
i want to ask if there is a way to edit the share content of facebook i don t like what is sharing i have on the first categories i dont want appear those categories in the share content how can i solve that
https://www.screencast.com/t/NZrywdd2J
thanks
Hey Chito. Thats great man. But in the same way its dados because the theme must work with the last version of visual composer due a vulnerabilities risks :(. I Will try that solution. Thank you Very much for sharing this workround man. If possible send me ur contact thru my website contact form. Thanks
hello,
i think i have a bug on desktop website with sharing article when i share in the first time i have no image with the article like this screenshot : https://www.screencast.com/t/CJVQmuiSeEc i must repeat the action for the second time to have appearing the image like that https://www.screencast.com/t/SomxEiSEWx
but in mobile i haven’t this probleme its appear in the first time
thank you for helping me
Q. Does post templates, block and grid support custom post.
Your Answer: Our blocks support custom post types but you will not be able to sort them based on their custom taxonomy. Please read this guide
Query: But in custom post type, option for selecting post template is not available
Q. Is there anyway to change style of reviews
Your Answer: Reviews can only be changed with css. There are no settings for more styles.
Query: Please help me in respect of class and modification code. I do not have knowledge about coding.
Q. Is it possible to create custom templates / style / block / Module / Grid for post, etc.
Your Answer: If you have the proper coding skills you can create anything, but our theme does not have a block/module/grid creator. It can only be done with hardcoding.
Oh, I dont know much about coding
Q. Number of youtube subscriber details are showing 0 insted of actual number
Your Answer: please use this guide to properly configure the plugin
I followed exactly the same. But still, there is problem. Further, my earlier facebook sharing number are not showing on posts
Q. In mobile theme, Menu background is not working. Menu items are there but due to no background it is not visible. see screenshot https://www.dropbox.com/s/8bnhu1mslnwd51e/MobileMenu.png?dl=0
Q. In desktop version, post template style-5 is not showing featured image in the post single page. But in mobile (mobile theme activated) it is showing featured image. Does all post template style, block and module are working only in desktop. Does mobile theme does not support them.
Q. How could I add custom post type posts list in the mobile (mobile theme)
Q. Does Mobile Editor works only in page. Mobile editor option is not available in post.
Hi,
Try using the category slug in your code – https://www.screencast.com/t/MQ0I0U4zw and also use the .single class so it will apply only in the single post pages, like this
.single .category-travel .td-post-sharing-bottom {
display:none !important;
}
.single .category-travel .td-post-sharing-top {
display:none !important;
}
Please let me know if this works for you
Thanks
thank you for your answer.
i tried to hide share buttons on the top and the bottom of the posts in my category. i have used the code:
.category-76 .td-post-sharing-bottom {
display:none !important;
}
.category-76 .td-post-sharing-top {
display:none !important;
}
It doesn’t work 🙁 what am I doing wrong?
Regards
Ewa
Hello,
Thanks for sharing this. I have checked into this and there seems to be an issue causing this. I added it to our list for future updates.
As a quick fix, you can add this code in the theme panel-> custom css box:
.td_block_slide .td_module_slide, .td_block_slide .td-slider{
width:100%!important
}
Thank you!
Hi,
Thanks for the quick response, i have already enabled the sharing settings in Yoast plugin. My issue is this, the image mentioned in og:image tag is not posted to facebook on share.
i am not specifically mentioning the image URL in post yoast seo facebook setting as i am assuming the plugin will use the default featured image.
Regards
Dear Support,
When i am trying to share my post to facebook using theme facebook share button, the featured image which is mentioned in og:image tag is not posted to facebook, instead of some random image within the same page is showing , mostly from the image from the other posts in the sidebar.
please check the below link. the og:image is showing different url what you will see while sharing the link on facebook.
http://www.pakdiscussion.com/cpec-knowledge-dr-atta-ur-rehman/
Hi,
Post your link here in the topic and i will take a look, also you can use this code to reduce the margin, enter it it Theme panel->Custom Css
.td-post-sharing-top {
margin-top: -15px;
}
Result – https://www.screencast.com/t/tpwkOIZy
Thanks
Great stuff!! Thanks for that!
I got it working just as you described, but how do I remove the gap between the banner and the social sharing buttons as per your result link?
Also how do I PM you the link of my page to show you the banner width vs the post content width?
Hi,
You could use a do_shortcode with a custom ad inserted in the loop single php file of the coresponding post template that you use, found in the theme files. Example for post template 2 – edit loop-single-2.php like this – https://www.screencast.com/t/4A2gQiM0kIJM and add the code above the top sharing – https://www.screencast.com/t/eYsURewPomd
This is the code – make sure you have an ad code placed in Theme panel->Ads->Custom ad 1 – https://www.screencast.com/t/Mw29z93l9
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Result – https://www.screencast.com/t/84kV4eKU
As for the size of the ad, it takes the full available width taking in account if there is a sidebar or not – https://www.screencast.com/t/jtmFdrnQ2F
If in your case it is of a much smaller size please provide a link so i can inspect it further.
Thanks
Hello Nana,
Unfortunately, our theme does not have implemented the sharing button on woo commerce template, sorry! If you want to have this feature for woo commerce, you should apply it yourself because this is not a simple task and involves custom work to achieve it. So, if you do not have solid coding skills and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry! As a hint, you should edit the single-product.php core file like this -> https://www.screencast.com/t/Ec31Veaugrj
Thanks for your understanding!
Hello per123,
If you want to display the top sharing buttons under the featured image, you should edit the theme core files. For the example, if you are using the post template style 1 you should edit the loop-single-1.php core file and make these changes like this -> https://www.screencast.com/t/GbGTtxBcbIR Notice that after these changes you should adjust the theme for a better result. All of them should make by yourself and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work.
Thanks for the message!
Hi,
Depends of what you want to modify, as you can see in the loop-single-12.php this is the structure of the post template – https://www.screencast.com/t/MoywbspEUq
As a simple example i added a heading between social sharing bottom and next/prev posts https://www.screencast.com/t/y3iIHZ8uw – https://www.screencast.com/t/QA0rpK7Q
Make a backup of the file you modify just to be safe and you should consider hiring a developer/freelancer to help you if you don’t know how to go about it.
Thanks
Hi,
I have an annoying “0” above Latest Articles tab on the home page: http://www.dogtrainingcourseforpuppies.com/ that I cannot locate anywhere in order to remove it. It appeared after I installed the latest version of the theme.
Would you be kind enough to point me in the right direction as to where I might locate and delete it?
I have tried the theme without the sharing plugin, which shows immediately above the Latest Articles tab and it made no difference – in case you were to suggest that.
Thank you and regards,
Warwick Jones
Hello,
I’d like to leave just the facebook sharing button on top and bottom of posts on mobile theme. I’ve managed to do it on desktop theme with css update but same solution doesn’t work on mobile theme – 4 buttons still show up there. Please advice how to hide all except facebook or as last resort – all of them.
Thanks,
— Pawel
Hi,
can you please explain again how to put sharing buttons under the featured image?
Links in your post are not working anymore
Thanks
Can someone please help me kill this class with fire??
div.un_socialShareicn
This is not the social sharing in the main theme options. It is giving me a “Please follow us:” before and after each article excerpt.
I can’t find this one anywhere. I’ve been sifting through code to manually delete it… but I can’t find it.
Anyone?
Hi,
We would like to remove repeated line with categories name which is displayed on Facebook while Sharing content on there. There are categories which are displayed without having space and it looks odd and the Title line is also repeated.
Here is screenshot of the issue:

Screen shot has red marked area which we need to customized.
Please help to resolve this issue.
Thanks & Regards,
Sachin Guleria
Never had any problems with Facebook sharing with any other themes before. Default themes and Valenti showed that info by default as it should be. Anyway I activated SEO Yoast back ON, and yeah it removed unnecessary information from post description.
-
This reply was modified 9 years by
Edragon.
Hello,
Please use SEO yoast (wordpress seo) as it provides the needed controls for facebook sharing including the og image: https://forum.tagdiv.com/facebook-share/
As for the social icons, please add the full path to the social network like so: https://www.facebook.com/nike
Thank you!