Last active
February 26, 2018 13:58
-
-
Save mihroot/e8a9c87969be43b7f95c21a474292513 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>The HTML5 Herald</title> | |
<meta name="description" content="The HTML5 Herald"> | |
<meta name="author" content="SitePoint"> | |
<!-- Basic required tags --> | |
<meta property="og:url" content="https://www.radiantmediaplayer.com/guides/sharing-facebook-twitter-guide.html"> | |
<meta property="og:title" content="Sharing on Facebook and Twitter guide - Radiant Media Player"> | |
<meta property="og:description" content="Best practices to share media content on Facebook and Twitter with Radiant Media Player."> | |
<!-- <meta property="og:image" content="https://www.radiantmediaplayer.com/images/radiantmediaplayer-logo-640.jpg"> --> | |
<!-- Optional tags but recommended --> | |
<meta property="og:type" content="video.other"> | |
<meta property="og:locale" content="en_US"> | |
<!-- <meta property="fb:app_id" content="your-fb-app-id"> --> | |
<!-- Media related tags --> | |
<meta property="og:video:url" content="https://www.rmp-streaming.com/media/bbb-360p.mp4"> | |
<meta property="og:video:secure_url" content="https://www.rmp-streaming.com/media/bbb-360p.mp4"> | |
<meta property="og:video:type" content="video/mp4"> | |
<meta property="og:video:width" content="640"> | |
<meta property="og:video:height" content="360"> | |
</head> | |
<body> | |
Hello world! | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment