WordPress User Submitted Posts - Integration - PeepSo


Integrating With PeepSo

Back to User Guide

PeepSo Blog Pots Plugin Documentation (External)

What is This Feature

It's possible to integrate WordPress User Submitted Posts with the PeepSo Social Network. This allows your users to write posts right from their PeepSo profiles and submit the posts while benefiting from all WordPress User Submitted Posts features, such as rich format and moderation.

Integration Step-by-Step

The WordPress User Submitted Posts plugin and PeepSo plugin have to be installed and actived on your WordPress website.

Follow these steps to perform the integration:

  • Head to Admin Dashboard → Configuration → Blog Posts. There, enable both Author Profiles and CMinds User Submissions integration, as highlighted:

    Enabling the integration - Frontend Posting WordPress Plugin
    Enabling the integration
  • Now that the integration is complete, the users can access the "Blog" section in their PeepSo profiles...

    Blog section - WordPress Plugin to Allow Users to Post On Front End
    Blog section

    ... and when they click Create, they will access the User Submitted Posts.

    Submission form - Frontend Publishing Plugin
    Submission form

Adding the User Dashboard To PeepSo Template

It's necessary to override the PeepSo template and add the  [cm_usersp_posts_list] shortcode.

This is an advanced process that requires:

  • Access to the file directory of your site.
  • Some knowledge of CSS and browser console

Step by Step

  1. Find out what is the override file (read the guide from PeepSo: Overriding the PeepSo Template)
  2. Locate the override file in ROOT/wp-content/plugins/peepso-core/templates/blogposts
  3. Copy the blogposts.php file
  4. Add [cm_usersp_posts_list] shortcode where you wants with the help of do_shortcode

    Example <?php echo do_shortcode('[cm_usersp_posts_list]'); ?>

  5. Move the new file to ROOT/wp-content/themes/YOUR-THEME/peepso/blogposts

Here's a workflow:

Target folder - Front End Post Submission WordPress Plugin
Target folder

Output Screenshots:

Result on the front-end - Frontend Posting WordPress Plugin
Result on the front-end

Extra resources:


More information about the WordPress User Submitted Posts plugin

Other WordPress products can be found at CreativeMinds WordPress Store

Let us know how we can Improve this Product Documentation Page

To open a Support Ticket visit our support center
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.