my project need to add a social icon - email with current page absolute link at "social icons - Email"
Therefore I need to add php code at the article - social as below
{source}<?php
$uri = JFactory::getURI();
$absolute_url = $uri->toString();
// or simpler:
echo $absolute_url;
?>{/source}[
HOWEVER, my project need to upload to the client server which can only used "php 5.x", thus the latest version of Sourcerer cannot be used
Can I have a earlier version of Sourcerer that can be installed for php5.x environment ?