Implement Facebook Pixel
What is the recommended way to implement a facebook pixel?
I have to add script tags with custom js before </head> tag
4 Replies
Anyone?
Hello @glikli, you can get your script in your
nuxt.config
file :
Hi @Thomas Bnt, thanks for answering. The problem is that it is a whole code snippet I need to implement:
I've now created a plugin and implemented it that way. Just wondering if there is an easier way to implement this..
Or you can import a script JS file, and put your code directly