OG Tags Not Working
Using Jamroom
Yeah that is actually set for the audio page so they can post music to Facebook correctly. It is bleedover until the og tag module gets released.
{$item.rss.text}{$item.rss.text|truncate:20:"...":false}
This should work though. If the call is pulling something like $_item.row.description or $item.rss.text (no idea what the variable is here that is pulling the text) then changing it to the below should work since it limits the output. The ellipses could be a link to the full story or you could just link off the title.
{$_item.row.description|truncate:20:"...":false}
{$item.rss.text|truncate:20:"...":false}