jljcrump
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Tracking Lead Conversions with CF7 & Facebook PixelHey I see this is resolved but Contact Form 7 have a solution it’s the same as the solution for google analytics event tracking here
<script> document.addEventListener( 'wpcf7mailsent', function( event ) { fbq(‘track’, ‘Lead’); }, false ); </script>You just need to put this in the <head> of your website and I assume anywhere below the facebook pixel code.
Hey @digitaldynastydesign Thanks for this it worked great! Just a tip for anyone else reading, If you upload your file through the product editor page (like my first attempt), you will get a 403 Error because the file is stored in a WooCommerce media library instead of the wp-content media library, so upload the file into the wp-content media library to avoid getting the forbidden error due to permissions in WooCommerce and copy the link into the file URL section of the product.
Thanks again!
Forum: Fixing WordPress
In reply to: Reccomendations for a build (WooCommerce)Thanks for the quick reply bdbrown ill definitely check those out. Yeah I went to the woocommerce forum first but it says they are discontinuing the support section and redirected me back to here 🙂