Title: Copy link without params
Last modified: June 25, 2021

---

# Copy link without params

 *  [Humaniza](https://wordpress.org/support/users/humaniza/)
 * (@humaniza)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/copy-link-without-params/)
 * Hi,
    I’m trying to share a page that receives some get vars. So to share, I need
   to pass the link always with the get vars / querystring in the url.
 * In order to make it work, I made a custom shortcode like this:
 * function prisma_shortcode_social(){
    $referral_url=”[https://&#8221](https://&#8221);.
   $_SERVER[HTTP_HOST] . $_SERVER[REQUEST_URI]; //echo $referral_url; return do_shortcode(‘[
   TheChamp-Sharing url=”‘.$referral_url.'”]’); } add_shortcode( ‘prisma_share’,‘
   prisma_shortcode_social’ );
 * It works well for Facebook, Twitter… but not for the “Copy Link” Button.
    The
   copy link button only copies the url without params.
 * You can see on the generated code, that the url is correctly passed to the shortcode
   with params, but I don’t know why, the Copy link button just omits it and only
   copyes the url without params. How can we do that Copy link copies the full url?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcopy-link-without-params%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘Copy link without params’ is closed to new replies.

 * ![](https://ps.w.org/super-socializer/assets/icon-128x128.png?rev=1866723)
 * [Social Share, Social Login and Social Comments Plugin - Super Socializer](https://wordpress.org/plugins/super-socializer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/super-socializer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/super-socializer/)
 * [Active Topics](https://wordpress.org/support/plugin/super-socializer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/super-socializer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/super-socializer/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Humaniza](https://wordpress.org/support/users/humaniza/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/copy-link-without-params/)
 * Status: not resolved