Description
When events are currently shared to social media, no image is displayed in the preview.

Could you please add open graph tags to the head that either lists the 'featured image' when set or a default image for the site, when no featured image is set?
For example:
<meta property="og:title" content="Article Title"/> <meta property="og:description" content="Article Description (One or Two sentences)"/> <meta property="og:type" content="article"/> <meta property="og:url" content="http://example.com/link/to/article"/> <meta property="og:site_name" content="Site Name"/> <meta property="og:image" content="http://example.com/image/src.jpg"/>
I found this tutorial on adding the tags by modifying the functions.php page with some calls to get post info:
https://www.elegantthemes.com/blog/tips-tricks/how-to-add-open-graph-tags-to-wordpress
Description
When events are currently shared to social media, no image is displayed in the preview.
Could you please add open graph tags to the head that either lists the 'featured image' when set or a default image for the site, when no featured image is set?
For example:
<meta property="og:title" content="Article Title"/> <meta property="og:description" content="Article Description (One or Two sentences)"/> <meta property="og:type" content="article"/> <meta property="og:url" content="http://example.com/link/to/article"/> <meta property="og:site_name" content="Site Name"/> <meta property="og:image" content="http://example.com/image/src.jpg"/>I found this tutorial on adding the tags by modifying the functions.php page with some calls to get post info:
https://www.elegantthemes.com/blog/tips-tricks/how-to-add-open-graph-tags-to-wordpress