The summary page for the module says, "No extra dependencies. Just install and go." When I try to install the module (Drupal 8), however, it says that it depends on Block (which is in core, so it's already there) and Libraries (which is only in alpha release). After installing the libraries module, I was able to get tweets to display but TimeAgo doesn't seem to be working. Does this module require that library? I've tried installing it but must be doing something wrong. A little documentation around that would be very helpful.

Comments

HenryHartley created an issue. See original summary.

Fidelix’s picture

Component: Documentation » Code
Assigned: Unassigned » Fidelix
Status: Active » Needs work

Indeed "Libraries" and "Timeago" are optional dependencies. It should be possible to just install the module and run it without these 2.
I will send an update soon to remove that hard requirement.

TimeAgo isn't going to work if you don't have "Libraries" installed, and also you need to download the jquery timeago library and put it in the appropriate directory (as mentioned in the documentation README).

adrianopulz’s picture

Assigned: Fidelix » adrianopulz

adrianopulz’s picture

Status: Needs work » Fixed

The problem was fixed and updated on the new Release 8.x-1.2. Now is possible install and use the module without "Libraries" or "Timeago". Despite this it's still working. If you want to use it enable Libraries and download TimeAgo plugin.

adrianopulz’s picture

Status: Fixed » Closed (fixed)