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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user