Compose tips
- Web page addresses and e-mail addresses turn into links automatically.
- Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
- Allowed HTML tags: <a> <blockquote> <br> <cite> <code> <dd> <div> <dl> <dt> <em> <h2> <h3> <h4> <img> <li> <ol> <p> <span> <strong> <sub> <sup> <table> <tbody> <td> <tr> <ul>
Allowed Style properties: display, float, height, margin, margin-bottom, margin-left, margin-right, margin-top, width Embed Codes
It is easy to embed a YouTube video into a blog post or a page, you only have to know the YouTube ID. You can embed the JWPlayer with the INET custom skin, or embed a text or picture link that opens the sam video in a popup window or in a lightbox.
- Embed-In-Text
[video_SIZE:YOUTUBE_ID ALIGN START]
where SIZE can be "small", "medium" or "large"; ALIGN can be "left", "right" or "center", START can be "start" or nothing.
ALIGN is optional and defaults to "left"; START is optional and default is not to start.
YOUTUBE_ID is the 11-letter YouTube ID.
Examples:[video_medium:KoqLu5CKx-o][video_small:KoqLu5CKx-o right start]
Recommended size is “small”, which is 350px wide (FYI: the main content region is 600px wide). - Popup
[popupvideo_SIZE:YOUTUBE_ID ALIGN NOSTART]
where SIZE can be "mini", "small", "medium" or "large"; ALIGN can be "left", "right" or "center", NOSTART can be "nostart".
ALIGN is optional and defaults to "left"; “nostart” is optional and default is autostart.
YOUTUBE_ID is the 11-letter YouTube ID.
Examples:[popupvideo_small:KoqLu5CKx-o left][popupvideo_large:KoqLu5CKx-o nostart] - Lightbox
[lightboxvideo_SIZE:YOUTUBE_ID ALIGN NOSTART]
where SIZE can be "mini", "small", "medium" or "large"; ALIGN can be "left", "right" or "center", NOSTART can be "nostart".
ALIGN is optional and defaults to "left"; “nostart” is optional and default is autostart.
YOUTUBE_ID is the 11-letter YouTube ID.
Examples:[lightboxvideo_mini:KoqLu5CKx-o][lightboxvideo_large:KoqLu5CKx-o center nostart] - Text-Link-Popup
[text_popupvideo:YOUTUBE_ID NOSTART NOICON|LINKTEXT]
where NOSTART can be "nostart" or nothing, NOICON can be "noicon" or nothing; LINKTEXT is the text of the link.
YOUTUBE_ID is the 11-letter YouTube ID.
When "noicon" is present, the link doesn’t come with the video icon. “nostart” is optional and default is autostart.
Examples:[text_popupvideo:KoqLu5CKx-o|Open this video in a new window.][text_popupvideo:KoqLu5CKx-o nostart noicon|Click here to open the video.] - Text-Link-Lightbox
[text_lightboxvideo:YOUTUBE_ID NOSTART NOICON|LINKTEXT]
where NOSTART can be "nostart" or nothing, NOICON can be "noicon" or nothing; LINKTEXT is the text of the link.
YOUTUBE_ID is the 11-letter YouTube ID.
When "noicon" is present, the link doesn’t come with the video icon. “nostart” is optional and default is autostart.
Examples:[text_lightboxvideo:KoqLu5CKx-o|Open this video in a lightbox.][text_lightboxvideo:KoqLu5CKx-o nostart noicon|Click here to open the video.]
The sizes:
video_small: 350x197
video_medium: 400x224
video_large: 600x336
All lightboxes and popups open as large.- Embed-In-Text




