When you wish better SEO
In main media library used in OctoberCMS is a small feature gap, where we need to provide some informations about media files, right?
Component / Page Snippet
As part of this plugin are component/page snippet, which allows you to fetch any data, where u wish to be and what you want. You can use a image option, which will generate full img tag with alt/title attributes fetched from metadata.
Cropping
Here is used a default crop funcion, then cropped file are saved into predeffined crop folder.
Installation
You can use composer require or php artisan command to install this plugin. Or, if you add this plugin to your project, it will install with sync command.
Composer
require snipi/memetadata-plugin
PHP artisan
artisan plugin:install SNiPI.MEMetadata
Inside project
artisan project:sync
-
This plugin has not been reviewed yet.
-
1.0.12 |
Fix partial for cropping tool Mar 10, 2022 |
---|---|
1.0.11 |
Fix for handling new and old version, where was duplicated .htm in loading partial Mar 09, 2022 |
1.0.10 |
Small fix for correct loading of partial, set max-width for image preview (not sure, why w-full not working) Mar 09, 2022 |
1.0.9 |
Updated searching for metadata and postpone exif errors Sep 30, 2021 |
1.0.8 |
Added checks for renaming files, to update data. Sep 30, 2021 |
1.0.7 |
Added buymecoffe :) Apr 30, 2021 |
1.0.6 |
Added missing about section Apr 30, 2021 |
1.0.5 |
Added missing partial for intro Apr 30, 2021 |
1.0.4 |
Updated component template to add alt/title tag to image tag Apr 30, 2021 |
1.0.3 |
Updated plugin name Apr 30, 2021 |
1.0.2 |
Updated default language Apr 30, 2021 |
1.0.1 |
creating custom table for storing metadata Apr 30, 2021 |
1.0.0 |
Creating of unique plugin for extending media library Apr 30, 2021 |