Changeset 1638660
- Timestamp:
- 04/16/2017 07:49:13 PM (9 years ago)
- Location:
- ss-font-awesome-icon/trunk
- Files:
-
- 2 edited
- README.txt (modified) (3 diffs)
- fa-icons.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ss-font-awesome-icon/trunk/README.txt
r1312783 r1638660 5 5 Description: This plugin will use hover effects of your post inside links. 6 6 Author: Saiful Islam 7 Version: 2. 07 Version: 2.1 8 8 Author URI: http://sobshomoy.com/ 9 9 */ 10 10 Tags: Total font awesome icons, font awesome icon short codes, font awesome icon inside post, post inside icons 11 11 Requires at least: 3.0.1 12 Tested up to: 4. 413 Stable tag: 1.012 Tested up to: 4.7.3 13 Stable tag: 2.1 14 14 License: GPLv2 or later 15 15 License URI: http://www.gnu.org/licenses/gpl-2.0.html 16 16 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.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 18 19 19 … … 61 61 Plese note- You must include the padding and margin, otehrwise here default padding and margin are avail(5%) 62 62 63 All of icons are in below list 63 All of icons are in below list, grab your favourite icon and enjoy it! 64 64 65 http://fontawesome.io/icon /65 http://fontawesome.io/icons/ 66 66 67 67 please find all and use your inside of post page blog anywhere without comments. … … 93 93 You can write to our plugin page or you can email us about problems. 94 94 Support Email: sobshomoy@gmail.com 95 Ask your any requirement in skype: saiful.mlb95 Ask your any query on skype: saiful.mlb -
ss-font-awesome-icon/trunk/fa-icons.php
r1312782 r1638660 18 18 19 19 //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() );20 wp_register_style('ss_fa_cdn_icons', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css', array() ); 21 21 wp_enqueue_style('ss_fa_cdn_icons'); 22 22 //enabled shortcode for widget
Note: See TracChangeset for help on using the changeset viewer.