Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
social_post
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
social_post
Merge requests
!4
Update README.txt
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update README.txt
issue/social_post-3317311:3317311-replace-readme.txt-with
into
3.x
Overview
0
Commits
5
Pipelines
2
Changes
1
Merged
Manoj Raj
requested to merge
issue/social_post-3317311:3317311-replace-readme.txt-with
into
3.x
2 years ago
Overview
0
Commits
5
Pipelines
2
Changes
1
Expand
Closes
#3317311
👍
0
👎
0
Merge request reports
Compare
3.x
version 6
e2c811cc
3 months ago
version 5
042d8839
1 year ago
version 4
2ef7081f
1 year ago
version 3
e8c81ffb
1 year ago
version 2
58ad07ea
1 year ago
version 1
89566f67
2 years ago
3.x (base)
and
latest version
latest version
e2c811cc
5 commits,
3 months ago
version 6
e2c811cc
5 commits,
3 months ago
version 5
042d8839
5 commits,
1 year ago
version 4
2ef7081f
4 commits,
1 year ago
version 3
e8c81ffb
3 commits,
1 year ago
version 2
58ad07ea
2 commits,
1 year ago
version 1
89566f67
1 commit,
2 years ago
1 file
+
93
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.
txt
→
README.
md
+
93
−
0
Options
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
# Social Post
Social Post is part of the Social API. It provides a common interface for
creating modules related to autoposting to external provider services.
@@ -23,76 +11,83 @@ This module does not restrict the way an implementer provides its functionality.
This allows the implementers to adapt to the external provider's requirements
they implement.
* For a full description of the module, visit the project page:
https://www.drupal.org/project/social_post
-
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/social_post
)
.
-
To submit bug reports and feature suggestions, or to track changes
[
issue queue
](
https://www.drupal.org/project/issues/social_post
)
.
* To submit bug reports and feature suggestions, or to track changes:
https://www.drupal.org/project/issues/social_post
## Contents of this file
-
Requirements
-
Installation
-
Configuration
-
Maintainers
REQUIREMENTS
------------
## Requirements
This module requires the following module and library:
* Required module: Social API (https://www.drupal.org/project/social_api)
* Required library: The League OAuth2 client library
-
Required module:
[
Social API
](
https://www.drupal.org/project/social_api
)
-
Required library: The League OAuth2 client library
## Installation
INSTALLATION
------------
-
To download the module with all dependencies run the below command:
* To download the module with all dependencies run the below command:
composer require drupal/social_post:^2.0
`composer require 'drupal/social_post:^3.0'`
*
Install the module from admin module page (Administration » Extend) or using
-
Install the module from admin module page (Administration » Extend) or using
the drush command:
drush en social_post
`drush en social_post`
CONFIGURATION
-------------
## Configuration
* Configure user permissions in Administration » People » Permissions:
- Delete Social Post user accounts
-
Configure user permissions in Administration » People » Permissions:
Users in roles with the "Delete Social Post user accounts" permission can
delete all user accounts associated to all Drupal users.
- **Delete Social Post user accounts**
- Delete own Social Post user accounts
Users in roles with the "Delete Social Post user accounts" permission can
delete all user accounts associated to all Drupal users.
Users in roles with the "Delete own Social Post user accounts" permission
can delete own Social Post user accounts.
- **Delete own Social Post user accounts**
- View Social Post user entity lists
Users in roles with the "Delete own Social Post user accounts" permission
can delete own Social Post user accounts.
Users in roles with the "View Social Post user entity lists" permission can
view Social Post user entity lists.
- **View Social Post user entity lists**
* Go to Configuration » Social API settings » Autoposting settings.
Users in roles with the "View Social Post user entity lists" permission
can view Social Post user entity lists.
-
Go to Configuration » Social API settings » Autoposting settings.
The list looks empty initially as you have not enabled an implementer yet.
*
To post to external providers, you need to install their respective Social
-
To post to external providers, you need to install their respective Social
Post implementers. After installing implementers, they will be displayed in
the Social Post implementer list.
Visit https://www.drupal.org/project/social_post to find all the available
Social Post implementers.
Visit
[
Social Post
](
https://www.drupal.org/project/social_post
)
to find all the
available Social Post implementers.
## Maintainers
MAINTAINERS
-----------
-
[
Getulio Valentin Sánchez (gvso)
](
https://www.drupal.org/u/gvso
)
Current maintainers:
* Getulio Valentin Sánchez (gvso) - https://www.drupal.org/u/gvso
**This project has been supported by:**
This project has been supported by:
* Google Summer of Code
-
[
Google Summer of Code
](
g.co/gsoc
)
-
An annual program for university students organized by Google with projects
managed by open source organization mentors such as us (Drupal!).
Visit g.co/gsoc for more information.
Visit
[
Google Summer of Code
](
g.co/gsoc
)
for more information.
*
Google Code-In
-
[
Google Code-In
](
g.co/gci
)
-
The Google Code-In is a contest to introduce pre-university students (ages
13-17) to the many kinds of contributions that make open source software
development possible. Visit g.co/gci for more information.
development possible. Visit
[
Google Code-In
](
g.co/gci
)
for more information.
Loading