Reputation: 1225
I'm sharing a url which has meta tag for 'video' to show a youtube video when shared. Everything works fine and the video plays on fb, but not able to follow link and no description. If i click video title, video starts playing.
This is what i see. Clicking anywhere will play video.
Expecting something like the following(as youtube do) So clocking on play will play video and clicking link will take users to my page.
Upvotes: 1
Views: 2502
Reputation: 1225
Got It. I just tried comparing meta tags line by line with youtube. The point is, Don't use Meta property og:video
.
Use only og:video:url
&& og:video:secure_url
Upvotes: 1