forked from pgn420/facebookPlatform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoin.html
22 lines (22 loc) · 1.28 KB
/
coin.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<meta property="og:type" content="og:product" />
<meta property="og:title" content="Test coin" />
<meta property="og:plural_title" content="Test coins" />
<meta property="og:image" content="http://friendsmashsample.herokuapp.com/friendsmash_social_persistence_payments/images/coin.64.png" />
<meta property="og:url" content="http://platformtest.herokuapp.com/coin.html" />
<meta property="og:description" content="Test coins" />
<meta property="product:price:amount" content="0.10"/>
<meta property="product:price:currency" content="USD"/>
<meta property="product:price:amount" content="0.12"/>
<meta property="product:price:currency" content="CAD"/>
<meta property="product:price:amount" content="0.08"/>
<meta property="product:price:currency" content="EUR"/>
<meta property="product:price:amount" content="0.06"/>
<meta property="product:price:currency" content="GBP"/>
<meta property="product:price:amount" content="1.2"/>
<meta property="product:price:currency" content="MXN"/>
<meta property="product:price:amount" content="0.50"/>
<meta property="product:price:currency" content="BRL"/>
<meta property="product:price:amount" content="0.64"/>
<meta property="product:price:currency" content="SEK"/>
</head>