Simple library for including a share on whatsapp button. It only appears on mobile.
Add this line to your html
<script type="javascript" src="https://raw.github.com/kimenye/whaterjs/master/whater.js"></script>
Add this to the where you want the link to be displayed.
<div class="whater"><a id="whatsapp"></div>
And that's it
- isMobile.js
- TinyDOM
- Juicer (http://cjohansen.no/en/ruby/juicer_a_css_and_javascript_packaging_tool)
- WhaterJS is built using uglifier
- Run bundle to install the uglifier gem
- Run [ruby build.rb]
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request