Resource icon

XenSocial - The Social Media Style Experience 1.0.6

No permission to buy ($20.00)
Version 1.0.6 addresses an issue with the combination of image embeds, inline images, and URL unfurl cards stretching things to the right and getting cutoff.

Also addresses embed-issues relating to the s9e Media Sites add-on - which adding the following code to the extra.less template fixes.

Code:
.xenSocial-reply-content [data-s9e-mediaembed] {
    max-width: min(70%, 400px, calc(100vw - 120px)) !important;
    display: block;
    overflow: hidden;
    margin: 8px 0;
    border-radius: 8px;
}
.xenSocial-reply-content [data-s9e-mediaembed] iframe {
    max-width: 100% !important;
    aspect-ratio: 16 / 9;
}
1.0.4 (which wasn't released here) made improvements to the layout for attachments embedded within posted messages.

1.0.5 (this new version) made improvements to the layout of embedded videos.
There were issues with the way images displayed within posted messages, depending on whether they were inserted as an attachment (and whether they were set to display full size or as a thumbnail), as well as when using a URL to include an image.
If a forum requires a prefix, this version works with that requirement.
In the event you're not interested in offering a My Feed tab to your members, it can now be turned off.

Attachments

  • myfeedtab1.webp
    myfeedtab1.webp
    13.2 KB · Views: 15
  • myfeedtab2.webp
    myfeedtab2.webp
    64.7 KB · Views: 14
  • myfeedtab3.webp
    myfeedtab3.webp
    66 KB · Views: 13
Back
Top Bottom