-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
58 lines (43 loc) · 2.63 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
46
47
48
49
50
51
52
53
54
55
56
57
58
=== Share on Twitter Block ===
Contributors: richtabor, mamaduka
Tags: social, block, click to tweet, tweet, twitter
Tested up to: 6.0
Stable tag: 0.2.5
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
A Gutenberg block that lets you easily create tweetable "click to tweet" content for your readers.
== Description ==
A Gutenberg block that lets you easily create tweetable "click to tweet" content for your readers.
== Installation ==
1. Upload the `share-on-twitter-block` folder to your `/wp-content/plugins/` directory or alternatively upload the share-on-twitter-block.zip file via the plugin page of WordPress by clicking 'Add New' and selecting the zip from your local computer.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Search for the block within the Gutenberg block editor.
== Frequently Asked Questions ==
= Can the Share on Twitter block be used with my theme? =
Yes! If you're using Gutenberg (i.e. the block editor) on your site, you should have no issues with the block. It's relatively simple to modify the CSS variables to tweak the comment styling if you'd like — learn more [here](https://richtabor.com/share-on-twitter-block/?utm_source=wp-org&utm_medium=share-on-twitter-block&utm_campaign=readme-faq).
= Where can I send feedback or ideas? =
Please reach out via the official [plugin support forum](https://wordpress.org/support/plugin/share-on-twitter-block).
= Who's Rich Tabor? =
As a WordPress entrepreneur, designer and developer all wrapped up in one, [@richard_tabor](http://twitter.com/richard_tabor) is recognized as one of the top leaders in this post-Gutenberg era of WordPress. His design chops have topped the 2018 Automattic Design Awards and led him to found CoBlocks – a top-notch set of page builder blocks and tools for Gutenberg, ThemeBeans – a premier WordPress theme shop and [Iceberg](https://useiceberg.com/?utm_source=wp-org&utm_medium=share-on-twitter-block&utm_campaign=readme-faq) – a markdown editor for Gutenberg.
== Changelog ==
= 0.2.5 =
* Update tested up to value to 6.0
= 0.2.4 =
* Clean up default sidebar control state
* Fix "Undo trap", which prevented undoing block insertion
= 0.2.3 =
* Add support for border color, size, width and radius controls
* Add block.json to registerBlockType
* Update block descriptioon
= 0.2.2 =
* Fix typo
= 0.2.1 =
* Add block title to register function
= 0.2.0 =
* WordPress 5.9 support
* Change "username" label to "handle"
* Improve display of the icon selector in 5.9
* Add support for margin dimensions
* Add support for typography settings
= 0.1.0 =
* Initial release