Created
March 7, 2017 08:23
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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