my website is www.jags.in
When i use the Facebook 'like' shortcut at the bottom of a k2 article, it shows the author image for the article preview on facebook rather than the image in the article. any way to change this?
<?php !empty($this->item->image): ?>
<script type="text/javascript">(function($) {$(document).ready(function() {
<meta property="og:image" content="<?php echo $this->item->image; ?>" />
});})(jQuery)</script>
<?php endif; ?>