# איך לשים כפתור בפינה של המסך?

**URL:** https://meta.discourse.org/t/how-to-put-button-in-the-corner-of-the-screen/162488
**Category:** Development
**Created:** [30 באוגוסט,‏ 2020,‏ 7:29pm UTC](https://meta.discourse.org/t/how-to-put-button-in-the-corner-of-the-screen/162488 "2020-08-30T19:29:29Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [31 באוגוסט,‏ 2020,‏ 1:52pm UTC](https://meta.discourse.org/t/how-to-put-button-in-the-corner-of-the-screen/162488/2 "2020-08-31T13:52:15Z")

</div>

> [@verilog15](#):
>
> I’m trying to study how to create a plugin in Discourse. Currently, I’m trying to figure out how to put a button in the corner of the screen and if clicked

Can you please post a screenshot of where you want to add this button and what you want to happen when it’s clicked?

> [@verilog15](#):
>
> Where can I see a list of all the methods Discourse allows to use?

I think you’re referring to the plugin API. You can find all the methods in that API - with some examples - here

[https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/app/lib/plugin-api.js](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/app/lib/plugin-api.js)

You can also find more detailed explanations of some of the most popular methods in that API here

> [@Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648#heading--4-c):
>
> Discourse Themes and Theme Components can be used to customize the look, feel and functionality of Discourse’s frontend. This section of the developer guides aims to provide all the reference materials you need to develop simple themes for a single site, right up to complex open-source theme components. This introduction aims to provide a map of all the tools and APIs for theme development. If you prefer a step-by-step tutorial for theme development, jump straight to: Themes vs. Theme Compon…

---

_[View the full topic](https://meta.discourse.org/t/how-to-put-button-in-the-corner-of-the-screen/162488)._
