-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
59 lines (36 loc) · 1.39 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
=== embedX ===
Contributors: litonice13, jwthemeltd
Donate link: https://www.buymeacoffee.com/jeweltheme
Tags: embed, iframe, iframe by shortcode, iframe for logged user, conditional iframe
Requires at least: 4.0
Tested up to: 6.5.2
Stable tag: 1.0.0
Requires PHP: 7.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Show iframes easily on WordPress.
== Description ==
Elevate your content creation journey with our user-friendly plugin, seamlessly integrating iframes into the content for a smoother experience.
### Usage
Simply use [embedx] shortcode with src attribut.Example [embedx src="https://wordpress.org"]
you can also use other parameter (width,height,style,class).
-- width
for set width (ex width="100%")
-- height
for set height (ex height="100%")
-- style
for add css style (ex style="overfollow:hidden;height:220px;")
-- class
for add css class (ex class="yourclass")
-- login
it will show iframe data for logged in user.Default is false (ex login="true")
== 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 this shortcode on your post/page [iframe src="link"]
== Frequently Asked Questions ==
== Screenshots ==
== Changelog ==
= 1.0.0 =
- Initial release
== Upgrade Notice ==