Plugin info

Total downloads: 1,537
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/10/2022 (1449 days ago)
Added to WordPress: 12/9/2016 (9 years old)
Minimum WordPress version: 3.8
Tested up to WordPress version: 5.8.6
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1449 days ago

20/100

Is RS 525icons abandoned?

Possibly abandoned (last update 1449 days ago).

Compatibility

Requires WordPress: 3.8
Tested up to: 5.8.6
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

The 525icons css-file and font files are hosted at jsDelivr CDN, so this plugin is fast and lightweight.
Find the names of your desired icons at https://525icons.com/glyphs.html.
There you may click on any icon to copy its name to the clipboard. The ‘ico-‘ prefix is omitted, as you need only the name for the shortcode.

  • Shortcode syntax: [ico iname=?]
  • Notice! Write ‘twitter’ if you want ‘ico-twitter’.
  • eg.: [ico iname=’twitter’] or [ico iname=twitter]

Generated HTML will be:


which is the code needed to show the icon on the page.

You may include following optional parameters, which will add inline styles to the HTML code:

[ico isize=? iborder=? ibordercol=? iradius=? ipadding=? imargin=? icolor=? ibg=? ivalign=?]

  1. isize = font-size (you must add: px, em, rem, pt, %, x-large, large, small etc.)
  2. iborder = border-size (specified as px, write number only)
  3. ibordercol = border-color (#HEX, RGB, RGBA, standard web color name, etc.)
  4. iradius = border-radius (specified as px, write number only)
  5. ipadding = padding (specified as px, write number only)
  6. imargin = margin (specified as px, write number only)
  7. icolor = color (#HEX, RGB, RGBA, standard web color name, etc.)
  8. ibg = background-color (#HEX, RGB, RGBA, standard web color name, etc.)
  9. ivalign = vertical-align (specified as %, write number only)

Default values for all selectors are ’empty’, except: border-radius=’0′ and: border-color=’black’.

(The shortcode [ico] alone will generate a default icon, which is set to the ‘ico-wordpress’. The default size is inherited from the page css.)

Advanced options:

In addition to the main css file, ‘525icons.min.css’, the plugin utilizes the file ‘css/styles.css’,
where there is a set of classes with standard HTML color names, plus some size classes.
The class ‘ispin’, makes the icon spin infinitely, usable for spin and refresh icons.

About classes and inline styles:

This shortcode:
[ico iname=twitter icolor=darkblue isize=24px]

will generate inline styles like:


while this shortcode:
[ico iname=’twitter darkblue xl’]

will generate following HTML-code, calling up classnames in the css files:


If you use additional classes, you must add them after ‘iname’ (and they must be inside the iname apostrophes – with space between them).
For example, if you want an arrow pointing upwards, use ‘rotate90’:

[ico iname=’circle-arrow rotate90′]

The rotate classes are useful for arrows and mediaplayer icons. Check out: https://525icons.com/examples.html

Take a look at ‘css/styles.css’ and https://525icons.com/fonts/525icons.css, for more styling options.

Here are some of the available style classes:

Size classes:

  • .lg (font-size: 1.33333333em)
  • .xl (font-size: 24px)
  • .i2x (font-size: 32px)
  • .i3x (font-size: 48px)
  • .i4x (font-size: 64px)
  • .i5x (font-size: 80px)
  • .i6x (font-size: 96px)
  • .i7x (font-size: 112px)
  • .i8x (font-size: 128px)
  • .i9x (font-size: 144px)
  • .i10x (font-size: 160px)

Border radius (set as px):

  • .radius6
  • .radius8
  • .radius12
  • .radius36

Rotate classes:

  • .rotate45
  • .rotate90
  • .rotate135
  • .rotate180
  • .rotate225
  • .rotate270
  • .rotate315

You may choose to write HTML code instead of shortcodes, like this:


Installation

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.

Frequently Asked Questions

How do I get support about any issue with this plugin?

Support Email: [email protected]

Review feed

No reviews available

Screenshots

  1. Here you can see some examples of generated icons and the shortcodes used.

    Here you can see some examples of generated icons and the shortcodes used.

Changelog

1.0
* Initial Release

1.1
* Updated link pointing to the the latest version of 525icons at JsDelivr: v3.3.0

1.2
* Updated link pointing to the the latest version of 525icons at JsDelivr: v3.4.0

1.3
* Updated link pointing to the the latest version of 525icons at JsDelivr: v3.5.0

1.4
* Updated link pointing to the the latest version of 525icons at JsDelivr: v3.6.0

1.5
* Updated link pointing to the the latest version of 525icons at JsDelivr: v4.0
* Plugin update: 525icons.php adds: aria-hidden=”true” to the markup for accessibility reasons.

1.6
* Updated link pointing to the the latest version of 525icons at JsDelivr: v4.1

1.7
* Updated link pointing to the the latest version of 525icons at JsDelivr: v5.0

1.8
* Updated link pointing to the the latest version of 525icons at JsDelivr: v5.1

1.9
* Updated link pointing to the the latest version of 525icons at JsDelivr: v5.3

2.0
* Fixed some errors in the description.

2.1
* Updated link pointing to the the latest version of 525icons at JsDelivr: v5.6

2.2
* Updated link pointing to the the latest version of 525icons at JsDelivr: v6.0