https://github.com/globocom/letrilizar
Transforme citações em imagens e compartilhe!
https://github.com/globocom/letrilizar
Last synced: 11 months ago
JSON representation
Transforme citações em imagens e compartilhe!
- Host: GitHub
- URL: https://github.com/globocom/letrilizar
- Owner: globocom
- License: gpl-2.0
- Created: 2014-06-02T17:34:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T19:22:55.000Z (over 9 years ago)
- Last Synced: 2025-04-06T08:36:38.350Z (over 1 year ago)
- Language: JavaScript
- Size: 3.25 MB
- Stars: 21
- Watchers: 53
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
letrilizar
==========
Transforme qualquer trecho da sua página em uma citação e compartilhe!
Vem com alguns estilos pré-definidos e compartilhamento no Facebook.
Live Demo: http://globocom.github.io/letrilizar/
O uso é intuitivo, basta incluir o script na página e chamar:
```
Letrilizar.letrilizar();
```
Existem também algumas opções de configurações, todas autoexplicativas:
```
Letrilizar.letrilizar({
el: $('.letrilizar'),
sharingText: 'Estamos postando a foto no seu facebook...',
successText: 'Sua foto foi postada. É só curtir!',
errorText: 'Ops... ocorreu um erro',
subtitle1: 'Letrilizar',
subtitle2: 'GLOBOCOM.GITHUB.IO/LETRILIZAR/',
imageSrcPrefix: 'images/'
});
```