# Problem Extending KirbyText

**URL:** https://forum.getkirby.com/t/problem-extending-kirbytext/893
**Category:** Questions
**Tags:** v2
**Created:** [April 24, 2015, 8:41am UTC](https://forum.getkirby.com/t/problem-extending-kirbytext/893 "2015-04-24T08:41:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![fretti](https://avatars.discourse-cdn.com/v4/letter/f/4bbf92/32.png) [@fretti](https://forum.getkirby.com/u/fretti)
#### Post date: [April 24, 2015, 8:41am UTC](https://forum.getkirby.com/t/problem-extending-kirbytext/893/1 "2015-04-24T08:41:30Z")

</div>

Hallo,

I want to extend the kirbytext class with my own function but ist doesn’t work.

I use exactly the examble on [http://getkirby.com/blog/kirbytext](http://getkirby.com/blog/kirbytext) .  
I put the kirbytext.extended.php in site/plugins.

In the panel I include the tag: (wikipedia: Twitter text: Lookup Twitter on Wikipedia language: de)

As result on my output-site I got only  
(wikipedia: Twitter text: Lookup Twitter on Wikipedia language: de)

```
<p>(wikipedia: Twitter text: Lookup Twitter on Wikipedia language: de)</p>

```

What can be wrong?

Thanks Tom

---

<div class="post-metadata">

### Author: ![texnixe](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/texnixe/32/5754_2.png) [@texnixe](https://forum.getkirby.com/u/texnixe)
#### Post date: [April 24, 2015, 8:46am UTC](https://forum.getkirby.com/t/problem-extending-kirbytext/893/2 "2015-04-24T08:46:31Z")

</div>

Oh, you are trying to follow old descriptions (Kirby 1). The new way of creating custom kirbytags (Kirby 2) is described here [http://getkirby.com/docs/advanced/kirbytext](http://getkirby.com/docs/advanced/kirbytext)

---

<div class="post-metadata">

### Author: ![distantnative](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/distantnative/32/11319_2.png) [@distantnative](https://forum.getkirby.com/u/distantnative)
#### Post date: [February 6, 2025, 5:17pm UTC](https://forum.getkirby.com/t/problem-extending-kirbytext/893/3 "2025-02-06T17:17:29Z")

</div>


