How to add iframe tag in CMS page in Magento 2.2I want to insert a iframe to my domain page, when I iframe a magento home-page, I get blank pageHow to add custom column to magento cms page gridMagento 2 : Add Hero Image Upload Field on CMS pageMagento 2 : Call cms page in anchor tagCall third party module block in CMS page in magento 2How to display catagories in cms page magento 2.2how to add cms page jquery in magento 2Magento 2.2 : Static block call to every CMS PageMagento 2.2 admin domain and front domain is different so loaded iframeMagento 2 Add custom field (dropdown value) to CMS page

Where does the labelling of extrinsic semiconductors as "n" and "p" come from?

"ne paelici suspectaretur" (Tacitus)

Stark VS Thanos

A question regarding using the definite article

What is the strongest case that can be made in favour of the UK regaining some control over fishing policy after Brexit?

Python "triplet" dictionary?

When did stoichiometry begin to be taught in U.S. high schools?

Can fracking help reduce CO2?

Is creating your own "experiment" considered cheating during a physics exam?

Does a creature that is immune to a condition still make a saving throw?

How to replace the "space symbol" (squat-u) in listings?

Confusion about capacitors

What does YCWCYODFTRFDTY mean?

Do I have an "anti-research" personality?

TikZ how to make supply and demand arrows for nodes?

Phrase for the opposite of "foolproof"

Single Colour Mastermind Problem

How to back up a running remote server?

How does a Swashbuckler rogue "fight with two weapons while safely darting away"?

What is a Recurrent Neural Network?

Why is current rating for multicore cable lower than single core with the same cross section?

Why do TACANs not have a symbol for compulsory reporting?

Build a trail cart

How to determine the actual or "true" resolution of a digital photograph?



How to add iframe tag in CMS page in Magento 2.2


I want to insert a iframe to my domain page, when I iframe a magento home-page, I get blank pageHow to add custom column to magento cms page gridMagento 2 : Add Hero Image Upload Field on CMS pageMagento 2 : Call cms page in anchor tagCall third party module block in CMS page in magento 2How to display catagories in cms page magento 2.2how to add cms page jquery in magento 2Magento 2.2 : Static block call to every CMS PageMagento 2.2 admin domain and front domain is different so loaded iframeMagento 2 Add custom field (dropdown value) to CMS page






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















How to add iframe tag in CMS page in Magento 2.2



<iframe src="https://google.com" frameborder="0" width="500" height="900"></iframe>









share|improve this question




























    0















    How to add iframe tag in CMS page in Magento 2.2



    <iframe src="https://google.com" frameborder="0" width="500" height="900"></iframe>









    share|improve this question
























      0












      0








      0








      How to add iframe tag in CMS page in Magento 2.2



      <iframe src="https://google.com" frameborder="0" width="500" height="900"></iframe>









      share|improve this question














      How to add iframe tag in CMS page in Magento 2.2



      <iframe src="https://google.com" frameborder="0" width="500" height="900"></iframe>






      cms magento2.2.2 cms-pages iframe






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 25 at 13:18









      satishsatish

      19813




      19813




















          1 Answer
          1






          active

          oldest

          votes


















          0














          On the CMS page in the admin, click the Show/Hide Editor button and paste the HTML there. The standard WYSIWYG will not render HTML.



          First embed the required URL (embed.ly works). Then, copy paste into the CMS page Html render using WYSIWYG. Or, use the show/hide editor option and paste the HTML.






          share|improve this answer

























          • getting error "www.google.com refused to connect." on frontend

            – satish
            Apr 25 at 14:59











          • <html> <body> <iframe src="google.com"> <p>Your browser does not support iframes.</p> </iframe> </body> </html>

            – satish
            Apr 25 at 15:00











          • Added the html tag in using "html" render in WYSIWYG

            – satish
            Apr 25 at 15:01











          • I get the same error in an html file outside of Magento when using the iframe code in your post. This isn't a Magento issue. Are you just trying to get an iframe to work in general and are using google as an example?

            – mlunt
            Apr 25 at 15:03











          • google.com using as an example

            – satish
            Apr 25 at 15:09











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f272451%2fhow-to-add-iframe-tag-in-cms-page-in-magento-2-2%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          On the CMS page in the admin, click the Show/Hide Editor button and paste the HTML there. The standard WYSIWYG will not render HTML.



          First embed the required URL (embed.ly works). Then, copy paste into the CMS page Html render using WYSIWYG. Or, use the show/hide editor option and paste the HTML.






          share|improve this answer

























          • getting error "www.google.com refused to connect." on frontend

            – satish
            Apr 25 at 14:59











          • <html> <body> <iframe src="google.com"> <p>Your browser does not support iframes.</p> </iframe> </body> </html>

            – satish
            Apr 25 at 15:00











          • Added the html tag in using "html" render in WYSIWYG

            – satish
            Apr 25 at 15:01











          • I get the same error in an html file outside of Magento when using the iframe code in your post. This isn't a Magento issue. Are you just trying to get an iframe to work in general and are using google as an example?

            – mlunt
            Apr 25 at 15:03











          • google.com using as an example

            – satish
            Apr 25 at 15:09















          0














          On the CMS page in the admin, click the Show/Hide Editor button and paste the HTML there. The standard WYSIWYG will not render HTML.



          First embed the required URL (embed.ly works). Then, copy paste into the CMS page Html render using WYSIWYG. Or, use the show/hide editor option and paste the HTML.






          share|improve this answer

























          • getting error "www.google.com refused to connect." on frontend

            – satish
            Apr 25 at 14:59











          • <html> <body> <iframe src="google.com"> <p>Your browser does not support iframes.</p> </iframe> </body> </html>

            – satish
            Apr 25 at 15:00











          • Added the html tag in using "html" render in WYSIWYG

            – satish
            Apr 25 at 15:01











          • I get the same error in an html file outside of Magento when using the iframe code in your post. This isn't a Magento issue. Are you just trying to get an iframe to work in general and are using google as an example?

            – mlunt
            Apr 25 at 15:03











          • google.com using as an example

            – satish
            Apr 25 at 15:09













          0












          0








          0







          On the CMS page in the admin, click the Show/Hide Editor button and paste the HTML there. The standard WYSIWYG will not render HTML.



          First embed the required URL (embed.ly works). Then, copy paste into the CMS page Html render using WYSIWYG. Or, use the show/hide editor option and paste the HTML.






          share|improve this answer















          On the CMS page in the admin, click the Show/Hide Editor button and paste the HTML there. The standard WYSIWYG will not render HTML.



          First embed the required URL (embed.ly works). Then, copy paste into the CMS page Html render using WYSIWYG. Or, use the show/hide editor option and paste the HTML.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 25 at 15:25

























          answered Apr 25 at 14:50









          mluntmlunt

          163112




          163112












          • getting error "www.google.com refused to connect." on frontend

            – satish
            Apr 25 at 14:59











          • <html> <body> <iframe src="google.com"> <p>Your browser does not support iframes.</p> </iframe> </body> </html>

            – satish
            Apr 25 at 15:00











          • Added the html tag in using "html" render in WYSIWYG

            – satish
            Apr 25 at 15:01











          • I get the same error in an html file outside of Magento when using the iframe code in your post. This isn't a Magento issue. Are you just trying to get an iframe to work in general and are using google as an example?

            – mlunt
            Apr 25 at 15:03











          • google.com using as an example

            – satish
            Apr 25 at 15:09

















          • getting error "www.google.com refused to connect." on frontend

            – satish
            Apr 25 at 14:59











          • <html> <body> <iframe src="google.com"> <p>Your browser does not support iframes.</p> </iframe> </body> </html>

            – satish
            Apr 25 at 15:00











          • Added the html tag in using "html" render in WYSIWYG

            – satish
            Apr 25 at 15:01











          • I get the same error in an html file outside of Magento when using the iframe code in your post. This isn't a Magento issue. Are you just trying to get an iframe to work in general and are using google as an example?

            – mlunt
            Apr 25 at 15:03











          • google.com using as an example

            – satish
            Apr 25 at 15:09
















          getting error "www.google.com refused to connect." on frontend

          – satish
          Apr 25 at 14:59





          getting error "www.google.com refused to connect." on frontend

          – satish
          Apr 25 at 14:59













          <html> <body> <iframe src="google.com"> <p>Your browser does not support iframes.</p> </iframe> </body> </html>

          – satish
          Apr 25 at 15:00





          <html> <body> <iframe src="google.com"> <p>Your browser does not support iframes.</p> </iframe> </body> </html>

          – satish
          Apr 25 at 15:00













          Added the html tag in using "html" render in WYSIWYG

          – satish
          Apr 25 at 15:01





          Added the html tag in using "html" render in WYSIWYG

          – satish
          Apr 25 at 15:01













          I get the same error in an html file outside of Magento when using the iframe code in your post. This isn't a Magento issue. Are you just trying to get an iframe to work in general and are using google as an example?

          – mlunt
          Apr 25 at 15:03





          I get the same error in an html file outside of Magento when using the iframe code in your post. This isn't a Magento issue. Are you just trying to get an iframe to work in general and are using google as an example?

          – mlunt
          Apr 25 at 15:03













          google.com using as an example

          – satish
          Apr 25 at 15:09





          google.com using as an example

          – satish
          Apr 25 at 15:09

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f272451%2fhow-to-add-iframe-tag-in-cms-page-in-magento-2-2%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

          Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

          Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form