Title: WP Admin Buttons
Author: miunosoft
Published: <strong>30 janvāris, 2015</strong>
Last modified: 1 februāris, 2015

---

Meklēt spraudņus

![](https://ps.w.org/wp-admin-buttons/assets/banner-772x250.png?rev=1079324)

Šī spraudnis **nav atjaunināts vairāk kā divus gadus**. Varbūt, tas vairs netiek
uzturēts, nesaņemt atbalstu un tam var būt saderības problēmas ar jaunākām WordPress
versijām.

![](https://ps.w.org/wp-admin-buttons/assets/icon-256x256.png?rev=1079307)

# WP Admin Buttons

 Autors [miunosoft](https://profiles.wordpress.org/miunosoft/)

[Lejupielādēt](https://downloads.wordpress.org/plugin/wp-admin-buttons.1.0.2.zip)

 * [Sīkāka informācija](https://lv.wordpress.org/plugins/wp-admin-buttons/#description)
 * [Atsauksmes](https://lv.wordpress.org/plugins/wp-admin-buttons/#reviews)
 *  [Uzstādīšana](https://lv.wordpress.org/plugins/wp-admin-buttons/#installation)
 * [Attīstība](https://lv.wordpress.org/plugins/wp-admin-buttons/#developers)

 [Atbalsts](https://wordpress.org/support/plugin/wp-admin-buttons/)

## Apraksts

#### Features

 * **Widget**
 * **Shortcode** – for the parameters see the Other Notes section.
 * **Custom Colors** – set your favorite colors.

#### Shortcode and Function Parameters

The following parameters can be used for the shortcode or the PHP function of the
plugin, `printWPAdminButton()`

 * **href** – the link url.
 * [wp_admin_button href=”http://my-download-url/file.zip”]
 *  ‘http://my-download-url/file.zip’) ); ?>
 * **label** – the text label shown in the button.
 * [wp_admin_button label=”Get” href=”http://my-download-url/file.zip”]
 *  ‘Get’, ‘href’ => ‘http://my-download-url/file.zip’ ) ); ?>
 * **size** – the button size. This argument accepts either `large`, `medium`, `
   small`.
 * [wp_admin_button size=”large” href=”http://my-download-url/file.zip”]
 *  ‘large’, ‘href’ => ‘http://my-download-url/file.zip’ ) ); ?>
 * **type** – the button type. This argument accepts either `button-primary`, or`
   buton-secondary`.
 * [wp_admin_button type=”button-secondary” href=”http://my-download-url/file.zip”]
 *  ‘button-secondary’, ‘href’ => ‘http://my-download-url/file.zip’ ) ); ?>

The follwoing color arguments can override the defult colors.

 * **label_color** – the label text color.
 * **background_color** – the button background color.
 * **border_color** – the button border color.
 * [wp_admin_button label_color=”#ccc” background_color=”transparent” href=”http://
   my-download-url/file.zip”]
 *  ‘#ccc’,
    ‘background_color’ => ‘transparent’, ‘href’ => ‘http://my-download-
   url/file.zip’, ) ); ?>

The following additional HTML tag attributes can be set.

 * **title** – the `title` attribute.
 * **class** – the `class` attribute.
 * **style** – the `inline` style attribute.
 * **target** – the `target` attribute.
 * **rel** – the `rel` attribute.
 * [wp_admin_button title=”Get the file now!” class=”my-custom-class-selector” “
   style=”text-align:center;” target=”_blank” rel=”nofollow” href=”http://my-download-
   url/file.zip”]
 *  ‘button-secondary’,
    ‘title’ => ‘Get the file now!’, ‘class’ => ‘my-custom-class-
   selector’, ‘style’ => ‘text-align:center’, ‘target’ => ‘_blank’, ‘href’ => ‘http://
   my-download-url/file.zip’, ) ); ?>

## Ekrānuzņēmumi

 * [[
 * **_Widget Form_**
 * [[
 * **_Front-end_**

## Uzstādīšana

#### Install

 1. Upload **`wp-admin-buttons.php`** and other files compressed in the zip folder 
    to the **`/wp-content/plugins/`** directory.,
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.

## Atsauksmes

Par šo spraudni nav atsauksmju.

## Autori un izstrādātāji

“WP Admin Buttons” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi
cilvēki.

Līdzdalībnieki

 *   [ miunosoft ](https://profiles.wordpress.org/miunosoft/)
 *   [ Michael Uno ](https://profiles.wordpress.org/michael-uno/)

[Tulkot “WP Admin Buttons&#8221 savā valodā.](https://translate.wordpress.org/projects/wp-plugins/wp-admin-buttons)

### Vai jūs interesē attīstība?

[Pārlūkojiet kodu](https://plugins.trac.wordpress.org/browser/wp-admin-buttons/),
apmeklējiet[ SVN krātuvi ](https://plugins.svn.wordpress.org/wp-admin-buttons/)vai
abonējiet[ attīstības žurnālu](https://plugins.trac.wordpress.org/log/wp-admin-buttons/),
ko izveidojis [RSS](https://plugins.trac.wordpress.org/log/wp-admin-buttons/?limit=100&mode=stop_on_copy&format=rss).

## Izmaiņu žurnāls

#### 1.0.2 – 2015/02/01

 * Fixed field title labels of the widget form.

#### 1.0.1 – 2015/01/31

 * Fixed a misspelled function name.

#### 1.0.0 – 2015/01/31

 * Chagned the version for release.

#### 0.0.6

 * Fixed a compatibility issue with third-party plugins.

#### 0.0.5

 * Added the ability to restore the previous color when the mouse cursor goes out
   the button.

#### 0.0.4

 * Added custom mouse hover color fields.

#### 0.0.3

 * Added a description field in the widget form.

#### 0.0.2

 * Fixed some small bugs.

#### 0.0.1 – 2015/01/27

 * Released beta.

## Meta

 *  Versija **1.0.2**
 *  Pēdējo reizi atjaunots: **pirms 11 gadiem**
 *  Aktīvās instalācijas: **10+**
 *  WordPress versija ** 3.3 vai jaunāka **
 *  Pārbaudīts līdz: **4.1.0**
 *  Valoda
 * [English (US)](https://wordpress.org/plugins/wp-admin-buttons/)
 * Birkas:
 * [admin ui](https://lv.wordpress.org/plugins/tags/admin-ui/)[button](https://lv.wordpress.org/plugins/tags/button/)
   [buttons](https://lv.wordpress.org/plugins/tags/buttons/)[shortcode](https://lv.wordpress.org/plugins/tags/shortcode/)
   [widget](https://lv.wordpress.org/plugins/tags/widget/)
 *  [Papildu skats](https://lv.wordpress.org/plugins/wp-admin-buttons/advanced/)

## Vērtējumi

Vēl nav iesniegta neviena atsauksme.

[Your review](https://wordpress.org/support/plugin/wp-admin-buttons/reviews/#new-post)

[Skatīt visas atsauksmes](https://wordpress.org/support/plugin/wp-admin-buttons/reviews/)

## Līdzdalībnieki

 *   [ miunosoft ](https://profiles.wordpress.org/miunosoft/)
 *   [ Michael Uno ](https://profiles.wordpress.org/michael-uno/)

## Atbalsts

Jums ir kaut kas ko teikt? Vajadzīga palīdzība?

 [Skatīt atbalsta forumu](https://wordpress.org/support/plugin/wp-admin-buttons/)

## Ziedojiet

Vai vēlaties atbalstīt šī spraudņa pilnveidošanu?

 [ Ziedojiet šim spraudnim ](http://en.michaeluno.jp/donate)