Skip to content

Instantly share code, notes, and snippets.

@cpoDesign
Created March 7, 2017 08:23
Show Gist options
  • Save cpoDesign/a00200742fc3249449c279bc5e4841c0 to your computer and use it in GitHub Desktop.
Save cpoDesign/a00200742fc3249449c279bc5e4841c0 to your computer and use it in GitHub Desktop.
Add twitter embed support to the Umbraco embed em all Add this snippet to /config/embeddedMedia.config
<!-- Twitter Settings -->
<provider name="Twitter" type="Umbraco.Web.Media.EmbedProviders.OEmbedRich, umbraco">
<urlShemeRegex><![CDATA[twitter\.com/]]></urlShemeRegex>
<apiEndpoint><![CDATA[https://api.twitter.com/1/statuses/oembed.xml]]></apiEndpoint>
<requestParams type="Umbraco.Web.Media.EmbedProviders.Settings.Dictionary, umbraco">
</requestParams>
</provider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment