{"slug":"auto-post-contents-for-facebook","name":"Social Media Auto Post and Scheduling contents","description":"This plugin allows you to publish old posts from your website or just the latests and newests ones. Don't let your posts die after just a single  &hellip;","author":"Raef Ghribi","active_installs":10,"version":"1.1","wp_org_url":"https://wordpress.org/plugins/auto-post-contents-for-facebook/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"fb_auto_programs","full_table_name":"wp_fb_auto_programs","description":"Stores fb auto programs data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"int(10)","nullable":false,"primary_key":true},{"name":"id_page","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"latest_random","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"nbr","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"live","type":"VARCHAR(10)","nullable":true,"primary_key":false},{"name":"sched","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"cat","type":"VARCHAR(30)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_fb_auto_programs (id int(10) NOT NULL AUTO_INCREMENT, id_page VARCHAR(50), latest_random VARCHAR(20), nbr VARCHAR(20), live VARCHAR(10), sched VARCHAR(20), cat VARCHAR(30), PRIMARY KEY (id));"},{"table_name":"fb_logs","full_table_name":"wp_fb_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"int(10)","nullable":false,"primary_key":true},{"name":"page","type":"VARCHAR(80)","nullable":true,"primary_key":false},{"name":"article","type":"VARCHAR(200)","nullable":true,"primary_key":false},{"name":"lien","type":"VARCHAR(200)","nullable":true,"primary_key":false},{"name":"datex","type":"VARCHAR(20)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_fb_logs (id int(10) NOT NULL AUTO_INCREMENT, page VARCHAR(80),article VARCHAR(200),lien VARCHAR(200),datex VARCHAR(20), PRIMARY KEY (id));"},{"table_name":"fb_pages","full_table_name":"wp_fb_pages","description":"Stores fb pages data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"int(50)","nullable":false,"primary_key":true},{"name":"name","type":"VARCHAR(80)","nullable":true,"primary_key":false},{"name":"page_id","type":"VARCHAR(80)","nullable":true,"primary_key":false},{"name":"page_access_token","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"app_id","type":"VARCHAR(100)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_fb_pages (id int(50) NOT NULL AUTO_INCREMENT, name VARCHAR(80) CHARACTER SET utf8 COLLATE utf8_unicode_ci, page_id VARCHAR(80), page_access_token VARCHAR(255), app_id VARCHAR(100), PRIMARY KEY (id));"},{"table_name":"last_done","full_table_name":"wp_last_done","description":"Stores last done data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"int(10)","nullable":false,"primary_key":true},{"name":"id_last_post_done","type":"int(10)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_last_done (id int(10) NOT NULL AUTO_INCREMENT, id_last_post_done int(10), PRIMARY KEY (id));"}],"table_count":4}