New Dynamic YouTube Gallery - Embed YouTube Playlist, Channel, Live Stream in minutes. Read More

Facebook share - og:description missing

  • stefano
  • Topic Author
  • Visitor
  • Visitor

Facebook share - og:description missing was created by stefano

Hi all,
when i try to share video trought facebook all shows right: thumbs, title, link
But something go wrong wiht the video description, and whe i go to linter the url debugger says: Inferred Property: The 'og:description' property should be explicitly provided, even if a value can be inferred from other tags.
How can i fix?
thanks
11 years 3 months ago #5086

Please Log in or Create an account to join the conversation.

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Re: Facebook share - og:description missing

- Open {root}/components/com_allvideoshare/models/player.php

- Search for
$doc->addCustomTag( '<meta property="og:title" content="'.$video->title.'" />' );
- Add the following code below it.
$doc->addCustomTag( '<meta property="og:description" content="'.$video->description.'" />' );
- That's it.

But still, the Facebook wouldn't share the description due to Facebook cache. Just clear the cache of your Video Page URLs using tools.zenverse.net/clear-facebook-cache/

Hope, this solved your problem !
11 years 3 months ago #5087

Please Log in or Create an account to join the conversation.

Time to create page: 0.098 seconds

We accept cookies to provide you the best viewing experience. By using our services, you agree to our use of cookies