Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
How to show price in title
Support Forums - Classified Ads Script Osclass
Osclass theme support
Zara Osclass Responsive Theme
How to show price in title
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Unread posts
New replies
My topics
My posts
Print
Pages: [
1
]
Альтаир Ибн Ла-Ахад
56 posts
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
Logged
MB Themes
Support team
17446 posts
Only quality matters
Download Osclass
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
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Альтаир Ибн Ла-Ахад
56 posts
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.
Logged
MB Themes
Support team
17446 posts
Only quality matters
Download Osclass
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
());
?>
" />
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Альтаир Ибн Ла-Ахад
56 posts
Re: How to show price in title
«
Reply #4 on:
July 13, 2017, 09:01:49 AM »
Thank you very much !!!!
Logged
Print
Pages: [
1
]