Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.47 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.47 KB

Social Feed

Social Feed allows the display of a social feed (duh) on your website.

I have not added a Page template for the SocialFeed page type, since I prefer creating my own. However, all the includes are there.

My suggestion is to load the feed with AJAX, so it does not slow the page down. Another solution could be to simply ping the page once every 6 hours (or whatever cache time you use), so that it will store it in cache.

Install

Add the following to your composer.json file


    "require"          : {
		"milkyway-multimedia/ss-social-feed": "~0.4
	}

Social Profile Types

Currently only the following are supported:

  • Facebook Pages/Profiles
  • Twitter Account
  • Google Plus Page
  • Youtube
  • Instagram
  • Internal Page (will display children of said page)

I am hoping to add Instagram and maybe Pinterest when I have time... But you can have as many of the above accounts as you want (if you don't mind the lag...)

Features

  • Display all your social activity of one page
  • Use AddThis to encourage sharing
  • You can add follow buttons and like post buttons, as well as use hash tag retweets with Twitter.
  • JS is deferred for faster load times! No more social plugins annoyingly slowing down the website!!

License

  • MIT

Version

  • Version 0.4 - Alpha

Contact

Milkyway Multimedia