WP Manifestindependent plugin directory
manifest / social / sm-post-render

SM Post Render

A custom WordPress plugin with a settings page for AG-ID.

by Website Pro Team · github.com/vplugins/sm-post-render

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/vplugins/sm-post-render/archive/refs/heads/main.zip

Readme

SM Post Render

⚠️ Note: This plugin is no longer updated or maintained.

Description

SM Post Render is a WordPress plugin that allows you to fetch and display social media posts on your website using a simple shortcode. The plugin comes with a settings page to configure your AG-ID and Feed Identifier.

Installation

  1. Upload the sm-post-render folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Navigate to Settings -> SM Post Render to configure the plugin.

Usage

To display social media posts on your website, use the following shortcode in your posts or pages: [sm-post per_page="5"]

Shortcode Attributes

  • per_page: The number of posts to display per page (default: 5).

Frequently Asked Questions

How do I configure the plugin?

After activating the plugin, go to Settings -> SM Post Render and enter your Business ID and Feed Identifier.

What should I do if the posts are not displaying?

Ensure that your API keys (Business ID and Feed Identifier) are correctly configured in the settings. If the problem persists, check the error logs for any issues with the API request.

Can I customize the appearance of the posts?

Yes, you can add your own CSS rules in your theme's stylesheet.

Changelog

1.0.0

  • Initial release.

Developer Notes

  • Ensure your environment has Composer installed and run composer install to load dependencies.
  • This plugin requires WordPress version 5.0 and PHP version 7.2 or higher.

Read the full README on GitHub →