Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 729 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 729 Bytes

UmbracoSocialPluginAdapters adds Facebook and Twitter adapters for the jQuery Social Stream Plugin to your site!

Get your Umbraco package here!

The following appSettings need to be defined for the feeds to work:

  • SocialPlugin_FacebookAppId
  • SocialPlugin_FacebookAppSecret
  • SocialPlugin_TwitterConsumerKey
  • SocialPlugin_TwitterConsumerSecret

It is also necesary to set the correct URLs in the feed configuration in JavaScript, e.g.:

twitter: {
	id: 'some_handle',
	url: '/umbraco/UmbracoSocialPluginAdapters/Twitter/Get'
},