Skip to content

Script management for noobs #641

Answered by mdo1234
mdo1234 asked this question in Q&A
Discussion options

You must be logged in to vote

I found the solution for any people using the Ghost CMS. The code would have to be entered in the file ghost_head.js

This code

<script async src="[https://js.stripe.com/v3/](view-source:https://js.stripe.com/v3/)"></script>

needs to be changed into e.g. this code in the ghost_head.js

<script async type="text/plain" data-category="analytics" data-service="Stripe" src="[https://js.stripe.com/v3/](view-source:https://js.stripe.com/v3/)"></script>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mdo1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant