Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2.35 KB

README.md

File metadata and controls

40 lines (28 loc) · 2.35 KB

fbevents.js

This is a version history of fbevents.js.

Sources of the versions

At the time when this repo was created I had to search the net for older versions of fbevents.js. This is a list of the sources of the older versions. When possible, I will try to get the version from facebook.net directly.

CDN

Newer versions of the fbevents.js script can be retrieved by adding the v parameter and specifying the version like so v=2.8.84.

Only released versions can be retrieved that way. If a specified version never was released, Facebook will return the latest version.

The full URL with version parameter is: https://connect.facebook.net/en_US/fbevents.js?v=2.9.84

If you like to link a specific version through the GitHub CDN of this repo use the following link pattern:

https://cdn.jsdelivr.net/gh/alewolf/fbqevent.js/versions/2.9.84.js

Contribute

If you have another version that you like to add to the repo, please send a PR.