Adds super simple support to DocPad for many 3rd party services, buttons and badges.
These 3rd party services:
These social buttons:
These service badges:
docpad install services
Ensure your layout includes the scripts block. With eco, it will look something like this:
<%- @getBlock('scripts').toHTML() %>
This is used for the Gauges, Google Analytics, Mixpanel, Reinvigorate, and Zopim services.
<%- @getDisqus() %>
<%- @getServiceButtons() %>
Add the following to your docpad configuration file:
# ...
templateData:
site:
url: 'http://my-production-website.com'
services:
buttons: ['FacebookLike'] # used to customise the order of the buttons
facebookLikeButton:
applicationId: '266367676718271'
facebookFollowButton:
applicationId: '266367676718271'
username: 'balupton'
twitterTweetButton: 'balupton'
twitterFollowButton: 'balupton'
githubFollowButton: 'balupton'
githubStarButton: 'docpad/docpad'
quoraFollowButton: 'Benjamin-Lupton'
travisStatusButton: 'docpad/docpad'
furyButton: 'docpad'
gittipButton: 'docpad'
flattrButton: '344188/balupton-on-Flattr'
paypalButton: 'QB8GQPZAH84N6' # paypal button email id
disqus: 'disqus-id'
gauges: 'gauges-id'
googleAnalytics: 'googleAnalytics-id'
inspectlet: 'inspectlet-id'
mixpanel: 'mixpanel-id'
reinvigorate: 'reinvigorate-id'
zopim: 'zopim-id'
# ..
If you would also like to disable a service inside the development environment, add the following as well:
# ...
environments:
development:
templateData:
site:
services:
serviceToDisable: false
# ...
Discover the release history by heading on over to the HISTORY.md
file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
and licensed under: