I trying to fix social descriptions for my page and i even installed "Open Graph for Facebook, Google+ and Twitter Card Tags", but somehow it still looks the same. can I do it somewhere in Kalium? Why is it happening?
In the attachment there is a screenshot of how does it look when I try to share it via Slack for example.
So I believe that the content shown on sites you share your website is cached and you should invalidate that cache or wait for few days until they refresh the link information.
If the scraped content is shown properly on Facebook now then it is as general reference of how Open Graph meta should shown so I believe that will be fixed on other networks you have shared the website. There is another possibility to share your site with query string just to invalidate the cache for example:
Its strange! Is this the correct description to be shown:
VIBBIO is the video creation platform for businesses. Easily create videos to engage your audience, increase sales, drive traffic and strengthen your brand.
Make sure to disable OG meta in that plugin to prevent duplicate entries that are already being sent from Graph for Facebook, Google+ and Twitter Card Tags
I trying to fix social descriptions for my page and i even installed "Open Graph for Facebook, Google+ and Twitter Card Tags", but somehow it still looks the same. can I do it somewhere in Kalium? Why is it happening?
In the attachment there is a screenshot of how does it look when I try to share it via Slack for example.
Hi Vibbio,
Can you please add the following code in functions:
add_filter( 'kalium_open_graph_meta', '__return_false' );This should remove our built-in OG Meta.
Sorry, but I'm not quite sure where to add this code. also, should I add only the value in the brackets or the entire line?
Hi Vibbio,
I have added the code in functions.php:
Can you check it now?
no, I didn't work..
Hi Vibbio,
Is it possible to tell me the page you are trying to share so I can check what is shown in the source code and what when you share it on Facebook.
https://www.vibbio.com/ - mainly this one, but anyway, even if other pages have meta descriptions they don't have feature picture.
Hi Vibbio,
I have checked your homepage using Facebook Debugger to see what information is being shown and it was showing cached version of URL meta information:
So I've clicked Scrape Again and this is what is shown:
The URL to this page:
https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fwww.vibbio.com%2F
So I believe that the content shown on sites you share your website is cached and you should invalidate that cache or wait for few days until they refresh the link information.
Do you think this is accurate?
I'm not sure if that's the issue. would it affect also sharing a link on Slack or mobile?
If the scraped content is shown properly on Facebook now then it is as general reference of how Open Graph meta should shown so I believe that will be fixed on other networks you have shared the website. There is another possibility to share your site with query string just to invalidate the cache for example:
https://www.vibbio.com/?cache-bust=1234
the content is not shown correctly anyway. It still looks the same. also on FB
Hi Vibbio,
I have just tried it, and here is the result:
Its strange! Is this the correct description to be shown:
VIBBIO is the video creation platform for businesses. Easily create videos to engage your audience, increase sales, drive traffic and strengthen your brand.yes, the decryption is correct. But as I said before it's not shown when I share the link via Slack for example. Plus there is no featured picture.
Hi Vibbio
I have deactivated All In One SEO Pack and the Open Graph meta is not duplicated, so the preview is shown differently:
Make sure to disable OG meta in that plugin to prevent duplicate entries that are already being sent from Graph for Facebook, Google+ and Twitter Card Tags
This is definitely not a problem of the theme.
but I need All In One SEO Pack for SEO purpose. I deactivated OG, but it still looks the same to me.
Hi. The problem is still there, and nothing from your suggestions worked.
[EDIT]
ok, It worked a bit, the picture is better, but somehow descriptions still doesn't show on FB (it works on Slack though)
Hi Vibbio,
The main reason may be the duplicated og meta tags:
https://d.pr/v/xoQjSV
So as I told you on my previous reply these plugins:
All In One SEO Pack
Graph for Facebook, Google+ and Twitter Card Tags
are both generating OG meta tags and you should choose which one you want to use.