OpenWeb Icons

বৰ্ণনা

OpenWeb Icons is a set of logos of open communities, standards and projects: ActivityPub, the Fediverse, the IndieWeb, Creative Commons, Microformats, feeds and a lot more.

This plugin registers all of them as an icon collection, so you can pick them in the Icon block like any other icon. No webfont and no stylesheet is loaded, the icons are plain SVG.

You can also render an icon yourself:

<?php
echo wp_get_icon(
    'openwebicons/activitypub',
    array( 'size' => 32 )
);

The icons are also available as a webfont and as CSS, see the project page.

The plugin code is licensed under the GPL v2 or later. The icons it bundles are licensed under the SIL Open Font License 1.1, see LICENSE-OFL.txt.

স্ক্ৰীনশ্বট

সঘনাই উত্থাপিত প্ৰশ্ন

I do not see the icons

The icon library needs the Icon Registration API, which was added in WordPress 7.1. On older versions the plugin does nothing.

Can I use my own colors?

Yes. The icons use currentColor, so they follow the text color.

পৰ্য্যালোচনা

এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।

অৱদানকাৰী আৰু বিকাশকাৰীসকল

“OpenWeb Icons” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

আপোনাৰ ভাষাত “OpenWeb Icons” অনুবাদ কৰক।

বিকাশৰ প্ৰতি আগ্ৰহী?

ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।

সলনি-পঞ্জী

2.0.0

  • First release as a plugin. Registers all icons with the icon library that came with WordPress 7.1.