Skip to main content

For some reason, the links are not being properly displayed like when posting one of your sites. Am I missing something?

We use Slim SEO plugin and OG tags are set properly

Shahjahan Jewel

Hello Florian, we parse the url head and find the og:image, title attributes etc. Maybe your server is blocking the parse request?

Florian V.

Shahjahan Jewel, not that I know πŸ«₯

I checked the console and network tab, but couldn't see any requests going from the community site to our servers. Would love to investigate this and give some more details?

Shahjahan Jewel

Florian, we actually try to grab the meta data from the first URL of your content and then parse that URL.

You may test using this PHP code:

$url = 'https://your-target-url.com/something'
$data = FluentCommunityAppServicesRemoteUrlParser::parse($url);

var_dump($data);

Florian V.

Shahjahan Jewel, I checked out the stored transients of your plugin and can see that the og tags are missing in the cached html, everything else is included o_O

wanted to send you a link but i cant start a chat here. Send button doesnt do anything

Shahjahan Jewel

Florian, Just sent you a message