承接 urmaul/yii-opengraph 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-07