https://github.com/braginteractive/material-design-icons-wordpress-plugin
WordPress Plugin to include Material Design Icons
https://github.com/braginteractive/material-design-icons-wordpress-plugin
Last synced: 12 months ago
JSON representation
WordPress Plugin to include Material Design Icons
- Host: GitHub
- URL: https://github.com/braginteractive/material-design-icons-wordpress-plugin
- Owner: braginteractive
- Created: 2015-04-16T01:39:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T20:20:25.000Z (almost 11 years ago)
- Last Synced: 2023-02-27T04:51:34.577Z (over 3 years ago)
- Language: JavaScript
- Homepage: https://wordpress.org/plugins/material-design-icons/
- Size: 961 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Download this plugin in the WordPress plugin directory [Material Design Icons Plugin](https://wordpress.org/plugins/material-design-icons/)
#Material Design Icons
Contributors: @braginteractive
Tags: icons, material design, font icon, UI, icon font
Requires at least: 3.0
Tested up to: 4.2.1
Stable tag: 0.0.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Enables 1000+ Material Design icons within WordPress pages and posts. Icons can be inserted with a shortcode or HTML markup.
A full list of the 1000+ Material Design Icons icons is available: [materialdesignicons.com/](http://materialdesignicons.com/)
##Usage Instructions
To use any of the Material Design icons on your WordPress site you have two options:
__HTML__
**Examples**
Bell icon
``
__Shortcode__
Don't want to worry about HTML tags? You can use a shortcode in your posts, pages and even widgets to display a Material Design icon.
The shortcode to use is `[mdi-icon name=X]`, where name=X is the class of the icon you would like to use.
**Examples**
Amazon icon
`[mdi-icon name="amazon"]`
With v0.0.3 you can now add size and color.
`[mdi-icon name="amazon" color="red" size="2x"]`
Hex values will work for the color option and the include size values are: lg, 2x, 3x, 4x, 5x, 6x, 7x, 8x, 9x, 10x
##Installation
1. Upload to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Use one of the two usage methods (HTML or Shortcode) within the content of your posts or pages.
4. Use either the HTML or Shortcode methods inside your text widgets.
##Release Notes
__Version 0.0.3__
Added TinyMCE button with size, color, and icon picker
__Version 0.0.2__
Update to Material Design Icons 1.0.62
__Version 0.0.1__
Initial release
##Author
- [Brad Williams](http://braginteractive)
##Credits
[materialdesignicons.com/](http://materialdesignicons.com/) - Maintained by Austin Andrews
##License
License:
Copyright (C) 2015 Brad Williams
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 3 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, see .