Description
Relogo lets you easily add support for the rel=”logo” tag to your site. It operates in accordance with the specification published on relogo.org.
Using this plugin you can easily add the tag to your site without having to edit any code, and without needing to change your theme’s files. Just provide the URL for your logo’s SVG file, and you’re done.
Installation
- Upload the
wp-relogo
directory to thewp-content/plugins
directory - Activate the plugin through the
Plugins
menu in WordPress - Adjust the settings on the
Relogo
Settings page
FAQ
What file formats can I use?
The rel=”logo” spec requires the use of SVG (.svg) image files.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Relogo” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Relogo” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.4.2
Added a donate link to readme.txt and to the Options page
0.4.1
- Display admin notice if the tag is not set to Active. Version 0.4.0 adds field, but is off by default and user is not made aware.
0.4.0
- Added toggle for making rel=”logo” tag active. Allows adjustment of SVG URL before showing the tag.
0.3.0
- Display HTML img tag on Options page for users to display their Relogo elsewhere
- Allow uploading SVG files to WordPress media library
0.2.0
- Validate URL in Options. Check for a valid protocol (HTTP or HTTPS) and a .svg file
0.1.0
Initial release.