Plugin Directory

Changeset 1850212


Ignore:
Timestamp:
03/30/2018 05:53:02 PM (8 years ago)
Author:
wsaiful
Message:

3.1.2

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

Legend:

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

    r1850183 r1850212  
    44Plugin URI: http://sobshomoy.com/plugins/ss-font-awesome-icon
    55Author: Shiful Islam
    6 Version: 3.1.1
     6Version: 3.1.2
    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
     
    81811. screenshot.png
    8282
    83 ==Version 3.1.1==
     83==Version 3.1.2==
    8484We'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.
    8585
  • ss-font-awesome-icon/trunk/fa-icons.php

    r1850183 r1850212  
    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.1
     11Version: 3.1.2
    1212Author URI: http://bn.hs-bd.com/
    1313*/
     
    3535function font_awesome_function($atts){
    3636   extract(shortcode_atts(array(
    37       'name' => 'facebook',
     37      'name' => 'twitter',
    3838      'size' => 20,
    3939      'type' => '',
    4040      'class' => '',
    41       'padding' => '2',
    42       'margin' => '2',
    43       'color' => '#ffffff',
     41      'padding' => '',
     42      'margin' => '',
     43      'color' => '#212121',
    4444      'bg' => '#757575',
    4545     
Note: See TracChangeset for help on using the changeset viewer.