Neither of these work for me – the second one the page loads but my image slider breaks and the open graph tag does not generate. The first one just breaks the page…
<meta property="og:price:amount" content="<?php echo $product->get_price_html(); ?>" />
<meta property="og:price:amount" content="<?php echo get_woocommerce_single_product_price(); ?>
" />
There has to be an easy way to generate the tag.