- NewsmagSharing buttons
Hi Tagdiv,
1. Google Material Design Styles
Can I use Material Design CSS styles in Newspaper,
What do I need to do to make my Newspaper site same like Google Material Design.
Ref.Link # Google Material
2. Visual Composer w/ Add-Ons
I have my own visual composer with ultimate addons, will that work with Newspaper theme.
If I re-install Newspaper latest version with My Own VC, will it work.
I’m not asking for support particularly in this just asking whether it will work or not.
2. Replace your Inbuilt Social sharing with ADDTHIS
Your Social sharing lacks Linkedin so can I replace your social sharing with ADDTHIS social sharing.
Is it possible to delete your social share code to make the site even more lighter?
Thanks,
Hi there,
We’ve got an issue where Google fonts are being loaded over HTTP, I’m fairly sure that this is no longer allowed by Google and is now blocked, therefore fonts are no longer loaded.
Error message:
Font from origin ‘http://fonts.gstatic.com’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin [host] is therefore not allowed access.
By changing line 3887 & 3891 of wp-content/themes/Newspaper/includes/td_config.php and hardcoding ‘HTTPS’ instead of Newspaper’s $td_http_or_https variable and hardcoding ‘HTTPS’ in line 297 of includes/wp_booster/td_wp_booster_functions.php it resolves this issue.
My suggestion: isn’t it best practice to load external fonts etc over https anyway? if so, is it possible that maybe those three lines are changes so that it forces https for google font loading?
If not: how do you think we make these changes upgrade safe? is there a possible way?
Hi,
Please deactivate all your plugins except visual composer and most important: clear all caches whether it;s a caching plugin, browser, cdn or host.
Unfortunately I cannot test the sharing on your site as it’s in maintenance mode.
Le tus know if you still have trouble with this and if you do please either remove the maintenance mode or contact us via email at contact@tagdiv.com and provide wp-admin so we can investigate.
Thank you!
Hi, and thanks for your reply.
I have innstalled the Yoast SEO plugin and followed the instructions but still, no pictures or title showing when sharing. And when debugging I get: The ‘og:image’ property should be explicitly provided, even if a value can be inferred from other tags.
Any idea?
Hi, We really cannot synchronize 🙂
Please login to my account using (credentials removed by admin)
By the way, when i share a post from my website to facebook, facebook doesnt take the post title and the feature image of the post. The “link” behind the sharing is correct, as when i click on it, it takes me to the post.
Thanks
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
For facebook sharing please use this guide to set the proper OG tag: https://forum.tagdiv.com/facebook-share/
Thank you!
On my new site, http://www.fjardarposturinn.is facebook is not sharing title for post or photo
Thanks for all help.
Hi
Thanks @Chrissss for sharing your solution here.
Have a nice day!
Hi
Glad you have managed to solve this. Thanks for letting me know and for sharing the solution here so other users can benefit from it.
Have a nice day!
Hot to put code under sharing buttons http://prntscr.com/bkv4ve?
In single post?
Hi,
It is you who mentioned the short URL. You stated yourself the problem started after you added a short url:
This started when i published new page and put short url on my menu.
I cannot know what url you added and where but if the problem started when you used that url, then stop using it.
Also I’m not sure where you type anything. How are you sharing your posts? We only tested the default sharing that comes with our theme. It is the share button on top or bottom of posts. You do not need to type anything just press the share button: http://screencast.com/t/kVSB5xYakJjV If you have any other type of sharing, then we cannot say for sure how it should or will work unfortunately.
Please provide more details if you still cannot get it to work.
Thank you!
Hi,
Please follow this guide for facebook sharing: https://forum.tagdiv.com/facebook-share/ and then use the fb debugger. If the problem started after you added short url, then try to remove it and see if that causes it.
Let us know how it goes.
Thank you!
Hello ,
I don’t know what happened but it seems facebook fetch wrong information when i am sharing my url on my facebook page.!It does not match with headline , This started when i published new page and put short url on my menu.
I have tried disabled all my plug-ins , renabled , uninstalled and reinstalled , it does not worked.
Any suggestions are welcome!
Hi
To add new sharing icons you will have to edit theme’s core files. First you have to edit td_social_icons.php and add new icons as key => value pairs: http://screencast.com/t/kno5DLzn
Next you have to edit style.css file and add new classes and style for new icons. You should name your new classes like this: td-icon-icon_name and replace icon_bane with the key name set for the icon in indicated array.
Here is an example:
'wechat' => 'WeChat' will be the pair in array.
td-icon-wechat will be the css class for this new network.
This is a complex task which require some coding skills in order to be achieved. We can’t offer customization services at the moment so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
I’ve checked your site and noticed that you’re child theme. Please check the customization from child theme and make sure that they don’t affect main theme’s functionality. You can also try to deactivate it, clear all caches then test again.
Search button works fine on my side: http://screencast.com/t/UECIbMLev If you have an issue related with it provide more detail so I can inspect it closer and get back to you with a more accurate answer.
I’ve also fond some error’s in browser’s console which are related with mixed content served from HTTP to HTTPS: http://screencast.com/t/PzJK7gJ1 You can try this solution, in most cases it worked fine: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Thanks!
When i am sharing an article on facebook,the title and date of the article appear on the description again.here i attached an example below.What i need is only the content of the article should appear as the description,no title,date and custom fields.Please help me.Thank you.

Hi,
When i share this article : http://www.tourist.voyage/journal/chapelle-san-bernardo-argentine/
trought the Facebook sharing button at the bottom of the article, the preview doesn’t show/take the title, description et feature image of the article.
Even when i post the URL article on facebook, it doesn’t take the meta data …
Could you please help me please ?
Thank you
Regard
Hi!
I’m using All in One SEO Pack 2.3.5 for social meta tag and SEO.
When debugging for facebook share I get two meta property=”og:image” one from the all in one seo with my custom URL and another default from theme header with the featured img URL used in the post.
I search for it:
// 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] . '" />';
}
}
Changed it no effect at all. I want to remove the second meta to only have the one from AIO
Hi, I wanted to know how I can change the url for the article to the shortlink so when people share our posts it will have our shortlink instead of the full url.
Hi,
My website link is http://odishatv.in
Whenever we are sharing something in twitter from post sharing options its not grabbing the post images automatically. Please provide a solution ASAP.
Thanks in advance!!
Hello moses,
I have randomly checked a post from your website and I saw that the sharing posts on Facebook are working fine, as you can see here -> http://screencast.com/t/xHt4XLJJ If your problem will reappear, please provide a certain link so I can inspect it closer.
Thanks.
Hi
Thanks for your suggestion, I’ve added it on our list and when the time comes developers will consider it. However I can’t promise anything in this regard as for the moment we don’t plan to add new social networks for posts but we may change our mind in future.
You could try to follow current theme’s implementation for social networks and add this network on posts. You have to edit td_module_single.php http://screencast.com/t/7oAGfz63ggw – http://screencast.com/t/Rx4Aj2PFchxW You could also check this topic and take that implementation as an example
https://forum.tagdiv.com/topic/so-i-added-a-stumbleupon-sharing-button/
Thanks!
How can i make my category tags orange please?
see link belo
https://drive.google.com/file/d/0BzKfDhkGKQp7Mmx1OFFTV3hVSWM/view?usp=sharing
Recently i have Noticed that Top Article Sharing and Bottom Article Sharing Button shws some other language, Even Next and Previous button Changed.
Facebook Total Share count Missing.
Total Number of Views on every post is Showing like Symbols.
Recently i made few changes to Theme and i couldnot find which is causing this error.
Need Help…
Hi Andrei,
Sorry my last message was not clear. The issue has been solved by adding in the correct twitter name in the post settings > Sharing.
Thanks,
David
