186

Product support

Get help in the plugin support forum.

  • Added on Apr 9, 2019
  • Current version: 1.0.35
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • License: Regular / Extended
  • Created by

Categories

RRSS Plugin

RRSS stands for "Redes sociales" wich is the spanish words for social networks.

With our plugin you'll be able to schedule and automate all your desired posts on instagram and facebook (with the current version, we are working on twitter and LinkedIn for later releases)

RRSS supports multi account posting, add as many accounts from different platforms as you need and send a post with a single click.

Supervisor configurator

sudo apt-get install supervisor

add the file /etc/supervisor/conf.d/rrss-worker.conf

--- rrss-worker.conf archve contentent---

[program:rrss-sendpost]
process_name=%(program_name)s_%(process_num)02d
command=php {Path]}/artisan queue:listen --queue=sendpost --timeout=6000 --tries=1
autostart=true
autorestart=true
user={USER}
numprocs=1
redirect_stderr=true
stdout_logfile={path}/logs/sendpost.log

[program:rrss-renewtoken]
process_name=%(program_name)s_%(process_num)02d
command=php {path}/artisan queue:listen --queue=renewtoken --timeout=6000 --tries=1
autostart=true
autorestart=true
user={USER}
numprocs=1
redirect_stderr=true
stdout_logfile={path}/logs/renewtoken.log

Execute the following commandS to apply changes:

sudo supervisorctl reread
sudo supervisorctl update
supervisorctl restart rrss-sendpost:*
supervisorctl restart rrss-renewtoken:*

Queue's Database Configuration

-On the .env file: QUEUE_DRIVER=database

Facebook API configuration

https://developers.facebook.com/apps/2089747807809538/fb-login/settings/ URL must be exactly the same as callback on "Valid OAuth redirect". ->getLoginUrl($url_callback, $permissions);

1.0.35

Updated table tresfera_rrss_publicaciones

Apr 09, 2019

1.0.34

Updated table tresfera_rrss_publicaciones

Apr 09, 2019

1.0.33

Updated table tresfera_rrss_publicaciones

Apr 09, 2019

1.0.32

Updated table tresfera_rrss_publicaciones

Apr 09, 2019

1.0.31

Updated table tresfera_rrss_publicaciones

Apr 09, 2019

1.0.30

Created table tresfera_rrss_publicaciones

Apr 09, 2019

1.0.29

Updated table tresfera_rrss_posts

Apr 09, 2019

1.0.28

Updated table tresfera_rrss_apis

Apr 09, 2019

1.0.27

Updated table tresfera_rrss_apis

Apr 09, 2019

1.0.26

Updated table tresfera_rrss_apis

Apr 09, 2019

1.0.25

Updated table tresfera_rrss_apis

Apr 09, 2019

1.0.24

Updated table tresfera_rrss_apis

Apr 09, 2019

1.0.23

Updated table tresfera_rrss_apis

Apr 09, 2019

1.0.22

Updated table tresfera_rrss_apis

Apr 09, 2019

1.0.21

Updated table tresfera_rrss_settings

Apr 09, 2019

1.0.20

Created table tresfera_rrss_settings

Apr 09, 2019

1.0.19

Updated table tresfera_rrss_posts

Apr 09, 2019

1.0.18

Updated table tresfera_rrss_posts

Apr 09, 2019

1.0.17

Updated table tresfera_rrss_posts

Apr 09, 2019

1.0.16

Updated table tresfera_rrss_apis

Apr 09, 2019

1.0.15

Updated table tresfera_rrss_posts

Apr 09, 2019

1.0.14

Created table tresfera_rrss_api_post

Apr 09, 2019

1.0.13

Updated table tresfera_rrss_post

Apr 09, 2019

1.0.12

Updated table tresfera_rrss_post

Apr 09, 2019

1.0.11

Updated table tresfera_rrss_post

Apr 09, 2019

1.0.10

Updated table tresfera_rrss_post

Apr 09, 2019

1.0.9

Updated table tresfera_rrss_post

Apr 09, 2019

1.0.8

Updated table tresfera_rrss_post

Apr 09, 2019

1.0.7

Created table tresfera_rrss_post

Apr 09, 2019

1.0.6

Updated table tresfera_rrss_apis

Apr 09, 2019

1.0.5

Updated table tresfera_rrss_apis

Apr 09, 2019

1.0.4

Created table tresfera_rrss_apis

Apr 09, 2019

1.0.3

Updated table tresfera_rrss_social_networks

Apr 09, 2019

1.0.2

Created table tresfera_rrss_social_networks

Apr 09, 2019

1.0.1

Initialize plugin.

Apr 09, 2019

Download last zip from october store

Next updates

Post statistics (Likes, Views, ...)

Twitter API will be added

LinkedIn API will be added