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

Pastebin

Περιγραφή

Store your text online on Pastebin.com and embed it to your WordPress site.

About Pastebin

Pastebin is a an online web service where you can store text for a certain period of time. The website is mainly used by programmers to store pieces of sources code or configuration information, but anyone is more than welcome to paste any type of text. The idea behind the site is to make it more convenient for people to share large amounts of text online.

Pastebin WordPress Plugin

With the Pastebin WordPress plugin, you can easily embed pastes to your WordPress posts using the paste URL or paste ID.

Choose any item from pastebin, or create your own! Copy the item URL and paste it to your post text editor. Then simply click over to the visual editor to confirm that it loads properly.

Alternatively, you can embed pastes to your content using the [pastebin id=""] shortcode and the paste ID.

Περισσότερες Πληροφορίες

For any questions or more information, please contact us.

Στιγμιότυπα

  • Pasting the URL to the text editor.
  • Pasting the URL to the visual editor.

Εγκατάσταση

Εγκατάσταση

  1. In your WordPress Dashboard go to “Plugins” -> “Add Plugin”.
  2. Search for “Pastebin”.
  3. Install the plugin by pressing the “Install” button.
  4. Activate the plugin by pressing the “Activate” button.

Ελάχιστες Απαιτήσεις

  • WordPress version 3.5 or greater.
  • PHP version 5.2.4 or greater.
  • MySQL version 5.0 or greater.

Recommended Requirements

  • The latest WordPress version.
  • PHP version 7.0 or greater.
  • MySQL version 5.6 or greater.

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

Installation Instructions

Εγκατάσταση

  1. In your WordPress Dashboard go to “Plugins” -> “Add Plugin”.
  2. Search for “Pastebin”.
  3. Install the plugin by pressing the “Install” button.
  4. Activate the plugin by pressing the “Activate” button.

Ελάχιστες Απαιτήσεις

  • WordPress version 3.5 or greater.
  • PHP version 5.2.4 or greater.
  • MySQL version 5.0 or greater.

Recommended Requirements

  • The latest WordPress version.
  • PHP version 7.0 or greater.
  • MySQL version 5.6 or greater.
How do I embed pastes from Pastebin?

With this plugin you can use the URL to embed pastes. Just paste the item URL into your post editor:
http://pastebin.com/hcv2WRnX

How do I set custom dimensions to my pastes?

Since WordPress 4.2, you can double click the embedded item to set max width and max height. It will add the WordPress [embed] shortcode:
[embed width=”600″ height=”400″]http://pastebin.com/hcv2WRnX[/embed]

Note: Doing it the WordPress way, using the [embed] shortcode, is backwards and forward compatible, and it works with all the themes.

How do I embed pastes with auto width & height?

You can use the Pastebin shortcode to embed pastes that shows full code, full height depending on amount of lines in paste.

[pastebin id="hcv2WRnX"]

Κριτικές

19 Μαΐου 2020
Does exactly what it claims to be doing, no issues whatsoever, thank you!
Ανάγνωση όλων των 2 κριτικών

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

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

Συντελεστές

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

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

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

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

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

1.5 (2016-04-04)

  • Add shortcode.
  • Move plugin files to ‘includes’ directory.

1.4 (2015-11-30)

1.3 (2015-08-08)

  • Update embed handler.
  • Update readme file.
  • Update translation.

1.2 (2015-03-26)

  • Check for SSL (http/https), suggested by James Collins
  • Prevent direct access to directories
  • Prevent direct access to php file

1.1 (2015-03-08)

  • Add i18n support.
  • Add Hebrew (he_IL) translation.
  • Add screenshots.

1.0 (2015-03-06)

  • Initial release.
  • Register embed handler.