Changeset 462650
- Timestamp:
- 11/14/2011 11:56:01 AM (14 years ago)
- Location:
- custom-iframe-widget/trunk
- Files:
-
- 1 deleted
- 1 edited
-
add.txt (deleted)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-iframe-widget/trunk/readme.txt
r460979 r462650 15 15 16 16 == Description == 17 A Custom IFrame Widget, You can use it in page, post or in widget 17 A Custom IFrame Widget, You can use it in page, post or in widget 18 19 Simply Copy and Paste this code in your page/post 20 21 [ShaktiIFrame http://wordpress.opensourcedevelopers.net/ 650px 200px] 22 23 24 [ShaktiIFrame url Width Height] 25 Replace url with some other website url which you want to show on your website page/post. 26 Change Width and Height of your IFrame. 27 URL: http://wordpress.opensourcedevelopers.net/ 28 Width: 650px 29 Height: 200px 30 18 31 19 32 == Installation == 20 = How to install Custom IFrame Widget (manual) = 21 1. Download Custom IFrame Widget. 22 2. Upload it into your plugins directory from Plugin Add Feature or FTP. 23 3. It will create a directory /wp-content/plugins/custom-iframe-widget/ 24 4. Active Custom IFrame Widget. 33 = How to install Custom IFrame Widget (manual) = 34 1. Download Custom IFrame Widget. 35 2. Upload it into your plugins directory from Plugin Add Feature or FTP. 36 3. It will create a directory /wp-content/plugins/custom-iframe-widget/ 37 4. Active Custom IFrame Widget. 38 39 How to Use Custom Iframe Widget 40 ------------------------------------- 41 It can be set through widget and assign to any widget area. 42 43 Configuration 44 ------------- 45 Title: Widget Title 46 URL: http://wordpress.opensourcedevelopers.net/ 47 Width: 200 48 Height: 200 49 50 ******************************************************* 51 ******************************************************* 52 53 Custom Iframe in Page/Post 54 ----------------------------- 55 Simply Copy and Paste this code in your page/post 56 57 [ShaktiIFrame http://wordpress.opensourcedevelopers.net/ 650px 200px] 58 59 60 [ShaktiIFrame url Width Height] 61 Replace url with some other website url which you want to show on your website page/post. 62 Change Width and Height of your IFrame. 63 URL: http://wordpress.opensourcedevelopers.net/ 64 Width: 650px 65 Height: 200px 66 25 67 26 68 == Frequently Asked Questions == 27 Que. How can we use it in page/post 69 Que. How can we use it in page/post 28 70 Ans. Simply paste [ShaktiIFrame url 650px 200px] in your post/page 29 replace url with another website address. 71 replace url with another website address. 72 30 73 31 74 == Changelog == … … 33 76 34 77 == Upgrade Notice == 35 It is stable version. Feel free to use. 78 It is stable version. Feel free to use. 36 79 37 80 == Screenshots == … … 39 82 40 83 41 How to Use Custom Iframe Widget42 -------------------------------------43 It can be set through widget and assign to any widget area.44 84 45 Configuration46 -------------47 Title: Widget Title48 URL: http://wordpress.opensourcedevelopers.net/49 Width: 20050 Height: 20051 52 *******************************************************53 *******************************************************54 55 Custom Iframe in Page/Post56 -----------------------------57 Simply Copy and Paste this code in your page/post58 59 [ShaktiIFrame http://wordpress.opensourcedevelopers.net/ 650px 200px]60 61 62 [ShaktiIFrame url Width Height]63 Replace url with some other website url which you want to show on your website page/post.64 Change Width and Height of your IFrame.65 URL: http://wordpress.opensourcedevelopers.net/66 Width: 650px67 Height: 200px68 85 69 86 *******************************************************
Note: See TracChangeset
for help on using the changeset viewer.