Title: Will Work for Ko-fi
Author: mark l chaves
Published: <strong>27 Nisan 2020</strong>
Last modified: 26 Eylül 2021

---

Eklentilerde ara

![](https://ps.w.org/will-work-for-ko-fi/assets/banner-772x250.png?rev=2293062)

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

![](https://ps.w.org/will-work-for-ko-fi/assets/icon-256x256.png?rev=2330722)

# Will Work for Ko-fi

 [mark l chaves](https://profiles.wordpress.org/mlchaves/) tarafından

[İndir](https://downloads.wordpress.org/plugin/will-work-for-ko-fi.2.1.1.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/will-work-for-ko-fi/#description)
 * [Değerlendirmeler](https://tr.wordpress.org/plugins/will-work-for-ko-fi/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/will-work-for-ko-fi/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/will-work-for-ko-fi/#developers)

 [Destek](https://wordpress.org/support/plugin/will-work-for-ko-fi/)

## Açıklama

Welcome to the Will Work for Ko-fi (WW4KOFI) Gutenberg block version 2.0.0.

Add your customised official Ko-fi button to your posts and pages. Visually preview
your customisations in the block editor.

This custom Gutenberg Block (CGB) for the Ko-fi donation button allows you to:

 1. Create an optional heading
 2. Add a short call-to-action prompt
 3. Insert your custom button text
 4. Choose a background colour using a built-in colour picker
 5. And of course, add your Ko-fi _code_ or username

### Usage

 1. Open a page or post in Gutenberg.
 2. Click on the `+` to add a block.
 3. Start typing “Will Work for Ko-fi” until you see the block appear, then select 
    it.
 4. Inside the block, enter an optional heading or short description into the respective
    input fields.
 5. In the settings sidebar, enter the text you want on your button. This is important!
    Keep it short.
 6. In the settings sidebar, use the colour picker for the button’s background.
 7. Remember to enter your Ko-fi _code_ or username. This is also in the settings sidebar.
 8. Preview, Update, or Publish your page or post and enjoy 😉

### Credits

Built with [Create Guten Block](https://github.com/ahmadawais/create-guten-block).

_Will Work for Ko-fi_ coffee logo by walkerstudio13 from the [Noun Project](https://thenounproject.com/search/?q=coffee&i=2491285).

## Ekran Görüntüleri

[⌊Your very own personalised official Ko-fi button.⌉⌊Your very own personalised 
official Ko-fi button.⌉[

Your very own **personalised** official Ko-fi button.

[⌊Get creative with your button placement and styling.⌉⌊Get creative with your button
placement and styling.⌉[

Get creative with your button placement and styling.

[⌊Style your Will Work for Ko-fi block with custom CSS.⌉⌊Style your Will Work for
Ko-fi block with custom CSS.⌉[

Style your Will Work for Ko-fi block with custom CSS.

[⌊NEW live button preview in the block editor. Customise the heading and description
in the editor. Edit the button text, button colour, and Ko-fi ID in the block inspector.⌉⌊
NEW live button preview in the block editor. Customise the heading and description
in the editor. Edit the button text, button colour, and Ko-fi ID in the block inspector
.⌉[

NEW live button preview in the block editor. Customise the heading and description
in the editor. Edit the button text, button colour, and Ko-fi ID in the block inspector.

[⌊Use additional CSS for custom styling. Add your CSS class names under the Advanced
section in the settings sidebar.⌉⌊Use additional CSS for custom styling. Add your
CSS class names under the Advanced section in the settings sidebar.⌉[

Use additional CSS for custom styling. Add your CSS class names under the **Advanced**
section in the settings sidebar.

## Bloklar

Bu eklenti 1 blok sağlar.

 *   Will Work for Ko-fi

## Yükleme

 1. Upload the contents of the plugin zip file to the `/wp-content/plugins/will-work-
    for-ko-fi` directory, or install the plugin through the WordPress plugins page 
    directly.
 2. Activate the plugin through the ‘Plugins’ page.

## SSS

### Is WW4KOFI v2 lightweight?

Yes. It’s only 47 KB zipped. And, it uses its’ own local copy of the official Ko-
fi widget JavaScript library.

### Is the Ko-fi button the official button from ko-fi.com?

It sure is. The Ko-fi button widget code comes from https://ko-fi.com/manage/widgets
and it looks like this.

    ```
    <script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#29abe0', 'D1D7YARD');kofiwidget2.getHTML();</script>
    ```

### How can I change the alignment for the Will Work for Ko-fi block?

You can change the content alignment by using [additional CSS](https://medium.com/@marklchaves/adding-custom-css-to-your-wordpress-website-how-to-guide-a50b474af36d).
The additional CSS below will centre justify the WW4KOFI block contents.

    ```
    .centre-this-block {
        text-align: center;
        width: 50%;
        margin: 0 auto;
    }
    ```

### How can I change the style of the Will Work for Ko-fi block?

You can change the content alignment by using [additional CSS](https://medium.com/@marklchaves/adding-custom-css-to-your-wordpress-website-how-to-guide-a50b474af36d).
The additional CSS below will add slight padding to the contents and create a drop
shadow effect.

    ```
    .style-this-block {
        padding: 1.5%;
        border-radius: 10px;
        box-shadow: 5px 20px 12px rgba(0,0,0,.2);
    }
    ```

Version 2.1.0 introduced the `.section__kofi` CSS class that controls the top/bottom
padding for the widget’s heading, description, and button.

    ```
    .section__kofi {
      padding-top: 0;
      padding-bottom: 0;
    }
    ```

### Do I need to install the Lazy Blocks plugin too?

No. Version 2.0.0 does not rely on any third-party plugins. Lazy Blocks is deprecated
in v2.0.0.

### I’m seeing a “This block contains invalid or unexpected content” error message. What must I do to fix it?

Click on the horizontal ellipses (…) on the right, then select **Attempt Block Recovery**.

## İncelemeler

![](https://secure.gravatar.com/avatar/f76c2483c161373a47fabc52f8929d09b28f94b7712a4788ef05f1bd7e4bbc00?
s=60&d=retro&r=g)

### 󠀁[Cool](https://wordpress.org/support/topic/cool-1049/)󠁿

 [sahmfz](https://profiles.wordpress.org/sahmfz/) 4 Ekim 2020 1 yanıt

Cool

 [ 1 incelemeyi oku ](https://wordpress.org/support/plugin/will-work-for-ko-fi/reviews/)

## Katkıda Bulunanlar ve Geliştiriciler

“Will Work for Ko-fi” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda
bulunmuşlardır.

Katkıda bulunanlar

 *   [ mark l chaves ](https://profiles.wordpress.org/mlchaves/)

“Will Work for Ko-fi” 1 dile çevrildi. Katkıda bulundukları için [çevirmenlere](https://translate.wordpress.org/projects/wp-plugins/will-work-for-ko-fi/contributors)
teşekkürler.

[“Will Work for Ko-fi” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/will-work-for-ko-fi)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/will-work-for-ko-fi/),
[SVN deposuna](https://plugins.svn.wordpress.org/will-work-for-ko-fi/) göz atın 
ya da [RSS](https://plugins.trac.wordpress.org/log/will-work-for-ko-fi/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/will-work-for-ko-fi/)
abone olun.

## Değişiklik Kaydı

#### 2.1.1

 * Added local Ko-fi image assets.
 * Tested with WordPress 5.7.1.

#### 2.1.0

 * CSS changes. Mainly to add section class to avoid inheriting large padding used
   in Twenty Twenty theme CSS.
 * Tested with WordPress 5.6.

#### 2.0.0

 * Added support for live preview of the Ko-fi button. The live preview displays
   inside the block while in the block editor.
 * Moved the button text and button colour controls to the inspector (right sidebar).
 * Removed the dependency for Lazy Blocks.

#### 1.2.0

 * Added proper use of enqueue for the official Ko-fi JavaScript library.
 * Readme updates.

#### 1.0.0

 * First release. Tested on the Twenty Twenty and GeneratePress themes.

## Meta

 *  Sürüm **2.1.1**
 *  Son güncelleme **5 yıl önce**
 *  Etkin kurulumlar **20+**
 *  WordPress sürümü ** 5.3.2 veya üstü **
 *  Test edilen sürüm **5.8.13**
 *  PHP sürümü ** 7.2 veya üstü **
 *  Diller
 * [Dutch](https://nl.wordpress.org/plugins/will-work-for-ko-fi/) ve [English (US)](https://wordpress.org/plugins/will-work-for-ko-fi/).
 *  [Dilinize çevirin](https://translate.wordpress.org/projects/wp-plugins/will-work-for-ko-fi)
 * Etiketler
 * [block](https://tr.wordpress.org/plugins/tags/block/)[button](https://tr.wordpress.org/plugins/tags/button/)
   [donation](https://tr.wordpress.org/plugins/tags/donation/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/will-work-for-ko-fi/advanced/)

## Puanlar

 5 üzerinden 5 yıldız.

 *  [  1 5 yıldızlı inceleme     ](https://wordpress.org/support/plugin/will-work-for-ko-fi/reviews/?filter=5)
 *  [  0 4 yıldızlı inceleme     ](https://wordpress.org/support/plugin/will-work-for-ko-fi/reviews/?filter=4)
 *  [  0 3 yıldızlı inceleme     ](https://wordpress.org/support/plugin/will-work-for-ko-fi/reviews/?filter=3)
 *  [  0 2 yıldızlı inceleme     ](https://wordpress.org/support/plugin/will-work-for-ko-fi/reviews/?filter=2)
 *  [  0 1 yıldızlı inceleme     ](https://wordpress.org/support/plugin/will-work-for-ko-fi/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/will-work-for-ko-fi/reviews/#new-post)

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/will-work-for-ko-fi/reviews/)

## Katkıda bulunanlar

 *   [ mark l chaves ](https://profiles.wordpress.org/mlchaves/)

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/will-work-for-ko-fi/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](https://ko-fi.com/marklchaves)