Hi,

I required to add extra parameters for the urls to share. I have created a patch that does the following:

- Add an extra field to the admin form to set up the extra parameters
- Append extra parameters to the url
- Add extra check to only show widget in published nodes

I thought I should share in case someone else is looking for something similar. It is my first ever contribution, so please, treat me kindly :)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

micropat’s picture

Title: URL Extra Parameters » URL Extra Parameters, and display sharing on published nodes only
Status: Active » Closed (works as designed)

- Add extra check to only show widget in published nodes

Included in 7.x-4.1! You did good, Andres. :)

Please post if there's additional interest in adding URL parameters to shared URLs, or other thoughts about how to implement (and feel free to re-open this).

amacias’s picture

Great, glad to help!

I attach the patch for adding extra urls parameters in case someone else (apart from me :) is interested.