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

Google Docs oEmbed

Περιγραφή

Registers an oEmbed handler for Google Docs and adds it to the whitelist, allowing all users who can write posts/pages to embed documents, spreadsheets and presentations.

Χρήση

Για να ενσωματώσετε ένα Έγγραφο Google σε μια ανάρτηση ή μια σελίδα:
1. Ανοίξτε το έγγραφο στο Google Drive
2. Από το πάνω οριζόντιο μενού “Αρχείο”, επιλέξτε το “Δημοσίευση στον ιστό…”
3. Στη συνέχεια, αντιγράψτε τον σύνδεσμο και επικολλήστε τον στην περιοχή περιεχομένου του άρθρου σας. Βεβαιωθείτε ότι η διεύθυνση URL είναι σε ξεχωριστή γραμμή από το υπόλοιπο κείμενο και δεν έχει σύνδεσμο (δηλαδή ότι δεν υπάρχει δυνατότητα κλικ με την προβολή της ανάρτησης)

For example:
https://docs.google.com/document/d/abcdefghij/pub

Another option is to wrap the URL in the [embed] shortcode:
[embed width=”860″ height=”640″]https://docs.google.com/document/d/abcdefghij/pub[/embed]

Εγκατάσταση

Πίνακας Ελέγχου

  1. Go to the ‘Plugins’ menu, and choose ‘Add New’.
  2. Search for ‘google-docs-oembed’, and then click ‘Install Now’.
  3. Click ‘Activate’.

FTP

  1. Download and extract the .zip file.
  2. Upload the unzipped folder to the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu.

Composer

composer require logoscon/google-docs-oembed

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

Where can I report bugs?

Bugs can be reported on the GitHub repository.

How can I contribute?

Join in on our GitHub repository and read our contribution guidelines.

Κριτικές

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

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

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

Συντελεστές

Το “Google Docs oEmbed” έχει μεταφραστεί σε 2 γλώσσες. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.

Μεταφράστε το “Google Docs oEmbed” στην γλώσσα σας.

Ενδιαφέρεστε για την ανάπτυξη;

Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .

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

1.0.10

  • Added Code Climate integration.
  • Added moar badges (yes I am a badge poser).
  • Added contribution guidelines.
  • Updated README.

1.0.9

  • Updated Codacy badge url.
  • Fixed NPath complexity of 300.

1.0.8

  • Added Codacy (a tool for automated code review) badge.
  • Removed the loader class.

1.0.7

  • Minor changes.
  • Added language file.

1.0.6

  • Fix PSR-4 loader conflict with older implementation.

1.0.5

  • Added GitHub Updater support.
  • Added Update supported WordPress version.

1.0.4

  • Added composer.lock to repo.
  • Added vendor folder to SVN repo.

1.0.3

  • Minor changes.

1.0.2

  • Check if autoloader exists before requiring.

1.0.1

  • Removed an esc_attr() incorrectly called on $extra.
  • Added a build task with composer support.

1.0.0

  • Αρχική έκδοση.