Hi Talri3,
GA tracking is integrated into the add-on to track page views.
FB pixel is not, but that would be a nice feature so I’ll look into how to do
Thread Starter
talri3
(@talri3)
Hi,
Thanks for the quick answer.
Do you think it will happen soon? I’m willing to pay for the job if you do it soon…
Thanks
Tal
Looks like this will need to be handled outside of Ajax Load More because you need to pass many parameters.
Here is an example of how to fire the FB pixel function with dynamic events.
https://developers.facebook.com/docs/facebook-pixel/api-reference#dynamicevents
You could use the almComplete callback function to do this.
https://connekthq.com/plugins/ajax-load-more/docs/callback-functions/#complete
Does that help?
Thread Starter
talri3
(@talri3)
That looks good but I can check it only after I buy the plug… If it won’t work can I get the money back? Or can I pay you to do it?
You could test it using the standard ajax load more functionality and the almComplete callback.
That function fires after every ajax success.