No search results were found in Documentation!
Note, there is update plugin 0.3.1 today (2/24); also the “Yoast SEO Glue” plugin is now in the WordPress.org repository for auto-install from WP panel or FTP without having to mess with the github dev version!
For those using YOAST SEO + AMP, get this:
https://wordpress.org/plugins/glue-for-yoast-seo-amp/
In my test pages, the “image” works when loaded/placed between paragraphs but didn’t work when it was a featured image loaded on page outside the actual post meta.
If using the YOAST SEO GLUE addon for Yoast SEO, it looks like that will pick up the description and also make sure featured image (fallback to OG image) will be inserted into the code.
Be sure to read the threads for the plugin on WordPress.org (for both plugins).
In my tests in December I found the social plugin I was using didn’t work with AMP, as the FontAwesome font would not load and hence had broken elements for sharing.
I’ll be testing AMP with the Simple Local Avatars plugin, which is the one I happen to use for local hosting of author pix.
==========
NOTE THIS IS EVOLVING AS WE SPEAK
I just got ping back to help debug the alternate wp-content folder path bug, so will be following up with them on that today to help fix that issue.
Hello,
Thee is a tutorial on how to add a linked in button on your sharing options but this method is dated and could not work properly in the current version of the theme. You can do a search through our forum as there are many topics on this and you will find lots of useful information on how to position it after implementation. You can start here: https://forum.tagdiv.com/topic/linkedin-button/
Unfortunately the theme has no such option to use any image. We have no solution for this at the moment so maybe one of our users can help you out in this matter or maybe you can find a plugin that has such a feature.
Thanks.
Hello Amy,
You need to use this link and create your button and get the code: https://www.stumbleupon.com/dt/badges/create
Then you need to place the code in this file: http://screencast.com/t/b2SBp2UQg
Then you can use this css to position it properly:
.td-default-sharing iframe{
position:relative;
left:8px;
top:2px;
}
I hope this helps.
Thanks.
Thanks Chris for your sharings on this matter! We haven’t made any researches on this yet however we do have this on our list and will analyze it once and if this new AMP project will gain in popularity and will have a stable implementation.
Lucian C.
Hello amsam1979,
All the discussions are in the English language. Please try to follow the steps from here -> https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/ and you only have to edit your .htacces to introduce that code http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Hope this helps!
Thank you for the message!
Hi,
I want to add a link/text for “Click for full size” on image. And sharing buttons. I marked places on screenshot. Which file should I edit and how can I find right places?
Hello,
You can position it in line with the other elements without problems, but you will not be able to make it square as the other topic suggests. The icon comes from javascript and their server. They do not have square icons. sorry. and you cannot change it with css as it is rendered as an iframe.
For positioning you can use this css:
.td-default-sharing iframe{
position:relative;
left:8px;
top:2px;
}
I hope this helps.
Thanks.
Hi,
I have a peculiar behavior on the site layout. When I am logged into the WordPress site with an admin account, the site layout is perfect.
But when I log out and check it (just as any normal visitor to the site), the social media icons on the top menu, search icon (magnifier glass) on the main menu, dropdown arrows on main menu disappears and get replaced by some strange characters. See screenshots below.
This issue persists only on the home page.
Please help how to resolve this problem.
Loged In VIew – https://drive.google.com/file/d/0B95NvGMpDn8cY1ZNd1NwcnRaZjg/view?usp=sharing
Loged Out View – https://drive.google.com/file/d/0B95NvGMpDn8cMWMxMWVfanVqT28/view?usp=sharing
Hi,
I disabled the WP generic comments and installed a plugin for Facebook comments. However, on single post pages I still see a line “No Comments” from the generic comments template. I tried to locate where to edit or remove this on comments.php and many other places, but I couldn’t.
See a screenshot on this link – https://drive.google.com/file/d/0B95NvGMpDn8cMHJwam1RQzFVN0E/view?usp=sharing
Basically, I want to remove that ‘No Comments’ text from the single post pages.
Please help.
You can turn off the sharing buttons from the theme panel under post settings, last I checked 🙂
how to delete this information when sharing

Hello,
This happens because you did not use the complete url in the social sharing fields.
Please use the url like so: https://www.facebook.com/TagDiv/ including the https part
Thank you!
Hello tagdiv, I found a small bug in the theme. When the bottom like buttons are enabled, the post automatically goes there when loaded. I don’t know to explain it properly. Simply when I load a page the bottom sharing buttons are visible at the bottom. Instead of showing the posts from the beginning it is showing the bottom by default. I have to manually scroll up to the top all the time. When I disable the bottom like buttons everything is normal. Kindly help me with this.
Hello,
We already have this request on our to do list. The Pinterest button was not implemented in the social counter as a decision from the developer team because Pinterest was already implemented in the article sharing. We will consider this request for a future update.
Thank you for your message.
Hi
Usually this happens when you try to load the fonts from external sources. Check in browser console if there are any errors related by Cross-Origin Resource. If there are any errors like this try this solution: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Let me know how it goes and if the problem persist please provide an url where I can inspect this closer.
Thanks!
Hi Reza,
Unfortunately the theme has no such option. You can maybe find a plugin that has such an option as sharing plugins are the most popular ones on wordpress. I can’t make any suggestions however, you will have to test them out yourself.
This is an older guide, but you could get some ideas from here: https://managewp.com/automatically-share-blog-posts
Thank you!
Hello;
Thank you so much for your reply, also I have another question regarding post sharing, is there any way to share posts on our social networks when we are publishing it ? I mean auto sharing.
Best Regards;
Reza
Hi,
I am using theme’s ad option to display my adsense ads,but how to add adsense before the featured image? (under social media sharing buttons)
Best Regards
mike
Hello paologalli,
Unfortunately, our theme does not have such an option for social sharing for pages but only for posts and I suppose that you are referring to posts. If you want to use the social sharing only for a specific posts/articles, you have to do some customizations and add some conditions in order to achieve this according to core file wich generate the social sharing code –> td_module_single.php. I suggest doing a category with your desired posts in wich you want to display the social sharing and hide it from Theme panel, like this -> http://screencast.com/t/8bnbcB5TxI and then you have to add is_category condition in td_module_single.php core file like this -> http://screencast.com/t/uOggVyarxUuf and here -> http://screencast.com/t/Cm2zitDkzcU Also, please leave active the social sharing button from Theme panel. With this conditions, the sharing buttons will appear only for posts category wich you are created.
If is not what you mean, please try to find some plugins with this functionality or if you want to display more levels in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment,sorry!
Hope this helps!
Thank you for the message!
Hello;
I would like to add Tumblr sharing button next to other social sharing buttons in article pages.
Would you please guide me how I can do that ? I couldn’t find any option for that.
in the theme panel —> social networks I have filled tumblr information.
Thank you.
Hi I disabled social sharing on my pages
I wonder if there’s a shortcode to use the social sharing only on selcted pages, when needed
thanks
Hi, this only hides the sharing button i guess – i mean the other one. The ohter twitter buttons ads a lot of requests to my site and i dont need the button! As i mentioned before – the TOP ARTICLE LIKE/TWEET and BOTTOM ARTICLE LIKE/TWEET are not the on you are mentioning…
thx
Hello,
I will add these suggestions to our list and maybe in a future version of our theme we will be able to add more social buttons to the article sharing. Until such time, you can add a custom network by following the method above.
Thank you for your suggestions.
+1 to add a VK.com (ВКонтакте: Russian social network, more than 170 million users!!!) button for sharing articles and social counter in the future. PLEASE!!!
Page for developers (in English and other languages): https://vk.com/dev

I look forward to!
Thank you!