TOONCLIP COMMUNITY.


Sending video by email
stella at 2020-08-08 13:17:53


How can I add clips when I send EMAIL?



by leisenming at 2020-08-10 11:42:56

Hi,


To embed your video in your email, use the below code (replace 89b09cb6d1 with the id of your animation)


<video width="300" height="300"

    src="https://toonclip.com/images/published/89b09cb6d1.mp4"

    poster="https://toonclip.com/images/published/89b09cb6d1.png" controls>

   <a href="https://toonclip.com/player" >

     <img height="300" width="300"

        src="https://toonclip.com/images/published/89b09cb6d1.png"

     />

   </a>

</video>


If you need further help, let us know.