kwright
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] JavaScript area is not getting full URL – ProblemHi Thanks for the quick response and suggestions.
But I don’t think this solves the problem I have.
The /?param_name=xxxx? is a dynamically generated from a Formidable Pro Form. So one time it could be: /?param_name=1234 and the next time /?param_name=4321 and do on each pointing to different details from a Form.So I really need the Twitter Button to read the whole line:
e.g. http://www.somesite.com/page/?param_name=1234 (reading the whole URL) but the button does not do this … it only reads http://www.somesite.com/pageI am not strong on JavaScript but it looks to me like I need to find a way for the button “snippet” to read the whole line being displayed in the Browser.
Thanks
KenForum: Plugins
In reply to: [AddToAny Share Buttons] Buttons not sharing full URL w/ parametersHi,
Sorry I meant to say:
How can I modify this so that the ${link} includes /?param_name=xxxx?
Or is there a better way to achieve this?DUH!
Forum: Plugins
In reply to: [AddToAny Share Buttons] Buttons not sharing full URL w/ parametersHi,
I have a url which ends with /?param_name=xxxx where xxxx is a number.
When I use the Twitter Button it does not display : /?param_name=xxxx
I have added this to the Additional JavaScript area:a2a_config.templates = { twitter: "#Skills ${title} ${link} by @SkillBoxes" };How can I modify this so that the ${title} includes /?param_name=xxxx?
Or is there a better way to achieve this?Thanks for your help
Ken