Anyone one have any insight on how to integrate a Meta/FB Pixel with a SolidStart site?
I saw resources how to implement it with next but, the package seemed slightly different from SolidStart
8 Replies
We have
@solid-primitives/script-loader
to interact with external scripts.
Thanks! Would I need to wrap that within a createEffect or, onMount for it to fire properly?
Neither.
You can just put it into the top level of your component, or even global scope.
When I do I get this error. Tried looking at stsack overflow but can't find an answer that fixes it.
uncaught TypeError: Cannot use 'in' operator to search for 'Symbol(solid-proxy)' in https://connect.facebook.net/en_US/fbe
Sorry, I'm a bit short on time; need to check later.
Sorry, wrong argument syntax.
Thanks, not sure what I'm doing wrong lol. Added it to the index page of my SolidStart app and it just breaks the entire site
How can this works for google tag manager?
And other question, how to type
window
to have fbq
?
Did you face this:window.fbq is not a function