Title: External Files
Author: adamh
Published: <strong>21 Qershor, 2009</strong>
Last modified: 21 Qershor, 2009

---

Kërkoni te shtojca

Kjo shtojcë **s’është testuar me 3 hedhjet e rëndësishme të fundit në qarkullim 
të WordPress-it**. Mund të mos e mirëmbajnë më, ose mundet të mos mbulohet më dhe
mund të ketë probleme përputhshmërie, kur përdoret me versione më të freskët të 
WordPress-it.

![](https://s.w.org/plugins/geopattern-icon/external-files.svg)

# External Files

 Nga [adamh](https://profiles.wordpress.org/adamh/)

[Shkarkim](https://downloads.wordpress.org/plugin/external-files.zip)

 * [Hollësi](https://sq.wordpress.org/plugins/external-files/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/external-files/#reviews)
 *  [Instalim](https://sq.wordpress.org/plugins/external-files/#installation)
 * [Zhvillim](https://sq.wordpress.org/plugins/external-files/#developers)

 [Asistencë](https://wordpress.org/support/plugin/external-files/)

## Përshkrim

External files provides a shortcode _[external]_ which can be used to insert the
contents of a file or url into the current post or page. The plugin will automatically
format the text based on the extension (for files) or mime type (for urls), using
Alex Gorbatchevs’ [Syntax Highlighter](http://alexgorbatchev.com) javascript.

The shortcode can accept three optional parameters:

 * _format_ can be used to specify a highlighting format, rather than letting the
   plugin decide which format to use
 * _start_ specifies a line number to output from, so sections of a file/url can
   be shown
 * _end_ specifies the line to stop at

See the installation page for usage examples.

The available formats are:

 * AS3
 * Bash
 * Cpp
 * CSharp
 * Css
 * Delphi
 * Diff
 * Groovy
 * Java
 * JavaFX
 * JScript
 * Perl
 * Php
 * Plain
 * PowerShell
 * Python
 * Ruby
 * Scala
 * Sql
 * Vb
 * Xml

### Future features

Following is a list of ideas and features to add:

 * _BASE\_PATH_ and _BASE\_URL_ options that can be used in the shortcode to avoid
   typing the same long path/url each time
 * a list of available formats with the checkboxes to enable/disable each individually,
   thus avoiding having to load all of them
 * an option for changing the theme of the syntax highlighter

## Instalim

 1. Install the plugin and activate
 2. In a post or page, type [external]/path/to/your/script.txt[/external]

Examples:

[external]/path/to/file.php[/external]
 [external]http://my.website.com/about.html[/
external] [external start=10 end=20]/very/long/script.js[/external] [external format
=xml]/not/really/a-php-document.php[/external]

## PBR

_My code isn’t being highlighted_

This might mean that the theme you are using doesn’t call wp_footer before the closing
body tag. The javascript that applies the highlighter is attached to the wp_footer
action – either try another theme (the default wordpress theme will work) or add
the theme by typing the following inside the closing body tag:

    ```
    <?php wp_footer(); ?>
    ```

_My code should be formatted as *x_, but is showing up as plain*

If you are specifying a format, are you using one from the available formats list(
see the Description page)? If you are not specifying a format, does the file have
a correct extension for the file type or is the web page returning with the correct
Content-Type header?

_I’m still stuck_

Get in touch, I’ll see what I can do!

## Shqyrtime

Për këtë shtojcë s’ka shqyrtime.

## Kontribues & Zhvillues

“External Files” është software me burim të hapur. Në këtë shtojcë kanë dhënë ndihmesë
personat vijues.

Kontribues

 *   [ adamh ](https://profiles.wordpress.org/adamh/)

[Përkthejeni “External Files” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/external-files)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/external-files/), shkarkoni
[depon SVN](https://plugins.svn.wordpress.org/external-files/), ose pajtohuni përmes
[RSS-je](https://plugins.trac.wordpress.org/log/external-files/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/external-files/).

## Regjistër ndryshimesh

#### 0.1

_2009-06-21_
 * First version! Works for me, comments appreciated.

## Të tjera

 *  Version **0.1**
 *  Përditësuar së fundi më **17 vjet më parë**
 *  Instalime aktive **10+**
 *  Version WordPress-i ** 2.5 ose më i madh **
 *  E provuar deri me **2.8**
 *  Gjuhë
 * [English (US)](https://wordpress.org/plugins/external-files/)
 * Etiketa
 * [code](https://sq.wordpress.org/plugins/tags/code/)[Highlight](https://sq.wordpress.org/plugins/tags/highlight/)
   [scripts](https://sq.wordpress.org/plugins/tags/scripts/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/external-files/advanced/)

## Vlerësime

S’është parashtruar ende ndonjë përshtypje.

[Your review](https://wordpress.org/support/plugin/external-files/reviews/#new-post)

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/external-files/reviews/)

## Kontribues

 *   [ adamh ](https://profiles.wordpress.org/adamh/)

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

 [Shihni forum asistence](https://wordpress.org/support/plugin/external-files/)

## Dhuroni

Do të donit të përkrahnit shpënien më tej të kësaj shtojce?

 [ Dhuroni për këtë shtojcë ](http://adamhopkinson.co.uk/)