Forum Discussion

Fabio_2k's avatar
Fabio_2k
Copper Contributor
May 23, 2023

Customizing social media sharing meta properties

Hello,

 

When sharing MS Booking URLs on social media, no social media sharing image gets pulled in. 

 

In the Bookings page code, there are meta properties for social sharing including "Og:title" and "OG:description", but none for "OG:image". 

 

        <meta property="og:type" content="website" />
        <meta property="og:title" content="xxx - You can book online!" />
        <meta property="og:description" content="You can now book and manage appointments using our booking page." />

 

I am thus wondering if there is any way to set an "OG:image" for a bookings page, and/or to change the "OG:title" and "OG:description" properties? 

 

Thank you!

Resources