New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | IFrame widget can display any external HTML page inside an HTML IFrame component. | You have to log in to add a translation. | Details |
Original untranslated
IFrame widget can display any external HTML page inside an HTML IFrame component.
You have to log in to edit this translation. |
|||
| ↑ | IFrame Widget | You have to log in to add a translation. | Details |
Original untranslated |
|||
| Fortunately there is now a Markup Generator available to help you, just use the Markup Generator under <code>Settings > IFrame Markup Generator</code>, click the "Generate Markup" button and copy-paste the markup to your post or page, as simple as that. | You have to log in to add a translation. | Details | |
Original untranslated
Fortunately there is now a Markup Generator available to help you, just use the Markup Generator under <code>Settings > IFrame Markup Generator</code>, click the "Generate Markup" button and copy-paste the markup to your post or page, as simple as that.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Yes you can. Just add multiple <code>[dciframe]</code> tags where required when using the markup or drop the "IFrame Widget" on your sidebars, as needed [See the <a href="http://wordpress.org/extend/plugins/iframe-widget/screenshots/" title="Screenshots">screen shot</a> section for a screen-grab of multiple widgets in action]. All of these can be configured independently. | You have to log in to add a translation. | Details | |
Original untranslated
Yes you can. Just add multiple <code>[dciframe]</code> tags where required when using the markup or drop the "IFrame Widget" on your sidebars, as needed [See the <a href="http://wordpress.org/extend/plugins/iframe-widget/screenshots/" title="Screenshots">screen shot</a> section for a screen-grab of multiple widgets in action]. All of these can be configured independently.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| 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, <code>[dciframe]http://www.google.com,400[/dciframe]</code> and <code>[dciframe]http://www.google.com[/dciframe]</code> 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 <code>[/dciframe]</code> is mandatory. | You have to log in to add a translation. | Details | |
Original untranslated
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, <code>[dciframe]http://www.google.com,400[/dciframe]</code> and <code>[dciframe]http://www.google.com[/dciframe]</code> 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 <code>[/dciframe]</code> is mandatory.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| To add IFrames to any post or page just add the markup <code>[dciframe]url,width,height,frameborder,scrolling,style[/dciframe]</code>, for instance <code>[dciframe]http://www.google.com,400,250,1,yes,border:1px solid red;[/dciframe]</code>. | You have to log in to add a translation. | Details | |
Original untranslated
To add IFrames to any post or page just add the markup <code>[dciframe]url,width,height,frameborder,scrolling,style[/dciframe]</code>, for instance <code>[dciframe]http://www.google.com,400,250,1,yes,border:1px solid red;[/dciframe]</code>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| To add a border to your IFrame Widget, 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 <code>border:1px solid red;</code>). If you are using the <code>[dciframe]</code> Markup then you may similarly supply the parameters as <code>[dciframe]http://www.google.com,400,250,1,auto,border:1px solid red;[/dciframe]</code>, for example (note that the fourth parameter value for <code>frameborder</code> has been set to "1"). | You have to log in to add a translation. | Details | |
Original untranslated
To add a border to your IFrame Widget, 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 <code>border:1px solid red;</code>). If you are using the <code>[dciframe]</code> Markup then you may similarly supply the parameters as <code>[dciframe]http://www.google.com,400,250,1,auto,border:1px solid red;[/dciframe]</code>, for example (note that the fourth parameter value for <code>frameborder</code> has been set to "1").
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| If the dimension of the webpage you are trying to display within the IFrame exceeds the configured dimension of the IFrame (by default) will automatically add scrollbars. This option can be changed, using the "Display Scroll bars?" configuration option, you may chose to either display the scroll-bar always, or not at all or select <code>auto</code> to let IFrame decide whether to show the horizontal and/or vertical scroll-bar. If you are using the <code>[dciframe]</code> Markup then you may similarly supply the value as the 5th parameters as <code>[dciframe]http://www.google.com,400,250,1,no,border:1px solid red;[/dciframe]</code>, for example (note that the fifth parameter value for <code>scrolling</code> has been set to "no", thus disabling any scrolling). | You have to log in to add a translation. | Details | |
Original untranslated
If the dimension of the webpage you are trying to display within the IFrame exceeds the configured dimension of the IFrame (by default) will automatically add scrollbars. This option can be changed, using the "Display Scroll bars?" configuration option, you may chose to either display the scroll-bar always, or not at all or select <code>auto</code> to let IFrame decide whether to show the horizontal and/or vertical scroll-bar. If you are using the <code>[dciframe]</code> Markup then you may similarly supply the value as the 5th parameters as <code>[dciframe]http://www.google.com,400,250,1,no,border:1px solid red;[/dciframe]</code>, for example (note that the fifth parameter value for <code>scrolling</code> has been set to "no", thus disabling any scrolling).
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| I don't understand about adding the Markup. Is there a tool available to generate the Markup for me? | You have to log in to add a translation. | Details | |
Original untranslated
I don't understand about adding the Markup. Is there a tool available to generate the Markup for me?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Can I add multiple IFrames on a Post or Page? | You have to log in to add a translation. | Details | |
Original untranslated
Can I add multiple IFrames on a Post or Page?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| How do I add an IFrame to a blog-post or Page? | You have to log in to add a translation. | Details | |
Original untranslated
How do I add an IFrame to a blog-post or Page?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| How do I add border to my IFrame? | You have to log in to add a translation. | Details | |
Original untranslated
How do I add border to my IFrame?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| How can I change scroll-bar around the webpage on the IFrame? | You have to log in to add a translation. | Details | |
Original untranslated
How can I change scroll-bar around the webpage on the IFrame?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| To add IFrames to any post or page we suggest that you use the Markup Generator (under <code>Settings > IFrame Markup Generator</code>) and just copy-paste the generated markup to your Post/Page. More experienced users can just add the markup <code>[dciframe]url,width,height,frameborder,scrolling,style[/dciframe]</code>, for instance <code>[dciframe]http://www.google.com,50%,50%,1,auto,border:1px solid red;[/dciframe]</code>. Please ensure that your URL doesn't contain any "comma" character. | You have to log in to add a translation. | Details | |
Original untranslated
To add IFrames to any post or page we suggest that you use the Markup Generator (under <code>Settings > IFrame Markup Generator</code>) and just copy-paste the generated markup to your Post/Page. More experienced users can just add the markup <code>[dciframe]url,width,height,frameborder,scrolling,style[/dciframe]</code>, for instance <code>[dciframe]http://www.google.com,50%,50%,1,auto,border:1px solid red;[/dciframe]</code>. Please ensure that your URL doesn't contain any "comma" character.
CommentFound in installation list item. You have to log in to edit this translation. |
|||
| To add an IFrame on a sidebar, browse to <code>Appearance > Widgets</code> and add the 'IFrame Widget" to desired sidebar. Configure the parameters such as IFrame Title, Dimensions, URL etc and save your changes. | You have to log in to add a translation. | Details | |
Original untranslated
To add an IFrame on a sidebar, browse to <code>Appearance > Widgets</code> and add the 'IFrame Widget" to desired sidebar. Configure the parameters such as IFrame Title, Dimensions, URL etc and save your changes.
CommentFound in installation list item. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.