GIFs

License Latest Stable Version Total Downloads

A Flarum extension that integrates your forum with GIF search engines.

Preview

Preview

Available GIF search engines

Requirements

Installation

composer require therealsujitk/flarum-ext-gifs:"*"

Updating

composer update therealsujitk/flarum-ext-gifs

Links

    The current release v1.4.0, still has a few bugs but it can still be used. I Hope you like this extension.

    • The GIF icon on the toolbar still has to be changed. (The icon to the left of the emoji icon below). (Fixed in v1.4.7)
      GIF icon in toolbar
    • As soon as the Modal is opened, it has no content. It has to be changed to show the current trending GIFs. (Fixed in v1.4.7)
    • I have forgotten to translate some stuff, sorry about that, I will do it in the next release. (Fixed in v1.4.3)
    • The search button is not exactly perfect, it has some spacing towards it's right in some browsers. (Fixed in v1.4.7)
    • Powered by GIPHY attribution is not being displayed for some sites. (Fixed in v1.4.6)

    Please let me know if you face any issues by replying to this discussion or opening an issue at therealsujitk/flarum-ext-gifs/issues.

      • [deleted]

      • Edited

      img

      • [deleted]

      • Edited
      }, 'Load More')])]), m('div[style = padding-top: 10px; padding-bottom: 30px;]', [m('img[style = float: right;]', {
            src: '../vendor/therealsujitk/flarum-ext-gifs/assets/powered_by_giphy.png'
          })]));
        };
      

      }, 'Load More')])]), m('div[style = padding-top: 10px; padding-bottom: 30px;]', [m('img[style = float: right;]', {
            src: '../../assets/powered_by_giphy.png'
          })]));
        };
      

      [deleted] I tested it, the Powered By GIPHY logo isn't currently being loaded, I will fix that shortly. But the GIFs should load properly.