Advertisement:

Author Topic: [solved]showing image when sharing with social share (FB) and related ad plugin  (Read 574 times)

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
in item.php between the <head> tags

add this:   

 <?php if( osc_images_enabled_at_items() ) { ?>
    <?php if( osc_count_item_resources() > 0 ) { ?>
      <meta property="og:image" content="<?php echo osc_resource_url(); ?>"/>
    <?php } ?>
 <?php } ?>
« Last Edit: July 15, 2014, 12:48:38 am by design »