urmaul/yii-opengraph
最新稳定版本:v1.3.0
Composer 安装命令:
composer require urmaul/yii-opengraph
包简介
Yii component to store and render opengraph tags.
关键字:
README 文档
README
Yii component to store and render opengraph tags.
Why
- You can make only first/last occurance of metatag to be rendered.
- It converts image links to absolute.
- You'll white it anyway.
Supported tags
- og:title
- og:url
- og:description
- og:image
Installing
Add this to "components" part of your config.
'og' => array( 'class' => 'ext.opengraph.Opengraph', ),
Using
// Set og:image Yii::app()->og->image = $imageUrl; // Set og:image if not set Yii::app()->og->setImage($imageUrl, false); // Flush contents to ClientScript Yii::app()->og->flush();
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-07