Social News Center plugin displays the latest posts from social media sites such as Facebook, Instagram & Twitter for specified pages & accounts. Page and account profiles can also be viewed together with support for performing actions such as Like, Share, Favorite, Retweet and more.
Posts are displayed in item boxes which are sorted in date descending order based upon when they were posted, shared, or re-posted. The boxes are dynamically laid out within the web page based upon the width of the browser or section of the web page. The layout works on PC's, tablets and smartphones alike automatically adjusting to the browser or screensize. Each item box contains the following information about a post:
- Header:
- Profile image for the social media account from which the post is being displayed.
- Name of social media account which displays a popup profile if clicked.
- Username of social media account which is also clickable (Instagram & Twitter only).
- Social media network icon.
- Body:
- Photo if available which displays a larger image or content (e.g. video) if clicked.
- Textual post content with clickable links (e.g. Twitter hashtags display related posts in a popup).
- Footer:
- Time when posted (i.e. the second, minutes, hours, days, months, or years ago).
- Favorite or Like button with latest count.
- 'view post' link (Facebook & Instagram only) which displays the full post in a pop-up window or a Reply button (Twitter only).
- Share or Retweet button with latest count.
Note: most buttons within the Footer will show if they have already been used by the current user assuming this information is made available from the relevant social media network.
This plugin caches results from calls to social media networks in order to improve overall page load times and to better utilize the quotas placed on developer API keys. When a web site user logs in the plugin will where possible use the user's quota leaving the development quota as backup for those who do not login.
This section describes how to install this plugin and get it working.
Steps:
- Log into WordPress and access 'Plugins -> Add New' menu option via Dashboard.
- Upload file 'social-news-center.zip' via 'Upload Plugins' menu option.
- Activate the plugin through the 'Plugins' menu.
- Configure plugin settings via 'Social News Center' menu option within Dashboard. Each social media network will need configuring to access the relevant API (see 'Admin Settings' section within 'readme.txt' file).
- Add
[sncSocialMediaPosts]
shortcode on Page(s) and/or Post(s) on which social media posts are to be displayed.