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;
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
add a comment |
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
add a comment |
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
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
cms magento2.2.2 cms-pages iframe
asked Apr 25 at 13:18
satishsatish
19813
19813
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
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
|
show 3 more comments
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
|
show 3 more comments
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.
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
|
show 3 more comments
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.
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.
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
|
show 3 more comments
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
|
show 3 more comments
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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