155

Product support

Visit this product's website for support.

  • Added on Jul 9, 2021
  • Current version: 1.0.0
  • Platform Compatibility
    v3.x use latest
    v2.x use latest
    v1.x not tested
  • Extensions: 1
  • Created by
  • Public repository

Categories

Crowdin

Overview

Meta plugin is a base for websites made with October CMS by freelancers. This plugin should be compatible with Winter CMS too because it doesn't use any breaking changes October introduced.

With this plugin is possible:

  • Set globally title of a page
  • Upload a favicon, a logo and an OpenGraph protocol image
  • Set globally meta keywords and meta color
  • Make an easy copyright information

And the most important feature:

  • Set website author signature and logo

Contributing

You are free to contribute in the following ways:

  • sending pull requests
  • bug reporting and feature requesting by creating issues on plugin GitHub page
  • localization to your language using Crowdin

License

The Meta plugin for October CMS is open-sourced software licensed under the MIT license.

Copyright

If you want to add copyright information add component and write

{% component 'signature' %}

Head

Open layout.htm and in head tags leave only import of your style.css / app.css

Then import component and inside the head tag write

{% component 'head' %}

Logo

Wherever you want to use website logo, import component and write

{% component 'logo' %}

(that's only an img)

Signature

Open footer (or other file) to attach website author's signature in and import component, and then write

{% component 'signature' %}

1.0.0

First version of meta plugin

Jul 09, 2021