File: /home/homework/public_html/kurs7/wp-content/plugins/wp-font-awesome/readme.txt
=== WP Font Awesome ===
Contributors: zayedbaloch, naeemnur
Donate link: https://paypal.me/zayedbaloch
Tags: fontawesome, font awesome, font icon, posts, page, widget, sidebar, shortcode,
Requires at least: 3.2
Requires PHP: 5.6
Tested up to: 5.6
Stable tag: 1.7.7
License: GPLv2 or later
This plugin allows you to easily embed Font Awesome icon to your site with simple shortcodes.
== Description ==
This plugin allows you to easily embed Font Awesome icon to your website using HTML or built-in shortcode handlers.
= Features =
1. Shortcode support. Example: For Font Awesome 5 `[wpfa5s icon=""]`, `[wpfa5r icon=""]`, `[wpfab icon=""]`, and for Font Awesome 4.7+ `[wpfa icon=""]`
2. Use Larger Icon: `[wpfa icon="" size="2x"]`. Sizes: `xs`, `sm`, `lg`, `2x`, `3x`, `5x`, `7x`, `10x`
3. Add Font Awesome icon in Menu with shortcode.
4. Support shortocde in Widgets.
5. Support post and page title.
6. Support Font Awesome version 4.7.0
7. Font Awesome version 5.15.1
8. Add Font Awesome icon from editor Toolbar button.
= Shortcodes =
Introduced three new shortcode for Font Awesome support.
**Font Awesome 5**
`[wpfa5s icon="home"]` for Solid style.
`[wpfa5r icon="user"]` for Regular style. *support only in few icon*.
`[wpfa5b icon="facebook"]` for Brands.
**Font Awesome 4.7+**
`[wpfa icon=""]`.
= Note =
The `fa` prefix has been deprecated in version 5. The new default is the `fas` solid style `far` regular style and the `fab` style for brands.
**WP Font Awesome plugin still support Font Awesome version 4**
== Installation ==
1. Unzip the download package
2. Upload `wp-font-awesome` to the `/wp-content/plugins/` directory
3. Activate the plugin through the 'Plugins' menu in WordPress
= Manual Plugin Installation =
1. Download WP Font Awesome Plugin to your desktop.
2. If downloaded as a zip archive, extract the Plugin folder to your desktop.
3. With your FTP program, upload the Plugin folder to the `wp-content/plugins` folder in your WordPress directory online.
4. Go to Plugins screen and find Content WP Font Awesome in the list.
5. Click Activate Plugin to activate it.
== Frequently Asked Questions ==
= Usage =
**Font Awesome 5**
* `[wpfa5s icon="home"]` or `[wpfa5s icon="fa-home"]` for Solid style.
* `[wpfa5r icon="user"]` or `[wpfa5r icon="fa-user"]` for Regular style. *support only in few icon*.
* `[wpfa5b icon="facebook"]` or `[wpfa5b icon="fa-facebook"]` for Brands.
**Font Awesome 4.7+**
Use the `[wpfa icon="fa-home"]` or `[wpfa icon="home"]` shotcode to add an icon.
**Sizes**
Sizes: `xs`, `sm`, `lg`, `2x`, `3x`, `5x`, `7x`, `10x`.
Example: `[wpfa5b icon="facebook" size="3x"]`
**Color**
`[wpfa ..... color="#336699"]`
**Superscript**
`[wpfa ..... sub="yes"]`
= How to use shortcode in Widget title =
**Font Awesome 5**
`[wpfa5s icon="home"]` for Solid style.
`[wpfa5r icon="user"]` for Regular style. *support only in few icon*.
`[wpfa5b icon="facebook"]` for Brands.
**Font Awesome 4.7+**
`[wpfa icon=""]`.
Note: Don't use double quotes `(" ")` on shortcode in Widget title.
== Screenshots ==
1. Shortcodes
2. Shortcodes result
4. Larger Icon
5. Menu
6. Widget
7. Superscript
== Changelog ==
= 1.7.6 =
* Updated FontAwesom to 5.15
= 1.7.6 =
* Fixed font load issue.
= 1.7.5 =
* Add Font Awesome icon from editor Toolbar button.
* Updated FontAwesom to 5.12
= 1.7.4 =
* Updated FontAwesom to 5.4
= 1.7.3 =
* Fixed fonts loading issue
= 1.7.2 =
* Updated FontAwesom to 5.2.0
= 1.7.1 =
* Added Superscript option.
= 1.7 =
* Added color option
= 1.6 =
* Updated Font Awesome to 5.0.10
* Introduced 3 additional shortcode for Font Awesome 5+
* Still support Font Awesome 4
= 1.5 =
* Updated Font Awesome to 4.7.0
= 1.4 =
* Bug fixes.
= 1.3 =
* Added Larger Icon option.
* Updated Font Awesome to 4.6.0
= 1.2 =
* Added font icon support in post and page title.
= 1.1 =
* Updated Font Awesome to 4.5.0
* 20 New Icons in Font Awesome 4.5
= 1.0 =
* First Release
== Upgrade Notice ==
= 1.7.6 =
* Updated FontAwesom to 5.15
= 1.7.6 =
* Fixed font load issue.
= 1.7.5 =
* Add Font Awesome icon from editor Toolbar button.
* Updated FontAwesom to 5.12
= 1.7.4 =
* Updated FontAwesom to 5.4
= 1.7.3 =
* Fixed fonts loading issue
= 1.7.2 =
* Updated FontAwesom to 5.2.0
= 1.7.1 =
* Added Superscript option.
= 1.7 =
* Added color option
= 1.6 =
* Updated Font Awesome to 5.0.10
* Introduced 3 additional shortcode for Font Awesome 5+
* Still support Font Awesome 4
= 1.5 =
* Updated Font Awesome to 4.7.0
= 1.4 =
* Bug fixes.
= 1.3 =
* Added Larger Icon option.
* Updated Font Awesome to 4.6.0
= 1.2 =
* Added font icon support in post and page title.
= 1.1 =
* Updated Font Awesome to 4.5.0
* 20 New Icons in Font Awesome 4.5
= 1.0 =
First Release.