Plugin Directory

Changeset 1638660

Timestamp:
04/16/2017 07:49:13 PM (9 years ago)
Author:
wsaiful
Message:

Updated with latest icons

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

Legend:

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

    r1312783 r1638660  
    55Description: This plugin will use hover effects of your post inside links.
    66Author: Saiful Islam
    7 Version: 2.0
     7Version: 2.1
    88Author URI: http://sobshomoy.com/
    99*/
    1010Tags: Total font awesome icons, font awesome icon short codes, font awesome icon inside post, post inside icons
    1111Requires at least: 3.0.1
    12 Tested up to: 4.4
    13 Stable tag: 1.0
     12Tested up to: 4.7.3
     13Stable tag: 2.1
    1414License: GPLv2 or later
    1515License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1616
    17 This is quick helping plugin when you need some icon anywhere in wp blogs. Supported widget and post/page inside. Simple shortcode but stong support.
     17This is quick helping plugin when you need some icon anywhere in WordPress site. Supported widget and post/page inside. Simple shortcode but stong support.
    1818
    1919
     
    6161Plese note- You must include the padding and margin, otehrwise here default padding and margin are avail(5%)
    6262
    63 All of icons are in below list
     63All of icons are in below list, grab your favourite icon and enjoy it!
    6464
    65 http://fontawesome.io/icon/
     65http://fontawesome.io/icons/
    6666
    6767please find all and use your inside of post page blog anywhere without comments.
     
    9393You can write to our plugin page or you can email us about problems.
    9494Support Email: sobshomoy@gmail.com
    95 Ask your any requirement in skype: saiful.mlb
     95Ask your any query on skype: saiful.mlb
  • ss-font-awesome-icon/trunk/fa-icons.php

    r1312782 r1638660  
    1818
    1919//include fontawesome cdn
    20 wp_register_style('ss_fa_cdn_icons', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css', array() );
     20wp_register_style('ss_fa_cdn_icons', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css', array() );
    2121wp_enqueue_style('ss_fa_cdn_icons');
    2222//enabled shortcode for widget
Note: See TracChangeset for help on using the changeset viewer.