jrutter

jrutter

32p

34 comments posted · 0 followers · following 0

11 years ago @ Jake Rutter - jQuery One FB Like Plugin · 0 replies · +1 points

Hi there,

Im working now with the editor to re-release and updated version of the eBook to fix these errors. I have also been updating the errors on my website too.

Thanks
Jake Rutter

12 years ago @ Jake Rutter - Smashing jQuery by Jak... · 0 replies · +1 points

Randore,

Thanks again, Yes - Im hoping to get an updated edition out there with less errors!

12 years ago @ Jake Rutter - Smashing jQuery by Jak... · 0 replies · +1 points

Randore,

Thanks for the feedback, I will be sure to add this additional error finding to my code errata section located here: http://www.onerutter.com/smashing-jquery-errata

Jake

12 years ago @ Jake Rutter - Smashing jQuery by Jak... · 0 replies · +2 points

Thanks for the feedback on the book and please understand that I had two technical reviewers edit the book after me, some errors just simply made it into the book. I have started to log all of the code errata on my website here and included the error that you just raised: http://www.onerutter.com/smashing-jquery-errata

Please let me know if you have spotted anything else and I will make sure it gets added!

Thanks!

12 years ago @ Girly Obsessions - Warner’s: Helping to... · 0 replies · +1 points

That is hilarious! I wonder if they do something similar for guys underwear around muffin tops and beer bellys?

12 years ago @ Jake Rutter - jQuery Facebook Like P... · 0 replies · +1 points

The code that is generated for the button on developers.facebook.com does not included advanced features, it is the basic implementation.

12 years ago @ Jake Rutter - jQuery Facebook Like P... · 0 replies · +1 points

Have you tried using Firebug in Firefox to determine the class or id that is wrapped around that piece of text?

12 years ago @ Jake Rutter - jQuery Facebook Like P... · 0 replies · +1 points

Yes, you can track click event using the following code, it will need to be adjusted to your implementation.

$('a').click(function() {
_gaq.push(['_trackEvent', 'Facebook Like', 'Click', 'Page Title Goes Here']);
return true;
});

12 years ago @ Jake Rutter - jQuery Facebook Like P... · 0 replies · +1 points

Yes, case is important when using this plugin.

12 years ago @ Jake Rutter - jQuery Facebook Like P... · 0 replies · +1 points

You will need to create separate instances of the like button - where are you trying to do this? On WordPress?