Schonmal damit probiert
https://wordpress.org/plugins/social...-auto-publish/
Ansonsten hier noch paar Tipps:
https://managewp.com/automatically-share-blog-posts
Geändert von Jana-Maria (08.04.2015 um 16:25 Uhr)
So ich hab meins hinbekommen.
wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc/nxs_snap_class.php
Zeile: 252
ändern inPHP-Code:<?php $num_cats = wp_count_terms('category'); if ($num_cats>1000) echo "Sorry, You have too many categories - (".$num_cats.') to show the list. Please use "Tags and Custom Taxonomies" field with category|category_slug format'; else { ?>
und Zeile: 416PHP-Code:<?php $num_cats = wp_count_terms('category'); if ($num_cats>100000) echo "Sorry, You have too many categories - (".$num_cats.') to show the list. Please use "Tags and Custom Taxonomies" field with category|category_slug format'; else { ?>
ändern inPHP-Code:<?php $num_cats = wp_count_terms('category'); if ($num_cats>1000) echo "Sorry, You have too many categories - ".$num_cats; else { ?>
PHP-Code:<?php $num_cats = wp_count_terms('category'); if ($num_cats>100000) echo "Sorry, You have too many categories - ".$num_cats; else { ?>
Ich nutze im Büro - Firmenwebseite dazu folgendes Plugin: NextScripts: Social Networks Auto-Poster
SzeneBox.org bei Telegram https://t.me/szenebox
Interne Übertragung
Läuft seit Jahren im Hintergrund mit. Jetzt kommt der Neubau.