Extending Embed component! | Community
Skip to main content
jezwn
Level 5
June 2, 2020
Solved

Extending Embed component!

  • June 2, 2020
  • 1 reply
  • 2754 views

I was following this git repo for extending the Embed core component. Extension of the Embed component is possible by providing any of the following: 

  • Custom URL Processor
  • Custom oEmbed Configuration
  • Custom embeddable fragment

The custom oEmbed configuration, I tried adding a new config in Core Components oEmbed client with the following values.

 

 

When I try to enter a URL like https://vimeo.com/76979871 I get a message that this URL is not supported and a 404 response in the network tab for that request.

The request URL: http://localhost:4502/content/project_name/_jcr_content/root/container/container/embed.urlProcessor.json?url=https://vimeo.com/7697987

Did I miss something here, could someone help!

 

Also how can use the custom URL processor for vimeo? 

 

 

 

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

Hi @jezwn,

Could this be the issue? 😅 

1 reply

Theo_Pendle
Theo_PendleAccepted solution
Level 8
June 7, 2020

Hi @jezwn,

Could this be the issue? 😅 

jezwn
jezwnAuthor
Level 5
June 8, 2020

Hi @theo_pendle 

That was one thing for sure when I checked now. The other thing was the URL scheme, I changed the scheme from https://vimeo.com/* to https://vimeo.com/.* . I'm quite not sure the significance of this dot.
Thanks