arndtteunissen / social_media_fields
Adds social media features to TYPO3 pages.
Installs: 105
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.0
- typo3/cms-core: ^7.6 || ^8.7
- typo3/cms-fluid: ^7.6 || ^8.7
- typo3/cms-frontend: ^7.6 || ^8.7
Suggests
- georgringer/news: Social media fields are also added to the news extension
This package is auto-updated.
Last update: 2024-10-11 19:05:48 UTC
README
This extension adds fields for use with social graph protocols, like OpenGraph1, which enable rich object integration of the web page.
Motivation
By default you can set these tags in the TypoScript PAGE
object and default to the page description, categories and titles.
But these are limited and you might want to change the appearance based on a specific network.
Installation
Installation using Composer (recommended)
In your TYPO3 site folder run
composer require arndtteunissen/social_media_fields
to install this extension.
Installation from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
Usage
- Include the static file "Social Media Fields" in your template.
- Edit any page, open the tab "Social Media" and edit the fields according to your needs.
NOTE: Your template rendering definition or other plugins might add these tags as well. You might want to check your rendered HTML.