• Resolved der_velli

    (@der_velli)


    Hi.
    How can i set the text length of the preview body text? Right now it looks like the text length is very variable – but cutted anyway.
    Letter count or text-overflow: ellipsis would be nice …

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hey @der_velli,

    Hope you’re well.

    Setting letter count is not possible out of the box and it’s not possible to do that easily like one line of CSS. So you need custom coding for that. For the ellipsis after the text you can try this custom CSS;

    .bpfb_link_preview_body:after{
        content:"...";
    }

    You can add custom CSS to Appearance > Customize > Additional CSS panel.

    Cheers,
    Oguz

    Thread Starter der_velli

    (@der_velli)

    Ellipsis is not the problem but the variable text links … ??
    https://ibb.co/gcer7J

    Is it possible to show the full text – like after the “read more” click?

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hey @der_velli,

    Hope you’re well.

    I am afraid, BuddyPress Activity Plus doesn’t have any options for that part, so all these customizations needs custom coding.

    There is no way to fix this with only one line of code or editing. Because it can be different possibilities; it can load text from meta description tag if there is, or other social media specific tags, or if there is none it can try to find page content and trim.

    Cheers,
    Oguz

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @der_velli

    I trust you’re doing well!

    We’ve not heard from you in a while. I’ve marked this ticket as resolved for now, but if you need anything else at all, we’re here for you, please just reopen the ticket or create a new one.

    Have a good day!

    Cheers,
    Nastia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to set the text length of the preview’ is closed to new replies.