Tips & Tricks
On this page, and probably the amount of pages will increase, I would like to give you some tips and/or tricks, how to realize certain things.
You Tube
In a forum in which I participated a question was submitted how to embed a You Tube movie into Web to Date. That's very easy. Make on the page you want to show a new HTML-module. Choose to enter the HTML-code yourself. This will give you an empty screen. Go with your browser to the You Tube page where the movie is that you want to show and copy the code that is shown directly under Embed. To select the code you only have to click in the field. Paste this code into your empty HTML-module. An example you can see below. By clicking the big startbutton in the middle you can actually see the movie. The way I described it here you can use it in every version of Web to Date.
Example movie
The code as used in the example will show in your HTML-module like follows:
Code
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/vX07j9SDFcc&hl=nl&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/vX07j9SDFcc&hl=nl&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
In Web to Date 6.0
In Web to Date 6.0 it is even easier. You just have to make a new module with the function of plugin You Tube and click on the choose video button. From there you go to the page where the movie is that you want to show and click on the code to embed the movie. You can, if you want, even adjust the colors of the screen in the plugin. Click OK and your movie is on your website. As you will see it is the same movie as earlier but now the plugin resized the screen to fit perfectly into the design. Besides that I used the colors of the website to adjust the moviescreen.