Hi

I have a video site developed with the video module & using JW Player to play the videos. I have installed sharethis & metatag.

I am trying to get the right open graph tag to be able to share the video to facebook & to play it on the timeline rather than link back to the site.

I have a basic dev site which I'm using to solve this at:

https://harpr.com/shop user: admin pass: admin Happy for anyone to go in here & play around.

It seems that the OG Video http://www.harpr.com/shop/jwplayer/player.swf?file= will call the player. It what's after that which will call the video from the page you shared from which stumps me.

I have tried many many combinations mainly from the jwplayer.tpl.php

The code in there is:

?>

print $html_id " width=" print $width " height=" print $height " controls="controls" preload="none" if(isset($poster)) : poster=" print $poster " endif >
print $file_url " if (isset($file_mime)): type=" print $file_mime " endif />

if(isset($jw_player_inline_js_code)):

jwplayer(' print $html_id ').setup( print $jw_player_inline_js_code);

endif

I'm not even sure if the OG type should be movie, website or article, I've read conflicting reports.

Any help greatly appreciated, this is driving me mad!

Thanks

Jeremy

Comments

Eleven-Drupal’s picture

Status: Active » Postponed
DamienMcKenna’s picture

Status: Postponed » Closed (works as designed)

This sounds like you need to fill in the og:video meta tags based upon values from the vidoe field.