Changeset 1941934
- Timestamp:
- 09/15/2018 10:38:35 PM (7 years ago)
- Location:
- ss-font-awesome-icon/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (4 diffs)
-
fa-icons.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ss-font-awesome-icon/trunk/README.txt
r1941922 r1941934 4 4 Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon 5 5 Author: Shiful Islam 6 Version: 3.1.36 Version: 4.1 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 … … 26 26 https://fontawesome.com/icons?d=gallery 27 27 28 Also you can look at old version of fontawesome, should work with our new plugins version 3.1. 29 https://fontawesome.com/v4.7.0/icons/ 30 31 To implement below 32 <i class="fas fa-umbrella"></i> 28 33 29 34 30 35 31 You can use: 36 [icon name="umbrella" size="15" padding="2"] (This will provide you old version of icon like V4.7.0) or 37 [icon name="umbrella"] (This will provide you old version of icon like V4.7.0) or 38 [icon type="s" name="umbrella"] 32 [icon type="s" name="umbrella" size="15" padding="2"] 39 33 40 ( This will provide you the new version font, new version required font type. If solid please write type="s" if font type regular you need to write type="r", same thing b for brand and if no more type required please remove "type" from your code)34 (All icons required font type or icon type. If solid please write type="s". If font type regular you need to write type="r", same thing b for brand. 41 35 42 43 44 36 45 37 <i class="fab fa-twitter"></i> 46 38 47 You should use: 48 49 [icon name="twitter"] or 39 You must use: 50 40 [icon type="b" name="twitter"] All branded icons are now font type = b 51 41 42 All the types are listed below and uses examples. 43 > Type Solid : [icon name="" type="s"] 44 > Type Regular : [icon name="" type="r"] 45 > Type Light : [icon name="" type="l"] 46 > Type Brand : [icon name="" type="b"] 52 47 53 54 48 Use class parameter if you want to include any class. Below included all possible parameters. 49 [icon name="facebook-f" type="b" size="25" padding="3" margin="2" bg="blue" color="white"] 50 Font size is in pixel, i/e 25px, and padding margin are % i/e 3%, 2%. 51 55 52 Please note- You must include the padding and margin, otherwise here default padding and margin are avail(2%) 56 53 … … 59 56 https://fontawesome.com/icons?d=gallery or 60 57 61 https://fontawesome.com/v4.7.0/icons/62 58 63 Find all type of icons and can use to WordPress post, page, widgets. 59 60 Find all type of icons and use to WordPress post, page, widgets. 64 61 65 62 If you need more docs you can go below links--- … … 75 72 2. Activate the plugin through the 'Plug-ins' menu in WordPress 76 73 77 74 == Premium Plugin == 75 This plugin has a latest premium update included on <strong>"SS Total Short Code"</strong> plugin. Very soon it will be available at: http://sobshomoy.com/ss-total-short-code 78 76 79 77 == Screenshots == 80 78 81 79 1. screenshot.png 80 81 ==Version 4.1 == 82 Updated with latest fontawesome 5.3.1 version. 83 82 84 83 85 ==Version 3.1.2== -
ss-font-awesome-icon/trunk/fa-icons.php
r1941922 r1941934 2 2 /** 3 3 * @package Fontawesome Icons 4 * @version 3.14 * @version4.1 5 5 */ 6 6 /* … … 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.311 Version: 4.1 12 12 Author URI: http://bn.hs-bd.com/ 13 13 */
Note: See TracChangeset
for help on using the changeset viewer.