Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Any file uploaded into the File Dashboard is also available from the Designer.



Hide From Anonymous User Macro


Tip

See Media for documentation on the implementation of the various media handlers.


A variety of media types can be uploaded into the Design Dashboard.


Video

Image Added

Video can be inserted into a Member.buzz page in two ways:

Link External

This involves taking the link from an external site and inserting it into a page using the "Insert Tube" button in the Design Dashboard.

Image Added

Currently, we support linking videos from the following sources:

  • YouTube
  • SoundCloud
  • Vimeo
  • Spotify
  • Deezer
  • Daily Motion
  • Twitch

Direct Upload

You also have the option to directly upload a video file into a Member.buzz page.  When a video file is uploaded, it will automatically be converted into a format that is playable for most browsers. Additionally, all video uploads will be saved in the Files Dashboard. 

Images

You can upload images to your page by using the Image Added button in the Insert tab of the Designer. You will be prompted to upload an image from your computer. Once you have done so, you can add the image to your page. A new tab called "image" will appear at the top of the Design Dashboard, allowing you to change the size, style, and positioning of the image.

Image Added


HTML
<style>
table.confluenceTable .confluenceTd
{
padding-right: 0 !important;
padding-bottom: 0 !important;
}

table.confluenceTable .confluenceTd .confluence-embedded-image
{
cursor: default !important;
}
</style>

...