To customize the content to share on Facebook, properly formatted meta tags must be added to the HTML code of the page from which the profiler is launched from. Below is a listing of the tags that can be added to your website to customize the share that will appear on the user’s Facebook page. For more information on sharing best practices, additional resources can be found on Facebook’s developer website. https://developers.facebook.com/docs/sharing/best-practices
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<!— Facebook Meta Tags -->
<meta property="og:title" content="Visit My Profiler" />
<meta property="og:type" content=“Website" />
<meta property="og:image" content="image source" />
<meta property="og:url" content="https://my-hospital-website.com" />
<meta property="og:description" content="More information about my profiler" />
<title>My Profiler Launch Page</title>
</head>
<body>
</body>
</html>