Activity Forums Salesforce® Discussions How can I append the video id in the url of videolink in Salesforce?

  • Mohit

    Member
    August 26, 2016 at 12:41 pm

    Hi Pranav,

    Here is the code,

    String PagevideoUrl{get;set}

    String VideoUrl =  'https://www.youtube.com/watch?v=B6LULidOdA0';

    String VideoId = VideoUrl.substringAfter('?v=');

    PagevideoUrl = 'https://www.youtube.com/watch?'+VideoId;

    And use this PagevideoUrl on the Visualforce Page

  • Avnish Yadav

    Member
    September 30, 2018 at 12:09 am

    Hello,

    Click Setup | Customize | Knowledge | Settings | Check "Allow users to add external multimedia content to HTML in the standard editor" to 'True' - This will provide a new tool in the WYSIWYG editor on Rich Text fields to "Embed Media" into a Knowledge Article. You can paste the iframe code from YouTube, Vimeo and Dailymotion videos.

    Thanks.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos