magento 1.9 Add video in email templatesTransactional email templates not loadingHow to add customer name and subscription email in transactional email template of invoice and newsletterTemplate Styles not working for magento custom transactional email templateHow to use custom variables in phtml file for emailHow to Add Customer Group Name in Transactional Email (new order) on Magento 1Transactional EmailMagento 1.7.0.2: Transactional Email Not EditingCheck custom attribute value in transactional order emailHow to add custom text to all email templates?How to add google font in transactional email template Magento 1.9?

How was nut milk made before blenders?

What are some of the expected properties of metallic glasses and some steps to create them? (semi-ELI5)

Keeping track of theme when improvising

Nth term of Van Eck Sequence

Why are backslashes included in this shell script?

Commencez à vous connecter -- I don't understand the phrasing of this

My mom's return ticket is 3 days after I-94 expires

In Pandemic, why take the extra step of eradicating a disease after you've cured it?

Table with varying step

Generate parentheses solution

Realistic, logical way for men with medieval-era weaponry to compete with much larger and physically stronger foes

Purpose of cylindrical attachments on Power Transmission towers

David slept with Bathsheba because she was pure?? What does that mean?

Parsing text written the millitext font

Must I use my personal social media account for work?

Is it a good security practice to force employees hide their employer to avoid being targeted?

Must a CPU have a GPU if the motherboard provides a display port (when there isn't any separate video card)?

What game uses dice with compass point arrows, forbidden signs, explosions, arrows and targeting reticles?

Remove the small black rectangle that appears at the end of environment

The best in flight meal option for those suffering from reflux

How to deal with an excess of white-space in a CRM UI?

Is all-caps blackletter no longer taboo?

Can I use 220 V outlets on a 15 ampere breaker and wire it up as 110 V?

Fastest way from 8 to 7



magento 1.9 Add video in email templates


Transactional email templates not loadingHow to add customer name and subscription email in transactional email template of invoice and newsletterTemplate Styles not working for magento custom transactional email templateHow to use custom variables in phtml file for emailHow to Add Customer Group Name in Transactional Email (new order) on Magento 1Transactional EmailMagento 1.7.0.2: Transactional Email Not EditingCheck custom attribute value in transactional order emailHow to add custom text to all email templates?How to add google font in transactional email template Magento 1.9?






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








0















Does anyone know how to add video in email template



I am working on transactional email template in Magento.
I want to add video in my email template.
I have added using an iframe. But it's not showing in the email.










share|improve this question




























    0















    Does anyone know how to add video in email template



    I am working on transactional email template in Magento.
    I want to add video in my email template.
    I have added using an iframe. But it's not showing in the email.










    share|improve this question
























      0












      0








      0








      Does anyone know how to add video in email template



      I am working on transactional email template in Magento.
      I want to add video in my email template.
      I have added using an iframe. But it's not showing in the email.










      share|improve this question














      Does anyone know how to add video in email template



      I am working on transactional email template in Magento.
      I want to add video in my email template.
      I have added using an iframe. But it's not showing in the email.







      magento-1.7 transactional-mail






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 6 at 11:37









      Smita KagwadeSmita Kagwade

      35911




      35911




















          1 Answer
          1






          active

          oldest

          votes


















          0














          It's not possible to add video in email template



          <iframe>'s cannot be used in most email clients – whether in an application or as a website. They are either stripped for one of several reasons:



          The mail/web client could have trouble rendering it, so it is excluded.



          A <iframe> could be used for phishing/malicious attacks, putting malicious code in what was otherwise vetted and safe (the browser/client can't see or scan what gets loaded into an iframe, it just loads it into the DOM).



          An alternative, (what YouTube do), is instead of embedding something in an iframe (in their case, a video), they have a wrapped around an or thumbnail, which gives the impression that you are playing a video. All it does when you click on it is it takes you to that video's URL.






          share|improve this answer























            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%2f277469%2fmagento-1-9-add-video-in-email-templates%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














            It's not possible to add video in email template



            <iframe>'s cannot be used in most email clients – whether in an application or as a website. They are either stripped for one of several reasons:



            The mail/web client could have trouble rendering it, so it is excluded.



            A <iframe> could be used for phishing/malicious attacks, putting malicious code in what was otherwise vetted and safe (the browser/client can't see or scan what gets loaded into an iframe, it just loads it into the DOM).



            An alternative, (what YouTube do), is instead of embedding something in an iframe (in their case, a video), they have a wrapped around an or thumbnail, which gives the impression that you are playing a video. All it does when you click on it is it takes you to that video's URL.






            share|improve this answer



























              0














              It's not possible to add video in email template



              <iframe>'s cannot be used in most email clients – whether in an application or as a website. They are either stripped for one of several reasons:



              The mail/web client could have trouble rendering it, so it is excluded.



              A <iframe> could be used for phishing/malicious attacks, putting malicious code in what was otherwise vetted and safe (the browser/client can't see or scan what gets loaded into an iframe, it just loads it into the DOM).



              An alternative, (what YouTube do), is instead of embedding something in an iframe (in their case, a video), they have a wrapped around an or thumbnail, which gives the impression that you are playing a video. All it does when you click on it is it takes you to that video's URL.






              share|improve this answer

























                0












                0








                0







                It's not possible to add video in email template



                <iframe>'s cannot be used in most email clients – whether in an application or as a website. They are either stripped for one of several reasons:



                The mail/web client could have trouble rendering it, so it is excluded.



                A <iframe> could be used for phishing/malicious attacks, putting malicious code in what was otherwise vetted and safe (the browser/client can't see or scan what gets loaded into an iframe, it just loads it into the DOM).



                An alternative, (what YouTube do), is instead of embedding something in an iframe (in their case, a video), they have a wrapped around an or thumbnail, which gives the impression that you are playing a video. All it does when you click on it is it takes you to that video's URL.






                share|improve this answer













                It's not possible to add video in email template



                <iframe>'s cannot be used in most email clients – whether in an application or as a website. They are either stripped for one of several reasons:



                The mail/web client could have trouble rendering it, so it is excluded.



                A <iframe> could be used for phishing/malicious attacks, putting malicious code in what was otherwise vetted and safe (the browser/client can't see or scan what gets loaded into an iframe, it just loads it into the DOM).



                An alternative, (what YouTube do), is instead of embedding something in an iframe (in their case, a video), they have a wrapped around an or thumbnail, which gives the impression that you are playing a video. All it does when you click on it is it takes you to that video's URL.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 6 at 14:20









                Smita KagwadeSmita Kagwade

                35911




                35911



























                    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%2f277469%2fmagento-1-9-add-video-in-email-templates%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

                    Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

                    Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

                    Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림