承接 hofff/contao-social-tags 相关项目开发

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

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

hofff/contao-social-tags

最新稳定版本:2.0.1

Composer 安装命令:

composer require hofff/contao-social-tags

包简介

Define OpenGraph/twitter cards meta data in Contao

README 文档

README

This extension provides support for social tags (Open Graph, Twitter Cards) for Contao CMS. It supports

  • pages
  • news
  • events
  • faqs

Requirements

  • Contao ^4.13 || ^5.3
  • PHP ^8.1

Changelog

See CHANGELOG.md

Concepts

The goal of this extension is to provide a framework for common social tags for every entity being presented as a web page in Contao. To achieve this goal it separates the generation of the social tags into data factories and extractors.

Data factories

This extension provides an abstraction for different social tags. They can be plugged in using the Hofff\Contao\SocialTags\Data\DataFactory interface which has to be tagged with the Hofff\Contao\SocialTags\DataFactory tag. The data factory is responsible to generate the social meta tags for a given object.

Extractors

The extractors have to implement the interface Hofff\Contao\SocialTags\Data\Extractor and specifics child interfaces for the supported data factories, e.g. Hofff\Contao\SocialTags\Data\TwitterCards\TwitterCardsExtractor for twitter cards support or Hofff\Contao\SocialTags\Data\OpenGraph\OpenGraphExtractor for open graph support. Each extractor is tagged with the Hofff\Contao\SocialTags\Data\Extractor tag.

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-or-later
  • 更新时间: 2026-01-04