Hi there,
Currently, it is beyond our support scope's policy as outlined in
http://stackideas.com/support. You have set "single article" as your home menu instead our "EasyBlog's extension". Facebook will auto select which image to be shown. You can try it yourself by go to
Facebook Debugger. But, you can do some hacks at following path
..\components\com_content\views\article\view.html.php and insert code below at display() function as shown
http://prntscr.com/bx4iis.
// Detecting Active Variables
$option = $app->input->getCmd('option', '');
$view = $app->input->getCmd('view', '');
$id = JRequest::getInt('id');
$doc = JFactory::getDocument();
$sitelogoImage = "https://may23a-none1400699887.netdna-ssl.com/images/yootheme/org_logo.png";
// index.php?option=com_content&view=article&id=58
if ($option == 'com_content' && $view == 'article' && $id == 6) {
$doc->addCustomTag( '<meta property="og:image" content="' . $sitelogoImage . '"/> ');
}
Please give it a try see how it goes. If the problems still persist, can you provide us with your valid FTP address and credentials? Your given FTP address is for your other domain that is "teamfitforduty" domain.
p/s: Having said that, if you require us to perform the customization for you, you can always request for a quote from us at
https://crm.stackideas.com and select "Customizations" . Our sales person would be glad to send you a quote for the customizations that you have requested.