You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ContributorGuide-v2.md
+35-10Lines changed: 35 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -549,31 +549,55 @@ Here is how you can crate an external blog post entry in the HPE Developer Commu
549
549
\>> \<span style="color:grey; font-family:Arial; font-size:1em"\> This article/content was written by the individual writer identified and does not necessarily reflect the view of Hewlett Packard Enterprise Company.\</span\>
550
550
551
551
552
-
- **Tip #8: Embed a YouTube video (HPE Approved video) in a blog or in Platform page:**
552
+
- **Tip #8: Embed a YouTube video (HPE Approved video) or other website video in a blog or in Platform page:**
553
553
554
-
* _**YouTube video that has gone through the HPE Marketing Asset Publishing (MAP) process:**_
554
+
* _**YouTube video that has gone through the HPE Marketing Asset Publishing (MAP) process:**_
555
555
556
556
To insert a YouTube video — that has gone through the legal Marketing Asset Publishing (MAP) process — in a blog post or a "platform" page proceed as follows:
557
557
558
-
* Go to your YouTube video URL.
559
-
* Select ***"Share"*** option just underneath the video frame.
560
-
* Select ***"Embed"*** option.
561
-
* Copy the HTML code that is displayed, starting with <iframe width...> and ending with </iframe>
562
-
*in the CMS editor, toggle to **Markdown** mode, and paste (CTRL+SHIFT+V) the embedded HTML code.
558
+
* Go to your YouTube video URL.
559
+
* Select ***"Share"*** option just underneath the video frame.
560
+
* Select ***"Embed"*** option.
561
+
* Copy the HTML code that is displayed, starting with <iframe width...> and ending with </iframe>
562
+
*in the CMS editor, toggle to **Markdown** mode, and paste (CTRL+SHIFT+V) the embedded HTML code.
563
563
564
564
* _**YouTube video that has NOT gone through the MAP process:**_
565
565
566
566
To be compliant with the HPE legal policies, proceed as follows:
567
567
568
-
* Go to your YouTube video URL.
569
-
* Get the video ID (after "watch?v="in the address bar).
570
-
* Use the Markdown syntax below to insert the clickable thumbnail image and link it to the YouTube video:
568
+
* Go to your YouTube video URL.
569
+
* Get the video ID (after "watch?v="in the address bar).
570
+
* Use the Markdown syntax below to insert the clickable thumbnail image and link it to the YouTube video:
571
571
572
572
\[\!\[Brief description of your video\]\(https://img.youtube.com/vi/Video-ID/hqdefault.jpg)](YouTube Video URL)
573
573
574
574
For Example:
575
575
576
576
\[\!\[Zerto for Kubernetes\]\(https://img.youtube.com/vi/EIQcOIcbBwU/hqdefault.jpg)](https://www.youtube.com/watch?v=EIQcOIcbBwU)
577
+
578
+
* _**Other website video that has NOT gone through the MAP process:**_
579
+
580
+
To be compliant with the HPE legal policies, proceed as follows:
581
+
582
+
* Insert an image to the post or platform page as per Tip #5 (Go to Rich Text mode in the CMS editor).
583
+
Then, toggle on Markdown mode in the CMS editor.
584
+
This will allow you to get the relative path of the image you want to insert.
585
+
586
+
* Next, you can mix markdown and HTML if you are careful to include **empty lines** as here:
0 commit comments