Search code examples
apostrophe-cms

How to embed youtube video on the pages


I want to embed multiple youtube videos on pages and want to give the same option to the content creator. I did see the modules apostrophe-oembed and browser-apostrophe-oembed. Can you provide and example for the same? Thanks!


Solution

  • The solution that worked for me is:

    1. Add the widget in the app.js file. 'apostrophe-video-widgets': {},
    2. COPY the apostrophe-video-widgets folder from the node_modules folder to the root/lib/modules