Plugin Directory

Changeset 1941934


Ignore:
Timestamp:
09/15/2018 10:38:35 PM (7 years ago)
Author:
wsaiful
Message:

Icon included and fixed few more information.

Location:
ss-font-awesome-icon/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ss-font-awesome-icon/trunk/README.txt

    r1941922 r1941934  
    44Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon
    55Author: Shiful Islam
    6 Version: 3.1.3
     6Version: 4.1
    77Author URI: http://bn.hs-bd.com
    88Tags: Total font awesome icons, font awesome icon short codes, font awesome icon inside post, post inside icons
     
    2626 https://fontawesome.com/icons?d=gallery
    2727 
    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 
    3329 
    3430 
    3531You 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"]
    3933 
    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.
    4135
    42 
    43  
    4436
    4537<i class="fab fa-twitter"></i>
    4638 
    47 You should use:
    48 
    49 [icon name="twitter"] or
     39You must use:
    5040[icon type="b" name="twitter"] All branded icons are now font type = b
    5141
     42All 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"]
    5247
    53 
    54 
     48Use 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"]
     50Font size is in pixel, i/e 25px, and padding margin are % i/e 3%, 2%.
     51 
    5552Please note- You must include the padding and margin, otherwise here default padding and margin are avail(2%)
    5653
     
    5956 https://fontawesome.com/icons?d=gallery or
    6057
    61 https://fontawesome.com/v4.7.0/icons/
    6258
    63 Find all type of icons and can use to WordPress post,  page, widgets.
     59
     60Find all type of icons and  use to WordPress post,  page, widgets.
    6461
    6562If you need more docs you can go below links---
     
    75722. Activate the plugin through the 'Plug-ins' menu in WordPress
    7673
    77 
     74== Premium Plugin ==
     75This 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
    7876
    7977== Screenshots ==
    8078
    81791. screenshot.png
     80
     81==Version 4.1 ==
     82Updated with latest fontawesome 5.3.1 version.
     83
    8284
    8385==Version 3.1.2==
  • ss-font-awesome-icon/trunk/fa-icons.php

    r1941922 r1941934  
    22/**
    33 * @package Fontawesome Icons
    4  * @version 3.1
     4 * @version4.1
    55 */
    66/*
     
    99Description: 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"].
    1010Author: Shiful Islam
    11 Version: 3.1.3
     11Version: 4.1
    1212Author URI: http://bn.hs-bd.com/
    1313*/
Note: See TracChangeset for help on using the changeset viewer.