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

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

          Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

          Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?