A jekyll plugin to generate Paypal Encrypted Web payment buttons on the fly.
NOTE: This plugin is NOT compatible with GitHub Pages and requires a PayPal business or sandbox account in order to generate or download the appropriate certificates to make this plugin work.
There is a demo page available in the demo folder to show how it works. However, because this plugin is incompatible with Github Pages and requires a PayPal account, I cannot host a demo.
The run.sh
file in the demo provides a place to put the required environment variables that make the plugin work.
JekyllEWP is now available as a Ruby Gem!
You can either run gem install JekyllEWP
to install or add gem 'JekyllEWP', '~> 1.0', '>= 1.0.1'
to your Gemfile
See the setup page on the wiki for full setup and configuration instructions.
add to cart button
{% EWPform addtocart false https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif %}
view cart button
{% EWPform viewcart false https://www.paypalobjects.com/en_US/i/btn/btn_viewcart_LG.gif %}
buy now button
{% EWPform buynow false https://www.paypalobjects.com/en_US/i/btn/btn_buynow_LG.gif %}
donate
{% EWPform donate false https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif %}
More information on the Tag Syntax can be found on the wiki.
I guess rubydoc also automatically compiles inline docs for you. neat.
https://www.rubydoc.info/gems/JekyllEWP
Logo inspired by https://commons.wikimedia.org/w/index.php?curid=73872716 and the Jekyll logo