Changeset 2560143
- Timestamp:
- 07/07/2021 04:36:15 PM (5 years ago)
- File:
-
- 1 edited
-
beautiful-link-preview/trunk/README.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
beautiful-link-preview/trunk/README.txt
r2409889 r2560143 1 1 === Beautiful Link Preview === 2 Contributors: zeitwesentech 2 Contributors: zeitwesentech, jtwg 3 3 Tags: link,preview,facebook open graph,twitter cards 4 4 Donate link: https://go.zeitwesen.dev/wp-beautiful-link-preview-donate 5 5 Requires at least: 5.1 6 Tested up to: 5. 5.26 Tested up to: 5.7.2 7 7 Requires PHP: 7.0 8 Stable tag: 1. 3.08 Stable tag: 1.4.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 19 19 Any title, description or image is stored inside this Wordpress' own database and subsequently used from there to render the Beautiful Link Preview. 20 20 21 **Usage:** just add the following shortcode to any HTML block in your post or page: 21 **Usage:** 22 23 Wordpress versions 5.5 or greater with the Gutenberg block editor enabled will have a Beautiful Link Preview block that can be added directly to posts. 24 25 For the Classic editor, or Wordpress versions earlier than 5.5, just add the following shortcode to any HTML block in your post or page: 22 26 23 27 [beautiful_link_preview url="https://zeitwesentech.com"] … … 27 31 28 32 1. Unpack the contents of this zip file and upload it to your wp-content/plugins folder 29 1. Activate the plugin through the 'Plugins' menu in WordPress 30 1. Place the following shortcode to any HTML block in your post or page: 33 2. Activate the plugin through the 'Plugins' menu in WordPress 34 3. Enable the plugin on its settings page. 35 4. Add the Gutenberg block to your post or page, or place the following shortcode to any HTML block in your post or page: 36 [beautiful_link_preview url="https://zeitwesentech.com"] 31 37 32 38 Or just install it via Wordpress Admin -> Plugins -> Add New -> Type "Beautiful Link Preview" or search for Author: zeitwesentech … … 34 40 == Screenshots == 35 41 36 1. Usage of shortcode inside HTML block in editor. 37 2. This is how the previous shortcode looks. 38 3. Override the layout to use per shortcode. 39 4. Example of full and compact layout. 40 5. Admin Section - Introduction 41 6. Admin Section - Settings 42 7. Admin Section - Link Previews 42 1. Usage as Gutenberg block. 43 2. Usage of shortcode inside HTML block in editor. 44 3. This is how the previous shortcode looks. 45 4. Override the layout to use per shortcode. 46 5. Example of full and compact layout. 47 6. Admin Section - Introduction 48 7. Admin Section - Settings 49 8. Admin Section - Link Previews 43 50 44 51 45 52 == Changelog == 53 54 = 1.4.0 = 55 * Added Gutenberg block support, big thanks to @jtwg 56 * Tested with Wordpress 5.7.2 46 57 47 58 = 1.3.0 =
Note: See TracChangeset
for help on using the changeset viewer.