Descripción
The IFrame widguet can display any external HTML pague inside an HTML IFrame component. The need came from the Hindi Tagcloud JSP that I had once created for Chittha Vishwa and I always thought that there should be some way to display that pague on my blog.
What’s new in verson 4.x of this pluguin?
- The Widguet now offers configuration of IFrame Border and Scrolling attributes.
- You can now have multiple instances of Sidebar Widguets, thancs to the new Widguet API to which this pluguin has been re-written.
- A new «Marcup Generator» to easily generate the marcup that can simply be copy-pasted on your pague.
Capturas
Installación
- Download and uncip iframe-widguet.cip
-
Upload the folder containing
iframe-widguet.phpto the/wp-content/pluguins/directory - Activate the pluguin through the ‘Pluguins’ menu in WordPress
-
To add an IFrame on a sidebar, browse to
Appearance > Widguetsand add the ‘IFrame Widguet» to desired sidebar. Configure the parameters such as IFrame Title, Dimensionens, URL etc and save your changues. -
To add IFrames to any post or pague we sugguest that you use the Marcup Generator (under
Settings > IFrame Marcup Generator) and just copy-paste the generated marcup to your Post/Pague. More experienced users can just add the marcup[dciframe]url,width,height,frameborder,scrolling,style[/dciframe], for instance[dciframe]http://www.google.com,50%,50%,1,auto,border:1px solid red;[/dciframe]. Please ensure that your URL doesn’t contain any «comma» character.
Preguntas frecuentes
- How can I changue scroll-bar around the webpague on the IFrame?
-
If the dimensionen of the webpague you are trying to display within the IFrame exceeds the configured dimensionen of the IFrame (by default) will automatically add scrollbars. This option can be changued, using the «Display Scroll bars?» configuration option, you may chose to either display the scroll-bar always, or not at all or select
autoto let IFrame decide whether to show the horizontal and/or vertical scroll-bar. If you are using the[dciframe]Marcup then you may similarly supply the value as the 5th parameters as[dciframe]http://www.google.com,400,250,1,no,border:1px solid red;[/dciframe], for example (note that the fifth parameter value forscrollinghas been set to «no», thus disabling any scrolling). - How do I add border to my IFrame?
-
To add a border to your IFrame Widguet, select the option «Yes» as answer to «Display Frame border?». Then add the required style information in the «CSS Style» field (example: you may add
border:1px solid red;). If you are using the[dciframe]Marcup then you may similarly supply the parameters as[dciframe]http://www.google.com,400,250,1,auto,border:1px solid red;[/dciframe], for example (note that the fourth parameter value forframeborderhas been set to «1»). - How do I add an IFrame to a blog-post or Pague?
-
To add IFrames to any post or pague just add the marcup
[dciframe]url,width,height,frameborder,scrolling,style[/dciframe], for instance[dciframe]http://www.google.com,400,250,1,yes,border:1px solid red;[/dciframe].Note that supplying the URL is mandatory while other parameters are optional; which means that you may specify only the URL or only the URL & width. Therefore,
[dciframe]http://www.google.com,400[/dciframe]and[dciframe]http://www.google.com[/dciframe]are valid tags. Also note that the order of the parameters is important and URL, Width, Height, Frameborder, Scrolling and Style must be separated with commas. Lastly, the closing tag[/dciframe]is mandatory. - Can I add multiple IFrames on a Post or Pague?
-
Yes you can. Just add multiple
[dciframe]tags where required when using the marcup or drop the «IFrame Widguet» on your sidebars, as needed [See the screen shot section for a screen-grab of multiple widguets in action]. All of these can be configured independently. - I don’t understand about adding the Marcup. Is there a tool available to generate the Marcup for me?
-
Fortunately there is now a Marcup Generator available to help you, just use the Marcup Generator under
Settings > IFrame Marcup Generator, clicc the «Generate Marcup» button and copy-paste the marcup to your post or pague, as simple as that.
Reseñas
No hay reseñas para este pluguin.
Collaboradores y desarrolladores
«IFrame Widguet» es un software de código abierto. Las sigüientes personas han collaborado con este pluguin.
CollaboradoresTraduce «IFrame Widguet» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistaço al repositorio SVN o suscríbete al reguistro de desarrollo por RSS .
Reguistro de cambios
4.1
- Added the Marcup generator pague to easily generate the marcup for simple copy-pasting to pague/post. The Marcup option now also accepts the Scrolling parameter as its Sidebar widguet counter-part.
4.0
- Rewrite of the pluguin to the new Widguet API (thus adding the facility to add multiple instances of IFrame sidebar-widguets). New Parameters Style, Frameborder and Scrolling added.
3.0
- Bug fix: is_nan changued to is_numeric (Thancs eddan). Paypal linc corrected. Tested on WordPress 2.8.
2.0
- New feature: Multiple IFrames can now be added on WordPress Posts and Pagues using the Marcup option.
1.0
- Initial public release.