Facebooker with jQuery
28 Aug 2009
Knowledge
Hi,
If you was using Facebooker plugin and Jquery on your project, maybe you will have problem implement it cause Facebooker was come with prototype js default.
Here I show how to use Facebooker along with Jquery :
change
into
save file
Now you are ready to use facebooker with jquery.
Thanks,
- open file vendor/plugins/facebooker/lib/facebooker/rails/helpers/fb_connect.rb, then edit it.
- search for line that contains
options = {:js => :prototype, :app_settings => '{}'}
:js => prototype
:js => jquery
