Skip to content

Instantly share code, notes, and snippets.

@arthursoares
Created February 2, 2016 22:25
Show Gist options
  • Save arthursoares/0e426694b2a8b669f216 to your computer and use it in GitHub Desktop.
Save arthursoares/0e426694b2a8b669f216 to your computer and use it in GitHub Desktop.
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# name_space: http://ogp.me/ns/fb/name_space#">
<meta property="fb:app_id" content="APP_ID" />
<meta property="og:url" content="PATH_TO_METHOD_TO_CREATE_OBJECT?img_link=<%= CGI.escape(@img_link)%>&points=<%=@points%>&description=<%= @description%>" />
<meta property="og:type" content="teste" />
<meta property="og:title" content="Oi Rafa" />
<meta property="og:description" content="Teste teste teste" />
<meta property="og:image" content="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcS8YHcFDltwVa7YT-jUzgokPS4uCYTstYnSN_7dVs-fkDKPIZ2F">
</head>
<body>
<h1>oi</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment