Known plugins or extensions that connect with Facebook

Our Gravity Form is sending info to facebook without any of us knowing it.

Our Gravity Form pages have nothing to do with facebook, yet I just found that everything that I submit also get submitted to facebook as well, which is quite surprising.

Here is what has been sent to facebook when I submit something for my self, not facebook:

https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=558671

I just checked our installed plugins list, and got:

No plugins found for: facebook.

So I’m wonder if there’re any well-known plugins or extensions that connect-with / submit-to Facebook.

Thanks for helping

Have you checked for custom code in your functions.php file or looked for a code snippet plugin? This looks like a tracking link for Facebook Ads conversion or Event tracking (i.e., form submitted).

How to check please?

I’m new to gravityforms, and we have nearly a hundred plugin s and many many code snippet as well.

I know how to find things under command line, these are what I was trying to search under wp-content/plugins:

grep -r /privacy_sandbox/pixel/register *
grep -r /privacy_sandbox/pixel/register *
grep -r /pixel/register *
grep -r facebook.com *
grep -r privacy_sandbox *
grep -r pixel *
grep -r pixel.*trigger *
grep -r privacy_sandbox.*pixel.*register *

but nothing found.

How to search code snippet (even I doubt that any of us would put tracker like this there)?

Thanks

Hi Sam,

You can check the Code Snippets plugin (if you have it, though it might be under a different name) and the functions.php file in the child theme or other PHP files.

First, manually review all plugin names from the WordPress Dashboard → Plugins and see if any code snippet plugin is active. If it is, check the plugin options to locate the snippet that might contain the Facebook Pixel or tracking code.

If you don’t find it there, check if you’re using a child theme. If so, manually review each file to identify which one contains the tracking or pixel code.

You might not find it using the grep command. Thank you.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.