We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ea6ad commit 8fb9a52Copy full SHA for 8fb9a52
src/Providers/OEmbed/Twitter.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+namespace Embed\Providers\OEmbed;
4
5
+class Twitter extends EndPoint implements EndPointInterface
6
+{
7
+ protected static $pattern = ['*.twitter.com/*', 'twitter.com/*'];
8
+ protected static $endPoint = 'https://publish.twitter.com/oembed';
9
+}
0 commit comments