Support Forums - Classified Ads Script Osclass

Osclass plugin support => Social Share Plugin => Topic started by: omadmin on August 24, 2020, 09:29:24 AM

Title: Facebook Share No Image Show
Post by: omadmin on August 24, 2020, 09:29:24 AM
Hello Everybody,

I have problem that until today dont have solution. Does anyone can help... i using simple share plugin now and the image not show on, just title n description has show on...

I Using Gamma Theme

Code: [Select]
<!-- Facebook -->
<a href="https://www.facebook.com/sharer/sharer.php?u= <?php echo rawurlencode(osc_item_url()); ?>&t=<?php echo osc_item_title(); ?>" target="_blank" id="sss-share-btn"><img src="<?php echo osc_plugin_url(__FILE__);?>images/facebook.png" alt="<?php _e('Bagikan di Facebook'); ?>" title="<?php _e('Bagikan di Facebook'); ?>" /></a>&nbsp;&emsp;

where is correction?

Whats wrong this code? how i can show all item, image and description..
Title: Re: Facebook Share No Image Show
Post by: MB Themes on August 24, 2020, 03:34:24 PM
@omadmin
I do not see anything wrong in code.