🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Fancylike is a tiny jQuery plugin that allows you to create a custom facebook like button using your own image.

Facebook facebook-like

Documentation

jquery.fancylike

jQuery plugin that allows to customize facebook like button

Dependencies

  • jQuery 1.10.2

Usage

$(document).ready(function(){ 	// first example with auto-detection of URL to like (i.e. current url) 	// only works when executes in a real website 	$(".fancylike-fb-like").fancylike();  	// second example with explicit URL to like 	$("img").fancylike({ 		page_url : "https://github.com/fukamachi83" 	}); }); 

You May Also Like