Display full text without Read More button

Add the code below to the Custom CSS field on your Social Feed widget’s Appearance tab:

[class*='SimpleShortener__Outer-sc'] {
max-height: none;
}

[class*='Text__Control-sc'] {
display: none;
}