Skip to content

Commit

Permalink
Adding support for getscenes.com
Browse files Browse the repository at this point in the history
Scenes (https://getscenes.com) is a platform for connecting cultural events with context and criticism. Adding support for embedding our events allows blogs and sites to easily reference and enrich their content with live event details.
  • Loading branch information
coleschiffer authored Nov 13, 2024
1 parent 4c36633 commit ff66c3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions providers/scenes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- provider_name: Scenes
provider_url: https://getscenes.com
endpoints:
- schemes:
- https://getscenes.com/e/*
- https://getscenes.com/event/*
url: https://getscenes.com/oembed
example_urls:
- https://getscenes.com/oembed?url=https://getscenes.com/e/8a07afbb-0a7c-4314-b027-15a19e25c51a;format=json
- https://getscenes.com/oembed?url=https://getscenes.com/event/8a07afbb-0a7c-4314-b027-15a19e25c51a;format=json
discovery: true

0 comments on commit ff66c3d

Please sign in to comment.