in2code/bluesky 问题修复 & 功能扩展

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

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

in2code/bluesky

最新稳定版本:1.4.1

Composer 安装命令:

composer require in2code/bluesky

包简介

Show bluesky feed in TYPO3

README 文档

README

Introduction

Simple content element to show a bluesky feed by account name for TYPO3 13 or newer.

Screenshots

Example output of posts in frontend:

screenshot_frontend_plugin_list.png

Example plugin settings in backend:

screenshot_backend_plugin_list.png

Howto

Do you want to change the html template of the list view? Sure, you want to change it. You can do it simply via TypoScript setup:

plugin.tx_bluesky {
  view {
    templateRootPaths {
      1 = EXT:sitepackage/Resources/Private/ExtensionView/Plugins/Bluesky/Templates/
    }
  }
}

Development

You can spin up a development environment for this extension using DDEV.

ddev start
ddev initialize
ddev restart # sometimes needed to copy configuration presets properly

The default backend user present in the database dump has the credentials admin / John3:16.

Changelog

Version Date State Description
1.4.1 2025-07-26 Task Move icon registration to configuration folder and remove ext_tables.php file
1.3.0 2025-03-08 Feature Also support full profile url for account id, improve placeholder text in plugin
1.2.0 2025-03-06 Feature Add local development environment
1.1.0 2025-03-05 Feature Autolink url in posts, don't use ascii characters as hashtags, ignore colon in hashtags
1.0.1 2025-03-05 Bugfix Use default values if FlexForm is empty
1.0.0 2025-03-05 Task Initial publish of the extension

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2025-03-05