Skip to content

Instantly share code, notes, and snippets.

@flobraeuer
Last active May 1, 2019 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flobraeuer/0806e1b0726b568e5add56c5f8dd65fe to your computer and use it in GitHub Desktop.
Save flobraeuer/0806e1b0726b568e5add56c5f8dd65fe to your computer and use it in GitHub Desktop.
Airtable Like Button
/*
* Lead Likes
* by flo.braeuer@110p.at
*
* a like button to get feedback and generate leads
* using Airtable with its API as a data storage
* and Elementor on top of Wordpress for btn integration
*/
jQuery(document).ready(function(){
alert("Lead Likes started");
$ = jQuery;
$("head").append("<script src='https://github.com/Airtable/airtable.js/blob/master/build/airtable.browser.js' />");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment