No search results were found in Documentation!
Hello bemibel,
If you want to manage the title length for your Related Posts for each post, yo should check your Theme panel and change the title length from here -> https://www.screencast.com/t/KHxq0dbXWeSz
If you want to display on mobile mode the sharing buttons, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Cusom CSS area.
The code is ->
@media (max-width: 767px){
.td-with-like .td-social-but-text, .td-with-like .td-post-share-title{
display:block!important;
}
}
Thanks.
On mobile, the bottom sharing text is hidden. How can I show the text “Share” on mobile? I used
.td-social-google {
display:none!important;
}
}
to hide Google Plus sharing, so there should be enough space to show the text.
Thanks for your help!
Hello,
Please use this guide for Facebook sharing:
https://forum.tagdiv.com/facebook-share/
If your post still will not work properly, try to remove the featured image and also remove it from the media library. Change the name of the image file and then upload it again as a new image. (you must change the name of the image in order for this to work )
Then re-scrape your post using the facebook debugger.
Thank you!
taco_and_co,
Thank you. That was a confidence booster. So, I started deactivating plugins one by one to see which one may have been causing an issue.
The thing is, and I am sharing this, so others in the future may serve as a reference.
I have WP Super Cache installed, but currently it is disable from caching (plugin is activated). I deactivated the plugin, tried site wide analysis, nothing happens. I activated WP Super Cache again (but in its setting, the plugin is not enabled to cache), now it is working – the site wide analysis. Will wait for it to finish.
Hi Tagdiv! I am experiencing this werid issue of not having the featured image displayed for this particular blog post of mine while sharing on facebook: http://1step1footprint.com/pulau-rawa-2d1n-trip/
The other posts are working well. Only this blog post that I am having issues with the featured image displaying while sharing on Facebook. I’ve tried clearing cache but to no avail. Could you please help me investigate this issue? Many thanks.
Jian
Hi,
I have some problems when I want to share posts from my website (arenavalceana.ro) on facebook. In fact, the vast majority of posts have to do certain steps with facebook sharing debugger (see photos: https://postimg.org/image/gpnl1uzcd/; https://postimg.org/image/b2r84dwtp/; https://postimg.org/image/teda7sg31/; https://postimg.org/image/b07chjt65/) to be distributed as they wish on Facebook.
Please help me to solve this problem because I don’t want to use facebook sharing debugger every time when I want to share my posts.
Thanks!
Hello campagnuolo,
Please check your Facebook Sharing with the Facebook Debugger and grab the Scrape again. Clear all your caches, purge all CDN files and check the results. For more information about this tool, please consult here -> https://forum.tagdiv.com/facebook-share/ Also, if you need more assistance in this regard, please provide your website URL so I can take a closer look and also, so I will be able to provide a more accurate response. If is not what you mean, provide more details.
Thanks for your understanding!
Hello,
1) It is not a bug. You simply did not modify the css properly on a responsive layout.
please also add this code:
@media (max-width: 767px){
.td-post-template-7 .td-post-header-holder {
width:100%!important;
}}
2) You can change the site width with css but please keep in mind that this is not recommended as the theme elements will not position properly anymore and there could be css issues. If you did change this, please note this change is not recommend by us and if you have future css styling issues, you should definately start by removing the width alteration as our elements were created based on the fixed width of the containers. I did not say it is not possible. I said there is no solution I can provide because simply changing the width will not be enough for this modification to function properly.
7) We implemented a fix for this in the next theme version we plan to release in the near future. I have passed this information on to my colleagues and we will fix this in the next update.
8) In order to remove pinterest from the post sharing options you can either hide it with css or remove it from the theme code.
css version:
.td-social-pinterest{
display:none!important;
}
The code version:
Please remove this line of code for top sharing:
https://www.screencast.com/t/bTiYLtemTyK
and this line for the bottom sharing:
https://www.screencast.com/t/ZXoSzECDzYeY
Thank you!
1. About the title position, I fixed it with custom css. Now the title is centered, but it seems the theme has a small bug. If you check this url, you will see the title is centered. If you minimize the screen and you go from the biggest to the smallest, you will see there is a point that the title breaks and stops beeing centered. Aswell, in the responsive the title font size doesn’t respect the font size that I setted on the theme options.
2. Solved. You said there was no solution for that, but with the custom css I found the solution. Now the content is not that wide witouth sidebar. I know if I never wants to use sidebar in a page everything will break, but I’m not going to use sidebar anywhere so I hope I will not have problems. You can check the content of this page.
3 and 4. Nothing to say.
5. Solved.
6. Solved.
7. Still no solution, here you can see two screenshots:
CONCLUSION: Everything is fine except point 1 and 7.
Just one more thing:
8. How can I disable pinterest sharing on posts?
I’ve worked with many themes, and I like this one, so I will give my best to adapt it to my needings, but I will need your help to solve these small issues.
Thank you so much.
Hi,
That affects the posts that are using post template style 2, but like I said the bottom sharing by default displays at the bottom of the post, after the via field, tags, post pagination and review – https://www.screencast.com/t/UnV13L8H4qxF If none of those are used, it displays just after the content – https://www.screencast.com/t/juSN26qOtiV or bottom ad if used – https://www.screencast.com/t/pgSO5l6Iz7L0 In the link you provided the sharing appears after your bottom article ad – https://www.screencast.com/t/Hh5wfRinKZ6r and after the comments plugin. Maybe you can configure the settings of the plugin to change the position where it appears. You could try the solution from this topic and use a custom ad instead of the article bottom ad – https://forum.tagdiv.com/topic/sourcevia-above-add/ and place the ad do_shortcode below the bottom sharing.
Thanks
hi, ok i moved it upto here on loop-single-2.php but its still not showing?
<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_content();?>
<?php echo $td_mod_single->get_social_sharing_bottom();?>
</div>
Hi,
You could modify the loop file corresponding to the post template style you are using (post template style 2 – loop-single-2.php) from the theme folder – https://www.screencast.com/t/w9ichSol If you open that file in an editor you can see the post template structure – https://www.screencast.com/t/unmMN1H28N1 The default bottom sharing is supposed to display just after the article bottom ad if used, or after the content if not. That plugin pushes it down, by inserting itself in the post content – https://www.screencast.com/t/gdNJS68rJ9J
Thanks
Hello Ingente,
Unfortunately, our theme does not have any such an option that allows you to move the article bottom ad to be under the sharing bottom ad, sorry! What can you do is to hide or not use the article bottom ad and insert with the do_shortcode method an ad, which have to be placed under the sharing bottom ad? For example, if you are using the post template style 2, you should edit the loop-single-2.php core file and under the sharing bottom you should insert your desired ad, like this -> https://www.screencast.com/t/Y5kJXj5sJ
<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
Thanks for your understanding!
Hi, I want to put “Article bottom ad” under “Bottom article sharing”. For default, first it´s Ad, then Sharing box. I want exchange both order.
Can you say me When is the code of Article Bottom AD? It´s for try move it for myself. 🙂
THANKS 😀
Twitter username for the Twitter sharing button on posts is set under Theme panel >> Post settings >> sharing.
If this is blank is uses the General Settings site title. Which it should never do because it can cause someone on twitter to be spammed with notifications. The site title and twitter username is 2 different things and may not be the same. Twitter @ Names have no space, Word Press site titles have spaces.
So your site name could be “Buffalo Botox” but then the twitter share button will spam poor @Buffalo on twitter with notifications.
-
This reply was modified 9 years by
macksix.
Hello sir
How to remove Google Plus and Pinterest on social sharing?
thank you
Now… one more thing.
I strugled a little to add the Facebook Comments Moderation Tool.
Although he Facebook Developer guide for comments it’s sufficient and easy to follow it can be a litle tricky and can mislead your perception that moderation is not working. Here is hw I fixed to add Moderation Tool to my Facebook Comments Plugin. Here it is the documentation from facebook: https://developers.facebook.com/docs/plugins/comments/#moderation
First of all, you have to be in a point where you already see Facebook comments plugin on your page(s), okay? Only after you fix this is the time to step forward to add moderation on it.
1 – You have to make sure you Facebook App you’ve just created for your comments it is well setup. To make sure, go to you App Panel (https://developers.facebook.com/apps) open your app and make sure that a) it’s live/public under APP REVIEW section (right menu) and then that your configuration for your app is complete under Configuration (or Settings depending of your language). In this configuration section you have to make sure you have added a plataform for website / site. To add that you just click in Add new Plataform on the bottom of the page and select the option SITE. In the field that will open you put your URL for your blog for example: http://nicedomainname.com/blog. After you’ve done this you go to field up above named App Domains and inform the main domain name which is this case would be: nicedomainname.com and then you save your configurations. This all you have to do in your app before proceed.
2 – Then, you go to the moderation tool and do a little tunning on it. To access Facebook’s moderation tool you can use this link: https://developers.facebook.com/tools/comments. Make sure you select the app your are working on from the drop-box. Then you just need to click on Configuration (or Settings depending of your language) and do some adjustments on the options it shows. Observe that this is where you say to Facebook to mirror all comments from your blog from/to one of your FB’s pages (this option only works from the time you activate this and cannot be deactivated for a page after it is done, so choose it carefully although it is a nice feature). And for the last make sure you add all moderators under the moderators tab including yourself. (Note that you have to be friend of the person you want to add as moderator). You can explore all other options but basically in this area that’s all you need.
3 – Then you will need a little of programming again. But it is just a little. All you have to do is to add this litte piece of code within your <head> tag in your header.php file: <meta property=”fb:app_id” content=”YOUR APP ID” /> …. more specifically add this under this line <meta charset=”<?php bloginfo( ‘charset’ );?>” />. In the end your header could look like this (I’m using Newspaper so pay attention for any different. However the end result should looks similar):
<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta property=”fb:app_id” content=”YOUR APP ID” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>
4 – Update your site, purge all caches and wait Facebook scrap recycling identify all changes which can take hours or days. And this is where I can say can be tricky and misleading. Because all you need to do are within the 3 steps above. However, if you try to immediatly see the moderation tool gets activated that will not attend your expectations because facebook is slow to identify all changes. BUT, and this is a nice thing, you can FORCE facebook to extract your pages and identify the brand new tag you’ve just inserted on your header.
All you need to do is to go to debug page and force this. The link is this: https://developers.facebook.com/tools/debug/sharing. Paste your URL with the facebook plugin and check if facebook can read your app id. In most cases the last time facebook extrated your page could be days before. Than you have this button “Extract again” that will force Facebook system to read again your page. Check if now your metatags are correct and if you app id shows up in fb:app_id field. If it shows up you can now reload your page and see the option “Moderation Tool” in the Comment box: Like this https://scontent-gru2-1.xx.fbcdn.net/v/t39.2365-6/12448449_1702676243339764_782736789_n.png?oh=15556d00a727244cb75e95a9033048ad&oe=592F427A . If you don see anything yet or your App Id is not showing up after you have added to your header, check if you have paste the code correctly, if your App ID is correct, if your App is Public already or if you have updated your site (update a page for example) and if you have purged all caches. It has to be quite straight forward to implement this.
If you’ve done all right you will start seeing comments getting to be reviewed or in “public” area of Facebook moderation tool.
Hello wisnuwr,
Please keep in mind the Sharing button has nothing to do with the Social Counter. It is two different things and implementations. So, regarding on Twitter Sharing Button, notice that when you hover on button, the link contain your Theme Title which can be changed from General Settings, like this -> https://www.screencast.com/t/hesUHaJPj
Thanks for your understanding!
I downloaded the latest theme again, deleted the code you’ve mentioned, exactly. (double checked)
uploaded. Overwritten, double checked.
w3 plugin + cloudflare cache cleaned.
Debugged and rescraped a couple test, new and old URLS with Facebook’s sharing debugger.
All my URLS still keep displaying “by author” at Facebook links.
Can you check it at your end, please.
user guide
https://forum.tagdiv.com/sharing/
Where can find the code to remove social sharing for posts? This website is being used for internal purposes and we don’t want the information shared to social media. We also would like an option to turn of the Author-Default admin on each of the posts.
Hello,
Sorry but the social sharing on posts does not have an option to select which sharing network you want to show. It is a fixed widget containing 4 social networks. If you want other networks to show up instead, you can either edit the theme code: https://www.screencast.com/t/D9KIry2is or use a plugin for social sharing.
Thank you!
Thanks for your help so far, now I only have one more ongoing problem that not solved yet.
6. I’ve set everything like you told https://www.screencast.com/t/nEnmTJAHBcyE but it’s still not change yet https://www.screencast.com/t/fZ0GCJrmp4I (the picture that appeared when sharing is still from a random article, the one that change in option look more like a favicon. and also the tagline that not appeared)
And one more thing about sharing. Why my article not like anyone else when it been shared. (like this https://www.screencast.com/t/NoV75AlX3z) it’s a headline in 1st row and more content in 2nd row right? But mine is headline both rows https://www.screencast.com/t/ltuq9bryJY
Thank you very much
Yesss, i found it, instal demos 🙂 🙂 🙂 i was looking at wrong place. And you may add screenshot on forums via some online image sharing community like ‘imgur’ for example.
Hey guys. Hope all is well.
Having problems with FB comments appearing on the page. Got reply from Facebook –I need you to translate it to English for me. haha 🙂
FROM FACEBOOK :
Hi Bobby,
Thanks for reaching out!
The sharing debugger gives some warnings which need to be fixed, as the fb:app_id couldn’t be parsed in your pages.
For example;
https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fbrandinginasia.com%2Fvirtual-reality-film-industry%2F
In the tab “Based on the raw tags, we constructed the following Open Graph properties” the fb:app_id is empty. I would suggest to reorganize the meta tags and move all the og:url og:type og:title og:description fb:app_id og:image above the article meta tags. Once the sharing debugger is able to parse the fb:app_id with no issues, the future comments should work well.
THANKS GUYS!