如何在 VuePress 上实现 Google Adsense?

Posted

技术标签:

【中文标题】如何在 VuePress 上实现 Google Adsense?【英文标题】:How to implement Google Adsense on VuePress? 【发布时间】:2019-02-02 12:10:48 【问题描述】:

有没有办法在 VuePress 中轻松实现 Google Adsense?我找到的资源仅提供了Vue only 的“操作方法”。

【问题讨论】:

【参考方案1】:

您可以将以下行添加到您的 config.js 文件中

head: [
    ['script',  src: "//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" ],
    ['script', , 
    '(adsbygoogle = window.adsbygoogle || []).push(  google_ad_client: <your code here>,  enable_page_level_ads: true );'],
],

这将在你的 head 标签内添加代码。

【讨论】:

【参考方案2】:

如果你不想直接修改配置,有一个使用 Google Adsense 的插件

https://www.npmjs.com/package/vuepress-plugin-google-adsense

module.exports = 
  plugins: [
    [
      'vuepress-plugin-google-adsense',
      
        'google_ad_client': '', // ca-pub-0000000000000000
        'enable_page_level_ads': true
      
    ]
  ]

【讨论】:

以上是关于如何在 VuePress 上实现 Google Adsense?的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Groovy/Grails 上实现社交网络登录? [关闭]

在vuepress中实现类似element-ui 的代码预览效果

我正在尝试通过 Google Places 在 Google Maps 上实现搜索。但是谷歌搜索出现了

如何在 Dialogflow 上实现 Permission API

在 React-Native 上实现 Google Cloud Speech-to-Text

如何在 vuetify 上实现 s-s-r?