Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Playing video using rich text editor

Avatar

Level 4

Hi,

I have a requirement. where user has to author the link for videos using rich text and that should be played in the same page.

Ex: external site videos : You tube videos.

If author has authored you tube video link . then that should also be played in the same page. but it is opening in the new page even I gave the target as _self.

Any one can help on this.

Thank you in advance

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi Vijaya,

You can use below code snippet as a reference in source edit of the RTE.

<p>Open link in a same window or tab: <a href="https://www.youtube.com/watch?v=X8SCBUgv2TE" target="_self">Adobe Experience Manager Explained</a></p>

Also you can refer to the Adobe post for more details on RTE.

Thanks,

Techaspect Solutions.

View solution in original post

0 Replies

Avatar

Correct answer by
Level 7

Hi Vijaya,

You can use below code snippet as a reference in source edit of the RTE.

<p>Open link in a same window or tab: <a href="https://www.youtube.com/watch?v=X8SCBUgv2TE" target="_self">Adobe Experience Manager Explained</a></p>

Also you can refer to the Adobe post for more details on RTE.

Thanks,

Techaspect Solutions.

Avatar

Level 10

A RTE is typically to edit text and the text is then displayed on a page. If you want to render a video in your site, you should use a video component. We are going to release a new video component article soon:

Scott's Digital Community: Creating an Experience Manager YouTube Component

Avatar

Level 3

Hi Scott,

What if the requirement calls for a video player other than YouTube (re: Brightcove)?