-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
45 lines (33 loc) · 1.27 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
=== Favicon Links ===
Contributors: whyte624
Tags: favicon, link, a, href, url, google, image, decoration
Stable tag: trunk
Donate link: http://whyte624.ru
Requires at least: 4.0
Tested up to: 4.1.1
License: GPL2
Adds favicons to links in posts to give them nice look.
== Installation ==
1. Upload `favicon-links.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Description ==
The plugin adds favicons of websites to links which they lead to.
If a link has image inside (img tag), then favicon will not be added.
To suppress favicon for your link add 'data-no-favicon' attribute to the a tag:
<a href="http://example.com" target="_blank" data-no-favicon>my link</a>.
Uses Google S2 Favicon service.
Report issues or/and contribute here: https://github.com/whyte624/wordpress-favicon-links.
== Changelog ==
= 1.2 =
* 'display: inline-block' for favicons, since some themes make images inside a post 'display: block;'
= 1.1 =
* Suppress warnings for wrong html markup
* Small padding after favicon for nicer look
* Suppress favicon for specific link
= 1.0 =
* Basic functionality
== Screenshots ==
1. Example of Favicon Links plugin output
2. Favicon Links plugin output
== Frequently Asked Questions ==
== Upgrade Notice ==