Changeset 1850212
- Timestamp:
- 03/30/2018 05:53:02 PM (8 years ago)
- Location:
- ss-font-awesome-icon/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
fa-icons.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ss-font-awesome-icon/trunk/README.txt
r1850183 r1850212 4 4 Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon 5 5 Author: Shiful Islam 6 Version: 3.1. 16 Version: 3.1.2 7 7 Author URI: http://bn.hs-bd.com 8 8 Tags: Total font awesome icons, font awesome icon short codes, font awesome icon inside post, post inside icons … … 81 81 1. screenshot.png 82 82 83 ==Version 3.1. 1==83 ==Version 3.1.2== 84 84 We're sorry for the last update where it was not fully tested with fontawesome v5. Now we made few more changes to get old version of icon and new version of icon in same plugin. Hope this update will recover your last two months issues. 85 85 -
ss-font-awesome-icon/trunk/fa-icons.php
r1850183 r1850212 9 9 Description: All font-awesome icons you can create in your post inside or widgets. Easy to integrate in your post and page also on widget. Just go https://fontawesome.com/icons?d=gallery choose your icon and write [ icon type="b" name="facebook-f"] while you can see fontawesome icon is <i class="fab fa-facebook-f"></i>. This is new way to put icon for Fontawesome V5. But if you don't have any item type brand(b) or regular(r) or solid(s) just avoid this option. Your icon will be only [icon name="your-icon"]. 10 10 Author: Shiful Islam 11 Version: 3.1. 111 Version: 3.1.2 12 12 Author URI: http://bn.hs-bd.com/ 13 13 */ … … 35 35 function font_awesome_function($atts){ 36 36 extract(shortcode_atts(array( 37 'name' => ' facebook',37 'name' => 'twitter', 38 38 'size' => 20, 39 39 'type' => '', 40 40 'class' => '', 41 'padding' => ' 2',42 'margin' => ' 2',43 'color' => '# ffffff',41 'padding' => '', 42 'margin' => '', 43 'color' => '#212121', 44 44 'bg' => '#757575', 45 45
Note: See TracChangeset
for help on using the changeset viewer.