[Plugin: Twitter Widget Pro] Problem with tweet including link
-
I have move the link to twitter on the tweet excerpt and now if my tweet contains a link it’s look like that :
NEWS 2467 : Sanofi se transforme en une grande Biotech : Genzyme, la Biotech américaine rache… <a href=
“https://t.co/wgtRRsEo”>https://t.co/wgtRRsEoMy code :
$widgetContent .= “<span class=’entry-content’>”;
$widgetContent .= $this->_buildLink($entryContent, $linkAttrs);
$widgetContent .= ‘</span>’;
$widgetContent .= “<span class=’entry-meta’>”;
$widgetContent .= “<span class=’time-meta’> | “;
$widgetContent .= $tweet->ago;
$widgetContent .= ‘</span>’;I would like to keep the link on the excerpt and not on the date but I have tried differents solutions unsuccessfully. Someone have an idea ?
Thanks ??
- The topic ‘[Plugin: Twitter Widget Pro] Problem with tweet including link’ is closed to new replies.