Extend AEM Core Component Embed! | Community
Skip to main content
jezwn
Level 5
May 20, 2020

Extend AEM Core Component Embed!

  • May 20, 2020
  • 4 replies
  • 4345 views

I would like to extend the embed core component to add url processors including vimeo. I proxied the core component to under apps, added an htl template naming vimeo.html under processors. Have also wrote the java class for the processing, which is created under  com.project-name.core.components.embed. I'm not sure whether it's the right location to add the java file, and how will it map to this. Could someone help me with extending and adding a custom url processor. Went through the examples on git regarding pinterest, but for project specific how to do that!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

arunpatidar
Community Advisor
Community Advisor
June 27, 2020
kautuk_sahni
Community Manager
Community Manager
June 29, 2020
Please let us know if you require some more assistance from community here.
Kautuk Sahni
jezwn
jezwnAuthor
Level 5
July 1, 2020

Hi @kautuk_sahni . The issue was resolved adding additional cofiguration for vimeo support. The custom URL processor remains a mystery!!

supriya-hande
Level 4
February 2, 2024

Hi @jezwn Could you please guide me how you have added additional configuration for vimeo support by extending core v2 embed component. I am also facing same issue here while extending core v2 embed to add vimeo urls.

jezwn
jezwnAuthor
Level 5
February 6, 2024

@supriya-hande Were you able to figure this out? I had implemented this for a former client, and I don't have the exact details on the implementation now, it's been like 4 years. Please let me know if you are still facing the issue, and I can help you resolve. Thanks!

kautuk_sahni
Community Manager
Community Manager
July 1, 2020
Thank you.
Kautuk Sahni