• Resolved KaizenCoders

    (@kaizencoders)


    Hi,

    We are the author of a URL Shortify (URL Shortener) WordPress plugin.

    We want to integrate this plugin with URL Shortify plugin

    Just want to know is there any filter available in the plugin using which we can change the sharable Post/ Page link?

    If not, is it possible to add some filter into it?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi there,

    You can use the following filter defined at line number 670 in the file “wp-content/plugins/sassy-social-share/public/class-sassy-social-share-public.php”:
    apply_filters( 'heateor_sss_target_share_url_filter', $post_url, $sharing_type, $standard_widget );

    Thread Starter KaizenCoders

    (@kaizencoders)

    Hi,

    Thanks for the solution.

    This helped us to make URL Shortify work with this plugin.

    Thread Starter KaizenCoders

    (@kaizencoders)

    Hi,

    Just want to update you that we have integrated your plugin with URL Shortify.

    So, those who are using Sassy Social Share plugin can short the URL using URL Shortify and share it.

    Plugin Author Heateor Support

    (@heateor)

    Good news. You can also promote it at your blog and social media if you prefer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Any filter to change sharable link for Post & Pages?’ is closed to new replies.