docpad-plugin-addthis
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "docpad-plugin-addthis", | ||
"version": "2.0.1", | ||
"description": "AddThis Docpad getBlock codes.", | ||
"version": "2.0.2", | ||
"description": "AddThis Docpad getBlock codes for all 7 available widgets.", | ||
"homepage": "https://github.com/mikeumus/docpad-plugin-addthis.git", | ||
@@ -49,4 +49,4 @@ "keywords": [ | ||
"readmeFilename": "README.md", | ||
"_id": "docpad-plugin-addthis@2.0.1", | ||
"_id": "docpad-plugin-addthis@2.0.2", | ||
"_from": "docpad-plugin-addthis@" | ||
} |
docpad-plugin-addthis | ||
===================== | ||
`<%- @getFloatingAddThisBlock() %>` | ||
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") |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5685
18