Skip to content

Instantly share code, notes, and snippets.

@anwerashif
Created March 19, 2018 20:15
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 anwerashif/ed704fc132e46b10ec1062d574c1b179 to your computer and use it in GitHub Desktop.
Save anwerashif/ed704fc132e46b10ec1062d574c1b179 to your computer and use it in GitHub Desktop.
How to Add Pinterest Button to Genesis Framework
$(document).ready(function(){
// Where PinMe.js should look for images (body, .post, #very-specific-element, etc.)
$(".content").pinMe({pinButton: '<i class="fa fa-pinterest fa-2x"></i>'});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment