Created
February 2, 2016 22:25
-
-
Save arthursoares/0e426694b2a8b669f216 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
| <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