$categoryEvents = array();
break;
}
-
+ $title = get_the_title();
+ $permalink = get_the_permalink();
+
// Compile template data
$templateData = array(
'siteBaseUrl' => GLM_MEMBERS_EVENTS_SITE_BASE_URL,
'categories' => $categories,
'fromDate' => $fromDate,
'event' => $event,
+ 'title' => $title,
+ 'permalink' => $permalink,
'mainImgUrl' => GLM_MEMBERS_PLUGIN_MEDIA_URL . '/images/large/'
);
<div class="row">
<div class="small-12 column">
<h1>{$event.name}</h1>
+ <span class="st_sharethis" st_title="{$title}" st_url="{$permalink}"></span>
</div>
{if $event.image}
<div class="small-12 column">
</div>
</div>
</div>
+<script charset="utf-8" type="text/javascript">var switchTo5x=true;</script>
+<script charset="utf-8" type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
+<script charset="utf-8" type="text/javascript">stLight.options({"publisher":"wp.c3d3647e-de70-4780-b71d-6b739fad685a"});var st_type="wordpress4.3.1";</script>