Support topics for TinyMCE Image Embed

Totally 2 solved problems
Go to the products list

logo
TinyMCE Image Embed

I purchased and installed this add on but when I receive an email, the images do not show up. I tested in Gmail and Outlook. It looks like you are embedding the image using Data URI which most clients don't seem to support. Is there a way to get this to work?

logo
TinyMCE Image Embed
TinyMCE Image Embed Problem
5 replies Solved

im facing a problem where image does not appear in tinymce editor after i select the image from popup. Im using TinyMCE Image Embed Plugin.
OS: Ubuntu
Browser: Chrome Version 42.0.2311.90 (64-bit) and Firefox 37.0.1
Below is my tinymce initialization:
code]
script type="text/javascript">
tinymce.init({
selector: "textarea.mceEditor",
fontsize_formats: "4px 5px 6px 7px 8px 9px 10px 11px 12px 13px 14px 15px 26px 36pt",
theme: "modern",
plugins: [
advlist autolink lists link doksoft_image_embed charmap print preview hr anchor pagebreak",
searchreplace wordcount visualblocks visualchars code",
insertdatetime media nonbreaking save table contextmenu directionality",
emoticons template paste textcolor colorpicker textpattern"
toolbar1: "insertfile undo redo | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link",
toolbar2: "print preview | forecolor backcolor emoticons | fontselect | fontsizeselect | doksoft_image_embed",
statusbar : false,
height: "250"
code]