gertexllc/yii2-adsense-widget 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gertexllc/yii2-adsense-widget

Composer 安装命令:

composer require gertexllc/yii2-adsense-widget

包简介

A Yii2 widget for displaying Google Adsense ads.

README 文档

README

Latest Stable Version Total Downloads License

A Yii2 widget for displaying Google Adsense ads.

Installation

The preferred way to install this extension is through Composer.

Either run

composer require gertexllc/yii2-adsense-widget

or add

"gertexllc/yii2-adsense-widget": "^1.0"

to the require section of your composer.json file.

Usage

Use the widget in your view file like this:

<?= \gertexllc\widgets\AdsenseWidget::widget([
    'client' => 'your_ad_client_id',
    'slot' => 'your_ad_slot_id',
]) ?>

You can also specify additional parameters like format and responsive:

<?= \gertexllc\widgets\AdsenseWidget::widget([
    'client' => 'your_ad_client_id',
    'slot' => 'your_ad_slot_id',
    'format' => 'auto',
    'responsive' => true,
]) ?>

Configuration

You can configure the widget using the following properties:

  • client: The Google Adsense client ID.
  • slot: The Google Adsense slot ID.
  • format: The ad format. Defaults to 'auto'.
  • responsive: Whether to use responsive ads. Defaults to true.

License

This package is released under the MIT License. See the LICENSE file for details.

Support

If you have any questions or issues, please open an issue.

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-04-29