How to embed a youtube video into a Salesforce knowledge article

Adding video to salesforce knowledge article allows you to provide better support experience to customers and make them understand the issue and fix without reaching out to support.

We ate salesforce will strip out the 'Responsive Embed Code from youtube, it will accept the iFrame fallback code.


Steps:
====
  • Create a RichText Area field in your knowledge object
  • Add it to you page layout
  • Create a knowledge article, in the RTA field click on source button
  • Add your Iframe tag as below and post youtume.com video url
<iframe allowfullscreen="true" class="vidyard_iframe" height="270" src="https://www.youtube.com/embed/nzvqDUtwdcY" width="480"></iframe><br />
<br />
<strong>Note:</strong>&nbsp;if you have trouble opening the video in fullscreen mode, add&nbsp;<code>allowfullscreen=&quot;true&quot;</code>&nbsp;to the code (as shown in the above example)

Source Code

  • Then save the article and publish
  • Preview the article, and there you will see the video with preview option, wher you can watch the viedeo without downloading



                                            Thanks For Blogging!!!
                                            #stayhome #staysafe

Post a Comment

0 Comments