-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blogger Error #6
Comments
i have same error. How can i solve that? |
This problem might raise if the your webpage doesn't have tag. |
Also encountered... |
Me too :( |
Please try this code: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to add this on my blogger blog, but i get the following Error. the Ocde i implemented is below.
`<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script> var options = { bottom: '64px', // default: '32px' right: 'unset', // default: '32px' left: '32px', // default: 'unset' time: '0.5s', // default: '0.3s' mixColor: '#fff', // default: '#fff' backgroundColor: '#fff', // default: '#fff' buttonColorDark: '#100f2c', // default: '#100f2c' buttonColorLight: '#fff', // default: '#fff' saveInCookies: false, // default: true, label: '🌓' // default: '' } const darkmode = new Darkmode(options); darkmode.showWidget(); </script>`
Also, Is there a way to use it someway show that it appears with a set of FontAwesome Icons but on clicking the icon the website returns dark theme. I would prefer that instead of a floating Button.
The text was updated successfully, but these errors were encountered: