-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
62 lines (41 loc) · 1.9 KB
/
readme.txt
File metadata and controls
62 lines (41 loc) · 1.9 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
=== Simple Gravatar ===
Contributors: thomasguillot
Tags: gravatar, avatar, profile, user, image
Requires at least: 6.0
Tested up to: 6.7.2
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Display Gravatar images easily in your WordPress content with a simple block.
== Description ==
Simple Gravatar is a lightweight WordPress block that allows you to display Gravatar images associated with email addresses in your content. If no Gravatar is found for an email address, a default avatar will be shown.
= Features =
* Easy-to-use block interface
* Customizable avatar size
* Automatic fallback to default avatar
* Displays user's Gravatar profile name in image alt text when available
* Fully translatable (available in English, French, German, Spanish, Italian, and Japanese)
= How to Use =
1. Add the Simple Gravatar block to your post or page
2. Enter an email address
3. Adjust the size if needed
4. Save and publish
The block will automatically fetch and display the Gravatar associated with the email address.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Use the Simple Gravatar block in the block editor
== Frequently Asked Questions ==
= What happens if an email doesn't have a Gravatar? =
If no Gravatar is found for the provided email address, a default avatar will be displayed.
= Can I change the size of the Gravatar? =
Yes, you can adjust the size of the Gravatar using the size control in the block settings sidebar.
= Is this plugin compatible with the block editor? =
Yes, this plugin is specifically designed for the WordPress block editor (Gutenberg).
== Changelog ==
= 1.0.0 =
* Initial release
== Upgrade Notice ==
= 1.0.0 =
Initial release of Simple Gravatar