how to add custom video plugin for RTe (RichText editor) .
Would this work for your requirements? This is a video player with an embedded RTE. Modify it as per your requirements.
Adobe Experience Manager Help | Creating Interactive Video Components for Adobe Experience Manager
or
Creating an Experience Manager YouTube Component
Otherwise, you would need to create a custom plugin as mentioned here -Custom RTE plugins in AEM or Experiencing Adobe Experience Manager - Day CQ: In the blog "Experiencing Adobe Experience Manger - ...
Views
Replies
Total Likes
this didnt work for me
Views
Replies
Total Likes
Playing a VIDEO on a RTE does not really make sense. RTE is to work with text - not binary data or assets.
To display a video in a AEM web page - use the Video component.
Views
Replies
Total Likes
Hi Vihaan,
Yes Scott is right. RTE is only meant for to work with the text not for the assets or video to upload.
Use the Video component in this HELPX article: Creating an Experience Manager YouTube Component
Thanks,
Ratna Kumar.
Views
Replies
Total Likes
Hi Scott,
my requirement is to add a video plugin.client needs to add plugin only.I saw a video plugin on adobe website. Please suggest how to add plugin
Views
Replies
Total Likes
To add a video with text, the AEM OOTB way is to add Text component, followed by a video component.
This is how I would implement text and video instead of trying to render video from RTE.
However - if the requirement means you need a custom plug-in - then see this blog written by one of our Touch UI Experts.
Can you try ACS commons insertDialogPlugin...?
Thank yousmacdonald2008
Views
Replies
Total Likes
can u pls send any document regarding this.
thank you
Can you please follow the steps mentioned in the doc: acs-aem-commons/dialog-plugin.js at master · Adobe-Consulting-Services/acs-aem-commons · GitHub .
We tried Image Picker by using this plugin, if are following this doc, you can include Video Tags in the RTE.
Views
Replies
Total Likes