Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeumus/docpad-plugin-addthis
⚠ NEEDS UPDATE FOR NEWER VERSIONS OF DOCPAD. AddThis.com @getBlocks() to easily output sharing codes. All 7 widget styles are available. See source to learn how to call the different widget types (for now until I make the ReadMe complete).
https://github.com/mikeumus/docpad-plugin-addthis
Last synced: 25 days ago
JSON representation
⚠ NEEDS UPDATE FOR NEWER VERSIONS OF DOCPAD. AddThis.com @getBlocks() to easily output sharing codes. All 7 widget styles are available. See source to learn how to call the different widget types (for now until I make the ReadMe complete).
- Host: GitHub
- URL: https://github.com/mikeumus/docpad-plugin-addthis
- Owner: mikeumus
- Created: 2013-03-11T19:46:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T05:06:27.000Z (over 9 years ago)
- Last Synced: 2024-04-26T18:23:16.987Z (7 months ago)
- Language: CoffeeScript
- Homepage: https://npmjs.org/package/docpad-plugin-addthis
- Size: 180 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# docpad-plugin-addthis
[![Build Status](https://travis-ci.org/electblake/docpad-plugin-addthis.svg?branch=master)](http://travis-ci.org/lectblake/docpad-plugin-addthis "Check this project's build status on TravisCI")
All seven available addthis.com widget types. See: https://www.addthis.com/get/sharing#.UT-UARy9JG0
`<%- @getFloatingAddThisBlock('std','styles;',UrlCopyTrackingBoolean) %>`
`UrlCopyTrackingBoolean` is set to true or false to determine if addthis should track when someone copies the web page's url(in the asumption that they are copying it to share it).
A real world example:
`<%- @getAddThisBlock('std','right:13px;top:115px;', false) %>`
will output
![Alt text](http://4.bp.blogspot.com/--hQ6WcijYXw/UCVtsA98RyI/AAAAAAAAAfc/lc05n8JoEcs/s320/VS1.png "AddThis Vertical Floating Bar")