instagram
instagram copied to clipboard
Show instagram feed without API in a TYPO3 extension
Hi, Feed is integrated and is also displayed correctly in the backend. But in the frontend I get the following error: ` PHP Warning: Attempt to read property "data" on...
Hi, I followed all the steps - I have a green info message in the plugin, but the Scheduler task does not work. Where can I find more details about...
We encountered the following error: ``` 503 Oops, an error occurred! In2code\Instagram\Domain\Service\PrepareFeed::getImageContent(): Argument #1 ($url) must be of type string, null given, called in /var/www/htdocs/public/typo3conf/ext/instagram/Classes/Domain/Service/PrepareFeed.php on line 69 TypeError thrown...
Since today it is so that after the scheduler task has started, an error message comes and I receive an e-mail with the following error message: Message: PHP Warning: Undefined...
The Repositories use the deprecated `fetch` and `fetchColumn` functions of doctine.\ These throw PHP 8 deprecations because they don't set `fetchMode` which is defined as `int` in https://www.php.net/manual/de/class.pdostatement.php Solution: Replace...
In the documentation of "Refresh tokens" an asterisk is missing in the example. "(e.g. 0 5 */30 * for every 30 days at 5 am)" should be "(e.g. 0 5...
By default instagram has a limit of 25 images when you use the API. You can set the limit in the plugin for the frontend output up to 100, but...
When a reel is posted as a collab with someone else (another account), then it is not imported by the plugin.
Backend Preview is still missing Resolves #28