Open Papageno2 opened 3 years ago
Just remove google tracking ID from your config file.
Just remove google tracking ID from your config file.
it seems unreasonable ? why removing tracking ID will add google-analytics data on my page footer ? like this?
plugins:
mathjax: true
katex: false
gallery: true
clipboard: true
google-analytics:
tracking_id:
actually it doesn't work.
Sorry I thought you meant to disable Google analytics. Did you enter the right tracking ID? Also, did you disable ad blockers in your browser?
Sorry I thought you meant to disable Google analytics. Did you enter the right tracking ID? Also, did you disable ad blockers in your browser?
hah ~
thx for this nice theme. Actually I know almost nothing about HTML and .js.
the question is how to show the tag on every page with google analytics data, like the
comment
tag on pages.I have enabled the plugins
plugins: mathjax: true katex: false gallery: true clipboard: true google-analytics: tracking_id: G-G.......
What do you mean by "show the tag"? Can you provide an example?
thx for this nice theme. Actually I know almost nothing about HTML and .js. the question is how to show the tag on every page with google analytics data, like the
comment
tag on pages. I have enabled the pluginsplugins: mathjax: true katex: false gallery: true clipboard: true google-analytics: tracking_id: G-G.......
What do you mean by "show the tag"? Can you provide an example?
maybe I have misleading in words. What I mean is to show data at the footer, such as visitors or views for posts.
for example, in this blog for Next theme.
@Papageno2 I think page view and visitor counters are provided by Busuanzi (not Google), which is not supported by Minio right now. However, it's very simple to add it to your blog. Simply go to http://busuanzi.ibruce.info/ and copy that script to https://github.com/ppoffice/hexo-theme-minos/blob/2.4.0/layout/common/footer.ejs#L7 and that should be it.
@Papageno2 I think page view and visitor counters are provided by Busuanzi (not Google), which is not supported by Minio right now. However, it's very simple to add it to your blog. Simply go to http://busuanzi.ibruce.info/ and copy that script to https://github.com/ppoffice/hexo-theme-minos/blob/2.4.0/layout/common/footer.ejs#L7 and that should be it.
well, thanks for your reply. but I donot want to use Busuanzi 😆
thx for this nice theme. Actually I know almost nothing about HTML and .js.
the question is how to show the tag on every page with google analytics data, like the
comment
tag on pages.I have enabled the plugins