Created
July 29, 2014 16:54
-
-
Save anonymous/4c2ba6a2d8c56515cd3c to your computer and use it in GitHub Desktop.
This file contains 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> | |
<head prefix= | |
"og: http://ogp.me/ns# | |
fb: http://ogp.me/ns/fb# | |
product: http://ogp.me/ns/product#"> | |
<meta property="og:type" content="og:product" /> | |
<meta property="og:title" content="Coin" /> | |
<meta property="og:plural_title" content="Coins" /> | |
<meta property="og:image" content="https://www.yourserver.com/images/coins.png" /> | |
<meta property="og:description" content="Get Coins, and buy lots of cool items!" /> | |
<meta property="og:url" content="https://www.yourserver.com/opengraph/coins.html" /> | |
<meta property="product:price:amount" content="0.99"/> | |
<meta property="product:price:currency" content="USD"/> | |
</head> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment