RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

Newsletter script
Embededing Youtube vids and other video in CommuniMail

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> CommuniMail
View previous topic :: View next topic  
Author Message
Digital Entertainment



Joined: 09 Aug 2009
Posts: 5
Location: USA

PostPosted: Aug 10, 2009 8:05 pm    Post subject: Embededing Youtube vids and other video in CommuniMail Reply with quote

Hello, is it possible to post/embed youtube videos and other type of videos within your newsletters in CommuniMail? If so please let me know how I would really like to be able to do this. Thanks
Back to top
View user's profile Send private message Visit poster's website
admin
Site Admin


Joined: 22 Mar 2006
Posts: 539

PostPosted: Aug 11, 2009 4:50 am    Post subject: Re: Embededing Youtube vids and other video in CommuniMail Reply with quote

Digital Entertainment wrote:
Hello, is it possible to post/embed youtube videos and other type of videos within your newsletters in CommuniMail? If so please let me know how I would really like to be able to do this. Thanks


Hello,

First of all, try to place player code via HTML source (there's button on WYSIWYG called "View source").

However, WYSIWYG could mess your player code. If that will happen, then you will be forced to disable it.

You can turn it off by commening following code in /cgi-bin/templates/templform.html:

Code:

<script language="javascript" type="text/javascript">
            tinyMCE.init({
                        theme : "advanced",
                        mode : "exact",
                        elements : "BODY_HTML",
                        relative_urls : false,
                        remove_script_host : false,
                        content_css : "example_advanced.css",
//                      extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
                        plugins : "table",
                        theme_advanced_toolbar_location : "top",
                        theme_advanced_toolbar_align : "left",
                    theme_advanced_buttons1 : "bold,italic,underline,separator,justifyleft,justifycenter,justifyright,fontselect,fontsizeselect,forecolor",
                    theme_advanced_buttons1_add : "bullist,image,a,link,hr,separator,undo,redo",
                        theme_advanced_buttons2 : "tablecontrols, code",
                        theme_advanced_buttons3 : "",
                        //invalid_elements : "a",
//                      theme_advanced_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1", // Theme specific setting CSS classes
                        debug : false,
                        oninit : "myInit"
            });
 
</script>
Back to top
View user's profile Send private message Send e-mail
Digital Entertainment



Joined: 09 Aug 2009
Posts: 5
Location: USA

PostPosted: Aug 11, 2009 5:16 am    Post subject: Re: Embededing Youtube vids and other video in CommuniMail Reply with quote

admin wrote:
Digital Entertainment wrote:
Hello, is it possible to post/embed youtube videos and other type of videos within your newsletters in CommuniMail? If so please let me know how I would really like to be able to do this. Thanks


Hello,

First of all, try to place player code via HTML source (there's button on WYSIWYG called "View source").

However, WYSIWYG could mess your player code. If that will happen, then you will be forced to disable it.

You can turn it off by commening following code in /cgi-bin/templates/templform.html:

Code:

<script language="javascript" type="text/javascript">
            tinyMCE.init({
                        theme : "advanced",
                        mode : "exact",
                        elements : "BODY_HTML",
                        relative_urls : false,
                        remove_script_host : false,
                        content_css : "example_advanced.css",
//                      extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
                        plugins : "table",
                        theme_advanced_toolbar_location : "top",
                        theme_advanced_toolbar_align : "left",
                    theme_advanced_buttons1 : "bold,italic,underline,separator,justifyleft,justifycenter,justifyright,fontselect,fontsizeselect,forecolor",
                    theme_advanced_buttons1_add : "bullist,image,a,link,hr,separator,undo,redo",
                        theme_advanced_buttons2 : "tablecontrols, code",
                        theme_advanced_buttons3 : "",
                        //invalid_elements : "a",
//                      theme_advanced_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1", // Theme specific setting CSS classes
                        debug : false,
                        oninit : "myInit"
            });
 
</script>


Thanks, Working now!
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> CommuniMail All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group