Replies: 1 comment 2 replies
-
Did you figure out the solution? I have the same problem when trying to load the google adsense scripts |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to integrate a widget to my Remix site.
According to the widget provider: "It must be loaded only once your on pages. Place the next code before the closing HTML tag."
Here's what the script looks like:
Initially, I was just trying to copy and paste the above in the
root.tsx
file. However, it seems like I cannot really put codes in it.I was reading about External Scripts but still very unclear about how to properly load the script.
Beta Was this translation helpful? Give feedback.
All reactions