Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

DB – Twitter

Περιγραφή

Loads recent twitter messages to the tweet custom post type.

The plugin uses wp_schedule_event to update your tweets hourly. If this does not work for you, setup a cronjob for this url:

http://www.domain.com/db-twitter/get_tweets/

The plugin is using version 1.1 of the Twitter API.

Εγκατάσταση

  1. Upload db-twitter to the /wp-content/plugins/ directory
  2. Ενεργοποιήστε το πρόσθετο μέσω του μενού “Πρόσθετα” στο WordPress
  3. Click the Tweets option in the admin menu

Συχνές Ερωτήσεις

How do I get the tweets onto my page?

Tweets can be requested with the WP_Query since they are saved as a regular Custom Post Type.

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“DB – Twitter” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.0.2

  • Changed issue tracker URL

1.0.1

  • Fixed minor bug with duplicates

1.0.0

  • Created the twitter plugin