Skip to content

Commit 6792a88

Browse files
Update webcrumbs.yml (#823)
* Update webcrumbs.yml We're updating this oEmbed provider definition because we've launched a new version of the Webcrumbs Plugin repository. The new version makes it easier for users to create and share embeddable JavaScript plugins with no setup required. This update ensures our oEmbed endpoint reflects the current structure and fully supports rich embeds from plugin URLs, including discovery and JSON/XML responses. * Update webcrumbs.yml * Fixed example_urls
1 parent 9012592 commit 6792a88

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

providers/webcrumbs.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
provider_url: https://webcrumbs.org/
44
endpoints:
55
- schemes:
6-
- https://share.webcrumbs.org/*
7-
- https://tools.webcrumbs.org/*
8-
- https://www.webcrumbs.org/*
9-
url: http://share.webcrumbs.org/
6+
- https://plugins.webcrumbs.dev/*
7+
url: https://webcrumbs.dev/oembed
108
docs_url: https://github.com/webcrumbs-community/webcrumbs
9+
formats:
10+
- json
11+
- xml
1112
example_urls:
12-
- http://share.webcrumbs.org/Pd6r5O?url=http://share.webcrumbs.org/Pd6r5O&embed=json
13-
- http://share.webcrumbs.org/Pd6r5O?url=http://share.webcrumbs.org/Pd6r5O&embed=xml
13+
- https://webcrumbs.dev/oembed?url=https://plugins.webcrumbs.dev/demo-component&format=json
14+
- https://webcrumbs.dev/oembed?url=https://plugins.webcrumbs.dev/demo-component&format=xml
1415
discovery: true
1516
notes: Provider only supports the 'rich' type
1617
...

0 commit comments

Comments
 (0)