Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

YouTube Video Custom User Macro

Deleted user June 6, 2018

The Widget Connector macro was not working for me in Confluence Server 6.9, so I made this YouTube Video user macro.  It will allow you to align the video window left, center, or right on your Confluence page.

1. Put it under the Categories of "Media" and "Visuals & Images"

2. Made an icon for the macro based upon YouTube's guidelines here:

https://www.youtube.com/intl/en-GB/yt/about/brand-resources/#logos-icons-colors

...coming up with:

YouTube_Icon_950x950.png

 

3. Set "Definition of User Macro" as "Unrendered"

 

4. Set the actual macro template to:


## Macro title: YouTube Video
## Macro has a body: N
## Body processing: N/A
## Output: YouTube Video
##
## Developed by: Tim Braxton
## Date created: 05/24/2018
## Installed by: Tim Braxton
## Use this macro to insert a YouTube video.
## @Param VideoCode:title=YouTube Video
Code|type=string|default=kNz82r5nyUw|required=true|desc=Enter the short
code after the "watch?v=" and before any other "?" or "&" in your Youtube
link.
## @Param VidPosition:title=Video Window
Alignment|type=enum|enumValues=left,center,
right|default=center|required=true|desc=Select how you would like the
video window aligned on your page.
## @Param Width:title=Width|type=int|default=560|required=true|desc=Width
## @Param Height:
title=Height|type=int|default=315|required=true|desc=Height
<style>
.leftvideo {
display:block;
margin-right:auto;
margin-top:5px;
}
.centervideo {
display:block;
margin-left:auto;
margin-right:auto;
margin-top:5px;
}
.rightvideo {
display:block;
margin-left:auto;
margin-top:5px;
}
</style>
<iframe class="${paramVidPosition}video" width="$paramWidth"
height="$paramHeight" src="https://www.youtube.com/embed/${paramVideoCode}?
rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media"
allowfullscreen>
</iframe>

5 answers

0 votes
Gary Pasquale
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 7, 2018

Nice one - thanks!

0 votes
Manon Soubies-Camy _Modus Create_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 7, 2018

Thanks for sharing!

0 votes
Fabienne Gerhard
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 6, 2018

Thank you @[deleted] again for sharing

0 votes
Meg Holbrook
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 6, 2018

Awesome @[deleted]! 

0 votes
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 6, 2018

Thanks for sharing.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events