Social Sharing

This topic contains 6 replies, has 3 voices, and was last updated by  Paul 5 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #444624

    Paul
    Expired Member
    Post count: 171

    Using Shared Counts (have experienced this issue with other used)

    When trying to share the category section to facebook I am getting the message shown in the screenshot. Twitter share is giving url

    Site Details in next post

    Thanks

    #444626

    Paul
    Expired Member
    Post count: 171
    This reply has been marked as private.
    #444634

    Alex Rollin
    Moderator
    Post count: 27815

    Please share with us the URL you are trying to share to the services.

    Thanks

    #444654

    Paul
    Expired Member
    Post count: 171
    This reply has been marked as private.
    #444662

    Paul
    Expired Member
    Post count: 171
    This reply has been marked as private.
    #444722

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I could not replicate but i did see they have a filter we can use to fix it, i have added the following snippet to ur site:

    
    
    add_filter('shared_counts_link_url','_fix_gd_pages');
    function _fix_gd_pages($url){
      if(function_exists('geodir_is_geodir_page') && geodir_is_geodir_page()){
    	$url = geodir_curPageURL();
      }
      
      return $url;
    }

    Thanks,

    Stiofan

    #444770

    Paul
    Expired Member
    Post count: 171

    Thank You 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket