WordPress User Submitted Posts - Integration - PeepSo
Integrating With PeepSo
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:
Now that the integration is complete, the users can access the "Blog" section in their PeepSo profiles...
... and when they click Create, they will access the User Submitted Posts.
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
- Find out what is the override file (read the guide from PeepSo: Overriding the PeepSo Template)
- Locate the override file in ROOT/wp-content/plugins/peepso-core/templates/blogposts
- Copy the blogposts.php file
Add [cm_usersp_posts_list] shortcode where you wants with the help of do_shortcode
Example <?php echo do_shortcode('[cm_usersp_posts_list]'); ?>
- Move the new file to ROOT/wp-content/themes/YOUR-THEME/peepso/blogposts
Here's a workflow:
Output Screenshots:
Extra resources:
- Learn more about the User Dashboard.
- Read the guide from PeepSo on Overriding the PeepSo Template.
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 |