Installation¶
Composer¶
The extension can be installed through composer:
composer require "codappix/search_core_twitter" "~0.0.2"
Download¶
You can also download the extension and place it inside the typo3conf/ext
-Folder of
your installation. In that case you need to install all dependencies yourself. Dependencies are:
Dependencies from composer.json¶
"typo3/cms": ">= 7.6 < 9.0",
"codappix/search_core": "~0.0.1",
"j7mbo/twitter-api-php": "~1.0"
Setup¶
To be able to index anything from twitter, you need to create an app to get the necessary credentials. New and existing apps can be managed at https://apps.twitter.com/ .
Afterwards you need to enable the extension through the extension manager and need to configure the indexing through TypoScript.