Jump to Article Category ...
All Categories
Classiera - Classified Ads WordPress Theme (58)
Betube Video WordPress Theme (21)
Classify - Classified Ads WordPress Theme (21)
Betube Video HTML Template (1)
Silent - One Page Multipurpose WordPress Theme (2)
URL Scraper (1)
Youtube Video Search (1)
Classify - Classified Ads HTML Template (1)
Wrong Image on Facebook Share .
Open File header.php
File Path: wp-content/themes/beetube/header.php
Line Number: 36
You will see this code.
<?php jtheme_meta_description($post_id); ?>
Add this code after this.
<meta property="og:type" content="video" />
<meta property="og:image" content="<?php $image_id = get_post_thumbnail_id();
$image_url = wp_get_attachment_image_src($image_id,'small', true);
echo $image_url[0]; ?>"/>
Update file and problem is solved.