Created
March 19, 2018 20:15
-
-
Save anwerashif/ed704fc132e46b10ec1062d574c1b179 to your computer and use it in GitHub Desktop.
How to Add Pinterest Button to Genesis Framework
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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