Download the PHP package texnixe/kirby3-codepen without Composer
On this page you can find all versions of the php package texnixe/kirby3-codepen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download texnixe/kirby3-codepen
More information about texnixe/kirby3-codepen
Files in texnixe/kirby3-codepen
Package kirby3-codepen
Short Description Kirby 3 plugin providing a KirbyTag for CodePen embeds
License MIT
Informations about the package kirby3-codepen
Kirby 3 CodePen embed
This plugin provides a shortcode (KirbyTag) for embedding CodePens in your text.
Commercial Usage
This plugin is free but if you use it in a commercial project please consider
Installation
Download
Download the files and place them inside site/plugins/kirby-codepen
.
Git Submodule
You can add the plugin as a Git submodule.
$ cd your/project/root
$ git submodule add https://github.com/texnixe/kirby3-codepen.git site/plugins/kirby-codepen
$ git submodule update --init --recursive
$ git commit -am "Add Kirby CodePen plugin"
Run these commands to update the plugin:
$ cd your/project/root
$ git submodule foreach git checkout master
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive
Composer
Usage
The CodePen Id is required.
Options
Config options
You can set the following default options in your config.php
:
Tag options
You can overwrite the config options in the KirbyTag, e.g.
In addition to the above settings, the following options are available:
user
: default ''title
: default ''
Disclaimer
This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you encounter any problem, please create an issue.
License
It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.