Changeset 1670525
- Timestamp:
- 06/04/2017 04:17:38 PM (9 years ago)
- Location:
- ss-font-awesome-icon/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (5 diffs)
-
fa-icons.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ss-font-awesome-icon/trunk/README.txt
r1638692 r1670525 3 3 Plugin Name: SS Font Awesome Icon 4 4 Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon 5 Description: This plugin will use hover effects of your post inside links.6 5 Author: Shiful Islam 7 Version: 2.1 6 Version: 2.1.3 8 7 Author URI: http://bn.hs-bd.com 9 8 10 9 Tags: Total font awesome icons, font awesome icon short codes, font awesome icon inside post, post inside icons 11 10 Requires at least: 3.0.1 12 Tested up to: 4.7. 313 Stable tag: 2.1. 111 Tested up to: 4.7.5 12 Stable tag: 2.1.3 14 13 License: GPLv2 or later 15 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html 16 17 This is quick helping plugin when you need some icon anywhere in WordPress site. Supported widget and post/page inside. Simple shortcode but stong support.18 19 20 15 21 16 … … 23 18 24 19 20 This is quick helping plugin when you need some icon anywhere in WordPress site. Supported widget and post/page inside. Simple shortcode but strong support. 25 21 The latest font awesome icon for wordpress users. Just simply write with short code for any font awesome icons. 26 Light weight and user friendly. Need some short code, very easy to use.22 Light weight and user friendly. Basic short code, very easy to use. 27 23 28 24 … … 59 55 60 56 61 Plese note- You must include the padding and margin, otehrwise here default padding and margin are avail( 5%)57 Plese note- You must include the padding and margin, otehrwise here default padding and margin are avail(2%) 62 58 63 59 All of icons are in below list, grab your favourite icon and enjoy it! … … 65 61 http://fontawesome.io/icons/ 66 62 67 please find alland use your inside of post page blog anywhere without comments.63 Find all icons details and use your inside of post page blog anywhere without comments. 68 64 69 65 If you need more docs you can go below links--- … … 86 82 87 83 84 ==Version 2.1.3== 85 Updated for new icons support. 86 Margin and padding changed to 2% by default. 87 88 88 ==Version 2.1.2== 89 89 1.updated with new font awesome icons -
ss-font-awesome-icon/trunk/fa-icons.php
r1638684 r1670525 9 9 Description: All fontawesome icons you can create in your post inside or widgets. Easily integretion. Just go http://fontawesome.io/icons/ choose your icon and wirte only the "iwifi" if you found "fa-wifi" 10 10 Author: Shiful Islam 11 Version: 2.1. 111 Version: 2.1.3 12 12 Author URI: http://bn.hs-bd.com/ 13 13 */ … … 30 30 'name' => 'facebook', 31 31 'size' => 20, 32 'padding' => ' 5',33 'margin' => ' 5',32 'padding' => '2', 33 'margin' => '2', 34 34 'color' => '#fff', 35 35 'bg' => '#000',
Note: See TracChangeset
for help on using the changeset viewer.