-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
66 lines (42 loc) · 1.93 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
59
60
61
62
63
64
65
66
=== Load Web Components ===
Contributors: friese
Donate link: http://example.com/
Tags: webcomponent, web component, javascript library, custom elements, extented html, load by shortcode, load via shortcode
Requires at least: 4.4
Tested up to: 4.8.2
Requires PHP: 5.3
Stable tag: 0.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WordPress plugin for loading web components and other JavaScript libraries via shortcodes within the content of a post or page.
== Description ==
Dynamically load web components or JavaScript libraries to any post or page on your WordPress website.
Just add a shortcode to the content of a post or a page, for which you want to load a web component or JavaScript library.
The shortcode can be called with an URL or with the name of the component:
* `[load-webcomponent src="<url>"]`
* `[load-webcomponent name="<identifier>"]`
The corresponding URLs for each name can be set on the settings page. You will find the settings page in the Settings menu in your administration area.
= Support =
Please have a look at the [Github repo](https://github.com/OnnoGeorg/wordpress-load-webcomponents).
== Installation ==
= From Your WordPress Dashboard =
1. Visit “Plugins -> Add New”,
2. Search for “Load Web Components”,
3. Install the plugin and activate it from your plugins page.
= From WordPress.org =
1. Download Load Web Components from the plugin directory on wordpress.org,
2. Upload the folder to your “/wp-content/plugins/” directory using your favorite method (ftp, sftp, scp, etc…),
3. Activate Load Web Components from your Plugins page.
== Frequently Asked Questions ==
== Screenshots ==
1. Settings page, where identifiers and URLs of web components or JavaScript libraries are defined.
== Changelog ==
= 0.1.1 =
* Typos and update of Readme file
= 0.1.0 =
* Initial release.
== Upgrade Notice ==
= 0.1.1 =
* Typos and update of Readme file
= 0.1.0 =
* Initial release.