1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

FAQ tags are now included in the twitter share url.

This commit is contained in:
Cameron
2015-06-07 19:45:19 -07:00
parent f90e09114a
commit b90e0abcd9
2 changed files with 34 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ class faqs_shortcodes extends e_shortcode
if($this->share == true)
{
$text .= "<div class='faq-share'>".$tp->parseTemplate("{SOCIALSHARE: size=xs&type=basic&url=".$url."&title=".$question."}",true)."</div>";
$text .= "<div class='faq-share'>".$tp->parseTemplate("{SOCIALSHARE: size=xs&type=basic&url=".$url."&title=".$question."&tags=".$this->var['faq_tags']."}",true)."</div>";
}
$text .= "</div></div>