{"id":25697730,"url":"https://github.com/chemiker/e.nigma-buttons","last_synced_at":"2026-05-16T17:03:34.368Z","repository":{"id":24854917,"uuid":"28270159","full_name":"chemiker/e.nigma-buttons","owner":"chemiker","description":"e.nigma buttons is a WordPress plugin that easily allows you to add buttons to your posts, pages etc.","archived":false,"fork":false,"pushed_at":"2020-09-04T21:01:54.000Z","size":986,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T06:12:52.287Z","etag":null,"topics":["shortcode","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://sciolism.de/projects/e.nigma-buttons/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chemiker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-20T15:08:26.000Z","updated_at":"2020-09-06T13:21:01.000Z","dependencies_parsed_at":"2022-08-23T07:51:04.115Z","dependency_job_id":null,"html_url":"https://github.com/chemiker/e.nigma-buttons","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chemiker%2Fe.nigma-buttons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chemiker%2Fe.nigma-buttons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chemiker%2Fe.nigma-buttons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chemiker%2Fe.nigma-buttons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chemiker","download_url":"https://codeload.github.com/chemiker/e.nigma-buttons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240589202,"owners_count":19825319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["shortcode","wordpress","wordpress-plugin"],"created_at":"2025-02-25T02:30:23.782Z","updated_at":"2026-05-16T17:03:29.336Z","avatar_url":"https://github.com/chemiker.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# e.nigma buttons\n\n*e.nigma buttons* is a WordPress plugin that easily allows you to add buttons to your posts, pages etc.\n\n[![Maintainability](https://api.codeclimate.com/v1/badges/23718d5d9155f120cb77/maintainability)](https://codeclimate.com/github/chemiker/e.nigma-buttons/maintainability) [![Build Status](https://travis-ci.com/chemiker/e.nigma-buttons.svg?branch=master)](https://travis-ci.com/chemiker/e.nigma-buttons)\n\n## Shortcodes \u0026 Attributes\n*e.nigma buttons* adds the shortcode `[button]` to your installation. The following options can be used to adjust the button for your needs:\n\n* `label`: The label of your button\n* `icon`: The icon of your button\n* `link`: The link of your button\n* `color`: The color of button\n* `border`: yes (default) or no\n* `size`: small, medium (default) or large\n* `class`: Additional CSS classes that will be added to your buttons icon\n\n### Colors\nThe following colors are avaible:\n* green\n* orange\n* purple\n* cyan\n* white\n* red\n* black\n\n### Icons\n*e.nigma buttons* uses [Font Awesome](http://fontawesome.io/) as icon resource. [An overview over all available icons](http://fontawesome.io/icons/) can be found on their website.\n\n## Usage\nMost of the shortcodes attributes are self explaining. However, it must be noted that the `icon` attribute can be filled by using modififed [Font Awesome shortcodes](http://fontawesome.io/icons/).\n\nFor instance: If you want to use the GitHub icon you would search for that icon in the [list of all icons](http://fontawesome.io/icons/). What you will find is the corresponding CSS class. For *e.nigma buttons* the name of the icon (which is obtained if stripping the \"fa-\" in the beginning of the CSS class) is used. For GitHub the CSS class would be `fa-github`. Thus, `github` is your value for the `icon` attribute.\n\n### Examples\n`[button label=\"My GitHub account\" icon=\"github\" color=\"orange\" link=\"https://github.com/chemiker\"]`\nBrings you an linked, medium-sized, orange button that has a GitHub icon and the label \"My GitHub account\".\n\n`[button icon=\"github\" color=\"orange\" link=\"https://github.com/chemiker\" size=\"large\"]`\nBrings you an orange, large-sized, linked GitHub icon.\n\n## FAQ\n\nSee the FAQ in the repository [Wiki](https://github.com/chemiker/enigma-buttons/wiki).\n\n## License \u0026 copyright\nThis project is released under the MIT license. \n\n### Icons / Fonts\n\nThe plugin uses [Font Awesome](http://fontawesome.io) icons which is a project by Dave Gandy. Font Awesome fonts (Copyright by Dave Gandy) are released under [SIL OFL 1.1](http://scripts.sil.org/OFL). Font Awesome CSS files (shipped as part of this plugin's CSS file) by Dave Gandy are released under [MIT license](https://opensource.org/licenses/MIT).\n\n### Tests\n\nThis repository ships with tests. The tests are based on [\"sample-plugin\"](https://github.com/wp-cli/sample-plugin). The following files are part of the package which is released under GPLv2 (Copyright by Daniel Bachhuber) and have been modified:\n\n* test/*\n* bin/*\n* .travis.yml\n* phpcs.xml.dist\n* phpunit.xml.dist\n\n## Development\nAs the plugin this is real free software you are very welcome to fork this project and do whatever you want with it :)\n\n### Requirements\n* yarn\n\n### Installation\n1. Download the zip archive or clone the repository to your WordPress plugin directory\n2. run `yarn install`\n4. run `yarn run gulp dev` to continuously watch the (CSS/PHP) files and compile them if necessary\n\nFor distribution you can run `yarn run gulp make`. This will create a `dist/` folder ready for submission to the WordPress.org repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchemiker%2Fe.nigma-buttons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchemiker%2Fe.nigma-buttons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchemiker%2Fe.nigma-buttons/lists"}