Need to modify the title to share
-
Hi!
I want to modify the title of the post to add a hashtag to every word when shared.
for example, instead of:
Marketing Expert For Charity Organization https://trabajosihay.sieslegal.com/trabajo/marketing-expert-for-charity-organization/I want to make it look like:
#Marketing #Expert #For #Charity #Organization https://trabajosihay.sieslegal.com/trabajo/marketing-expert-for-charity-organization/I tried with this code in the Additional JavaScript:
var hashtitle = “${title}”;
hashtitle = hashtitle.replace(/[ ]+/g, ” #”);
a2a_config.templates.twitter = {
text: “”+ hashtitle +” ${link}”,
};But it didn’t work…
Any ideas on how can i achieve this?>
thanks!!!!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Need to modify the title to share’ is closed to new replies.