How to show price in title
« on: July 10, 2017, 03:55:04 PM »
Hello. I want to show price in Facebook publication title

As example i attach screenshot on of our shared listings

Please help it's very important for us. Thanks for help

*

MB Themes

Re: How to show price in title
« Reply #1 on: July 10, 2017, 09:06:05 PM »
You need to modify meta-data pushed to facebook on item.php
Available functions can be found here:
https://doc.osclass.org/HItems.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: How to show price in title
« Reply #2 on: July 11, 2017, 09:50:50 AM »
Thanks for help but can you show me or recommend when in item.php i have to add that function. Thank for help.

*

MB Themes

Re: How to show price in title
« Reply #3 on: July 11, 2017, 10:30:31 AM »
Example:
Code: [Select]
<meta property="og:title" content="<?php echo osc_esc_html(osc_item_title()); ?>" />
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: How to show price in title
« Reply #4 on: July 13, 2017, 09:01:49 AM »
Thank you very much !!!!