Plugin Directory

Changeset 1670525


Ignore:
Timestamp:
06/04/2017 04:17:38 PM (9 years ago)
Author:
wsaiful
Message:

Style adjusted.

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

Legend:

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

    r1638692 r1670525  
    33Plugin Name: SS Font Awesome Icon
    44Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon
    5 Description: This plugin will use hover effects of your post inside links.
    65Author: Shiful Islam
    7 Version: 2.1
     6Version: 2.1.3
    87Author URI: http://bn.hs-bd.com
    98
    109Tags: Total font awesome icons, font awesome icon short codes, font awesome icon inside post, post inside icons
    1110Requires at least: 3.0.1
    12 Tested up to: 4.7.3
    13 Stable tag: 2.1.1
     11Tested up to: 4.7.5
     12Stable tag: 2.1.3
    1413License: GPLv2 or later
    1514License 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 
    2015
    2116
     
    2318
    2419
     20This is quick helping plugin when you need some icon anywhere in WordPress site. Supported widget and post/page inside. Simple shortcode but strong support.
    2521The 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.
     22Light weight and user friendly. Basic short code, very easy to use.
    2723
    2824
     
    5955
    6056
    61 Plese note- You must include the padding and margin, otehrwise here default padding and margin are avail(5%)
     57Plese note- You must include the padding and margin, otehrwise here default padding and margin are avail(2%)
    6258
    6359All of icons are in below list, grab your favourite icon and enjoy it!
     
    6561http://fontawesome.io/icons/
    6662
    67 please find all and use your inside of post page blog anywhere without comments.
     63Find all icons details and use your inside of post page blog anywhere without comments.
    6864
    6965If you need more docs you can go below links---
     
    8682
    8783
     84==Version 2.1.3==
     85Updated for new icons support.
     86Margin and padding changed to 2% by default. 
     87
    8888==Version 2.1.2==
    89891.updated with new font awesome icons
  • ss-font-awesome-icon/trunk/fa-icons.php

    r1638684 r1670525  
    99Description: 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"
    1010Author: Shiful Islam
    11 Version: 2.1.1
     11Version: 2.1.3
    1212Author URI: http://bn.hs-bd.com/
    1313*/
     
    3030      'name' => 'facebook',
    3131      'size' => 20,
    32       'padding' => '5',
    33       'margin' => '5',
     32      'padding' => '2',
     33      'margin' => '2',
    3434      'color' => '#fff',
    3535      'bg' => '#000',
Note: See TracChangeset for help on using the changeset viewer.