Hi
How can I fix this script to not use bit.ly
script attached
Monica
script.txt (45.1 KB)
You didn’t post all the code… but I think all you need to do is
Change:
[php]$paged_social_lockdown_url = ViralControl::bitly_shorten($paged_social_lockdown_url);[/php]
To:
[php]$paged_social_lockdown_url = $paged_social_lockdown_url;[/php]
Hi
Thank you, it worked perfectly
M