Title: kwright's Replies | WordPress.org

---

# kwright

  [  ](https://wordpress.org/support/users/kwright/)

 *   [Profile](https://wordpress.org/support/users/kwright/)
 *   [Topics Started](https://wordpress.org/support/users/kwright/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kwright/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kwright/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kwright/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kwright/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kwright/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AddToAny Share Buttons] JavaScript area is not getting full URL – Problem](https://wordpress.org/support/topic/javascript-area-is-not-getting-full-url-problem/)
 *  Thread Starter [kwright](https://wordpress.org/support/users/kwright/)
 * (@kwright)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/javascript-area-is-not-getting-full-url-problem/#post-6903304)
 * Hi 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](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/page](http://www.somesite.com/page)
 * I 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
    Ken
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AddToAny Share Buttons] Buttons not sharing full URL w/ parameters](https://wordpress.org/support/topic/buttons-not-sharing-full-url-w-parameters/)
 *  [kwright](https://wordpress.org/support/users/kwright/)
 * (@kwright)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/buttons-not-sharing-full-url-w-parameters/#post-6155414)
 * Hi,
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AddToAny Share Buttons] Buttons not sharing full URL w/ parameters](https://wordpress.org/support/topic/buttons-not-sharing-full-url-w-parameters/)
 *  [kwright](https://wordpress.org/support/users/kwright/)
 * (@kwright)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/buttons-not-sharing-full-url-w-parameters/#post-6155413)
 * Hi,
 * 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

Viewing 3 replies - 1 through 3 (of 3 total)