teppokoivula/snippets

ProcessWire CMS/CMF module for allows embedding HTML/JS/CSS snippets into page markup.

Fund package maintenance!
teppokoivula

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:processwire-module

1.5.0 2021-12-24 10:51 UTC

This package is auto-updated.

Last update: 2024-04-16 16:41:45 UTC


README

This module can be used to inject simple (HTML/JS/CSS) snippets into rendered page content. Snippets can be injected before, after, or in place of existing markup tags, and they can be applied to specific pages only by matching pages selected from a list or by matching a selector.

Requirements

  • ProcessWire 3.0.112+
  • PHP 7.1+

Installing

This module is installed just like any other ProcessWire module: copy or clone the directory containing this module to your /site/modules/ directory, log in, go to Admin > Modules, click "Check for new modules", and install "Snippets".

Process Snippets will be automatically installed along with the main module Snippets.

How to use

When this module is installed, a new Admin page Snippets is automatically added under Settings. This page contains a list of snippets and provides a GUI for managing them. Note that only users with the "snippets" permission will be allowed to view/edit snippets.

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

(See included LICENSE file for full license text.)