Facebook

From Miranda NG
Revision as of 13:28, 16 February 2020 by Wishmaster (talk | contribs)

Plugin:Facebook/de
Jump to navigation Jump to search
Facebook
Facebook
Dateiname Facebook.dll
Autoren Michal Zelinka, Robert Pösel
Download-Links
Stabile Version: 32-bit, 64-bit
Entwicklungsversion: 32-bit, 64-bit
Andere: Smiley pack (with Emoji)
IEView template,

Unterstützung für Facebook in Miranda NG.

Addons

Problembehebung

  • Wenn Sie sich in Miranda nicht anmelden können, dann überprüfen Sie, ob Sie sich im Browser anmelden können. Es könnte eine (noch nicht unterstützte) Sicherheitsmaßnahme oder ein Fehler von Facebook sein.
  • Wenn Sie Zwei-Faktor-Authentifizierung nutzen dann müssen Sie ein App-Passwort erstellen und es in Miranda verwenden.

Versteckte Einstellungen

Um diese Einstellungen zu ändern benötigen Sie das Plugin Database Editor.

Versteckte Einstellungen pro Konto
Einstellung Typ Standardwert Beschreibung
Agent String Setzt die Client-Kennung auf den angegebenen Wert.

Häufig gestellte Fragen

Wie können Sticker angezeigt werden?

Es gibt 3 Arten, Sticker in Ihrem Nachrichtenfenster anzuzeigen:

  1. Via SmileyAdd's "Custom smileys" – you need to enable it in FB account options, but it won't work very good:
    • it works only for single conversations
    • it works only for incoming messages
    • it works only occasionally – somehow it just won't show anything, I'm not sure why.
    • it works only on newly received messages, it usually won't show historical stickers for history messages (after Miranda restart).
    It's bad because of how it is implemented in SmileyAdd. Could be improved in future, but it must be done on SmileyAdd's side.
  2. Via IEView:
    • you need to use (or create) IEView template that has javascript code for transforming URLs to images/thumbnails (here)
      • as image URL is also shown in sticker message, you don't need some special template to work with stickers, as templates usually transform all URLs to image thumbnails (but of course you can use special code only for stickers)
    • this won't work in group chats, because IEView is not supported there.
  3. Via custom smiley pack
    • you need to prepare own smiley pack:
      • define [[sticker:123456789]] as smiley string (with different numeric IDs) and attach wanted image (manually download it)
    • you will see only stickers defined in your smiley pack (but as classic smileys = will work all the time)
    • you can also send stickers (by sending the above mentioned string as whole message – without other text).