Last active
December 26, 2015 18:58
-
-
Save felquis/7197764 to your computer and use it in GitHub Desktop.
Retorna uma URL para compartilhamento de conteúdo no Facebook.
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
var url = shareURL({ | |
url: 'http://felquis.com/', | |
image: 'http://felquis.com/img/posts/ilusao-de-muller-lyer.jpg', | |
title: 'Titulo que você quiser', | |
summary: 'Descrição que você quiser' | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment