facebook post sharing issue
Quote from maturelly on April 26, 2019, 7:21 pmhello, when i sharing forum psot or forum page on facebook, facebook not showing correct post names, post pictures and nothing, how to fix it can anyone tell me?
when i sharing link, facebook showing only post titles
hello, when i sharing forum psot or forum page on facebook, facebook not showing correct post names, post pictures and nothing, how to fix it can anyone tell me?
when i sharing link, facebook showing only post titles
Quote from Asgaros on April 27, 2019, 4:03 pmHello @maturelly
Facebook should automatically generate a preview based on the topic-title and the text of the first post. Asgaros Forum creates the necessary meta-tags which are required for it.
However, if you are using another SEO-extension it can be possible that it overwrites the ones generated by the forum. In this case please ensure that the used SEO-plugin is disabled for the page which contains your forum-shortcode.
Hello @maturelly
Facebook should automatically generate a preview based on the topic-title and the text of the first post. Asgaros Forum creates the necessary meta-tags which are required for it.
However, if you are using another SEO-extension it can be possible that it overwrites the ones generated by the forum. In this case please ensure that the used SEO-plugin is disabled for the page which contains your forum-shortcode.
Quote from Asgaros on April 30, 2019, 11:38 amHello @maturelly
Can you post a link to your forum so I can have a look into your HTML-output?
Hello @maturelly
Can you post a link to your forum so I can have a look into your HTML-output?
Quote from HTB on May 1, 2019, 8:52 pmwe have the same problem but only with the preview image
we do not have seo plugin active
page with the shortcode [forum] has a thumbnail
we have the same problem but only with the preview image
we do not have seo plugin active
page with the shortcode [forum] has a thumbnail
Quote from HTB on May 2, 2019, 4:18 pmi see
<!-- Asgaros Forum: BEGIN --> <link rel="canonical" href="XXXXXXXXX" /> <meta name="description" content="Forum" /> <meta property="og:url" content="XXXXXXXXX" /> <meta property="og:title" content="Forum" /> <meta property="og:description" content="Forum" /> <meta property="og:site_name" content="XXXXXXXXX" /> <meta name="twitter:title" content="Forum" /> <meta name="twitter:description" content="Forum" /> <!-- Asgaros Forum: END -->but where is og:image ?
i see
<!-- Asgaros Forum: BEGIN --> <link rel="canonical" href="XXXXXXXXX" /> <meta name="description" content="Forum" /> <meta property="og:url" content="XXXXXXXXX" /> <meta property="og:title" content="Forum" /> <meta property="og:description" content="Forum" /> <meta property="og:site_name" content="XXXXXXXXX" /> <meta name="twitter:title" content="Forum" /> <meta name="twitter:description" content="Forum" /> <!-- Asgaros Forum: END -->
but where is og:image ?
Quote from Asgaros on May 2, 2019, 7:51 pmJust to make things clear: You want to use a general forum-picture for social-media websites which you have set for your forum-page containing your shortcode? Or a picture which is inside of the first post inside a forum-topic?
While the first one should be possible to implement, the last one can be problematic because:
- 1: There is no way to specific a preview-image directly inside the WordPress-editor
- 2: Posts not always have images
- 3: Posts can have multiple images and even some smiley-plugins are converting the string to images
Especially 1 and 3 are problematic because the only way would be to parse the entire content and choose pictures randomly – and this may be not optimal if this picture is a smiley.
I will check if I can find a way to implement this and put it on my todo-list:
Just to make things clear: You want to use a general forum-picture for social-media websites which you have set for your forum-page containing your shortcode? Or a picture which is inside of the first post inside a forum-topic?
While the first one should be possible to implement, the last one can be problematic because:
- 1: There is no way to specific a preview-image directly inside the WordPress-editor
- 2: Posts not always have images
- 3: Posts can have multiple images and even some smiley-plugins are converting the string to images
Especially 1 and 3 are problematic because the only way would be to parse the entire content and choose pictures randomly – and this may be not optimal if this picture is a smiley.
I will check if I can find a way to implement this and put it on my todo-list:
