Skip to content

Commit 404b1e5

Browse files
authored
Update ContributorGuide-v2.md
1 parent bdba206 commit 404b1e5

File tree

1 file changed

+35
-10
lines changed

1 file changed

+35
-10
lines changed

docs/ContributorGuide-v2.md

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -549,31 +549,55 @@ Here is how you can crate an external blog post entry in the HPE Developer Commu
549549
\>> \<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\>
550550

551551

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:**
553553

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:**_
555555

556556
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:
557557

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.
563563

564564
* _**YouTube video that has NOT gone through the MAP process:**_
565565

566566
To be compliant with the HPE legal policies, proceed as follows:
567567

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:
571571

572572
\[\!\[Brief description of your video\]\(https://img.youtube.com/vi/Video-ID/hqdefault.jpg)](YouTube Video URL)
573573

574574
For Example:
575575

576576
\[\!\[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:
587+
588+
\<a href="https://example.com" target="_blank"\>
589+
590+
\!\[My image\](logo.png)
591+
592+
\</a>
593+
594+
_For example:_
595+
596+
\<a href="https://www.brighttalk.com/webcast/19535/640132?utm_source=HPE&utm_medium=brighttalk&utm_campaign=640132" target="_blank"\>
597+
598+
\!\[Simplify AI from Infrastructure to Model\](/img/simplify-ai-from-infrastructure-to-model-deployment-500-281.png)
599+
600+
\</a>
577601

578602
- **Tip #9: Inserting Horizontal separator:**
579603

@@ -773,6 +797,7 @@ If appropriate, use a tag to tie your blog post to a **"Product"** page or a **"
773797
| **HPE OneView** | hpe-oneview |
774798
| **HPE OneView Global Dashboard** | hpe-oneview-global-dashboard |
775799
| **HPE OpsRamp** | hpe-opsramp |
800+
| **HPE Private Cloud AI** | hpe-private-cloud-ai |
776801
| **HPE SimpliVity** | hpe-simplivity |
777802
| **iLORESTful API** | ilo-restful-api |
778803
| **HPE Alletra** | hpe-alletra |

0 commit comments

Comments
 (0)