Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is fbevents.js loading on my page?

I'm having trouble with fbevents.js, I don't know why but is loading with my page, I'm nor importing it anywhere neither putting it inside a script tags referencing it.

Image from my page:

Image from my page

What do you guys think could be the problem?

like image 343
Daniel F Jaramillo Avatar asked Jul 20 '16 13:07

Daniel F Jaramillo


2 Answers

I had the same problem and in my case I noticed it is one of the scripts loaded by the Google Tag Manager.

like image 152
Dabriel Avatar answered Oct 03 '22 15:10

Dabriel


http://staticw2.yotpo.com/QxG0HurQF664N9LddhiDMsxHjx9XYsaVgWcDBnme/widget.js

above widget.js script load fbevent.js.

here is the related code line. view source and search for fbevent.you can find that line.

(window,document,"script","//connect.facebook.net/en_US/fbevents.js"
like image 36
2 revs Avatar answered Oct 03 '22 15:10

2 revs