Modify your eNauczanie dashboard to communicate with others!
The Feed
tab shows 3 newest messages sent by other users. To send a new message select
Nowa wiadomość
then type your message and/or paste link to an image. When you
send it everybody else will see it!
This app utilizes the ability to create custom blocks in the dashboard, allowing even JS injections. Message data is processed using REST API.
-
Włącz tryb edycji w kokpicie.
-
Dodaj nowy blok
-
Wybierz opcję
Tekst
, nowy blok powinien pojawić się na samym dole poniżej wszystkich istniejących bloków. -
Przytrzymując znak plusa, przeciągnij nowy blok na samą górę
-
Kliknij koło zębate, następnie
Konfiguruj blok
-
W tytule możesz wpisać dowolną treść.
-
W sekcji
Zawartość
kliknij przyciskEdytuj źródło HTML
(symbol<>
) -
W nowym oknie wklej:
<div id="inject-here"></div> <script src="https://cdn.jsdelivr.net/gh/Mixss/enauczanie-feed@main/injection.js" type="text/javascript"></script>
-
Aktualizuj, a następnie zapisz zmiany.
-
Sprawdź działanie wchodząc na Twój kokpit w eNauczaniu!
- Turn on editing mode in Dashboard.
- Add a new block.
- Select option
Text
, the block should appear below all other existing blocks. - Holding the plus sign, move the new block to the top of the site.
- Click the cog sign, then
Configure block
. - You can type in anything in the title section.
- In the contents section, click
Edit HTML source
(<>
symbol). - Paste this code in the pop-up window:
<div id="inject-here"></div> <script src="https://cdn.jsdelivr.net/gh/Mixss/enauczanie-feed@main/injection.js"type="text/javascript"></script>
- Update, then save changes.
- Try it out by going to the dashboard on eNauczanie!