Google AdSense 下面是 MediaWiki 中的文章

发布于 2024-12-15 12:35:53 字数 251 浏览 3 评论 0原文

我想知道如何将 Google AdSense 单元放在边框内的文章下方。那就是:

   Name Article
   .
   .
   .
   end

   Category

                         box adsense

我只在侧边栏找到了一个使用AdSense的MediaWiki扩展。我正在使用矢量皮肤。

我该怎么做? (Ps.我正处于网络编程的早期阶段:-))

I wonder how I can put a unit of Google AdSense under the article inside the border. That is:

   Name Article
   .
   .
   .
   end

   Category

                         box adsense

I only found a MediaWiki extension for using AdSense in the sidebar. I am using the Vector skin.

How can I do this?
(Ps. I'm in the early stages of web programming :-) )

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

莳間冲淡了誓言ζ 2024-12-22 12:35:54

可以修改现有的 AdSense 扩展程序以将广告插入到不同的位置;这可能需要更改它以使用不同的钩子,因为它使用的钩子似乎是特定于侧边栏的。

或者,一种粗略但有效的方法是编辑 在 MediaWiki 安装中打开 Skins/Vector.php 文件(或您所使用的皮肤的相应文件),然后在其中添加 AdSense 代码,就像将其添加到普通 HTML 网页一样。 (大概您想将其放在 bodyContent div 末尾附近的某个位置;查找显示 的行。)此方法的缺点是每当您升级 MediaWiki 时,您可能都必须重做。

It might be possible to modify the existing AdSense extension to inject the ads in a different location; this will probably require changing it to use a different hook, since the one it's using seems to be sidebar-specific.

Alternatively, a crude but effective way is to edit the skins/Vector.php file (or the corresponding file for whichever skin(s) you're using) in your MediaWiki installation and add the AdSense code there, as if you were adding it to an ordinary HTML web page. (Presumably you'd want to put it somewhere near the end of the bodyContent div; look for a line that says <!-- /bodyContent -->.) The disadvantage of this method is that you'll probably have to redo it whenever you upgrade MediaWiki.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文