• Resolved mihaylovra

    (@mihaylovra)


    Hello! Is there a way to insert a ref link into the share button on social networks. Will such a design work in a website widget? Only on the paid version?

    <script src="https://yastatic.net/share2/share.js" async=""></script><div class="ya-share2" data-curtain="" data-shape="round" data-color-scheme="whiteblack" data-limit="7" data-services="vkontakte,odnoklassniki,telegram,twitter,viber,whatsapp,moimir,pinterest,skype,lj" data-url="[WOO_GENS_RAF]"></div>
Viewing 1 replies (of 1 total)
  • Plugin Author Goran87

    (@goran87)

    Hey Roman,
    ?

    best bet would be to get it as user meta as
    ?
    ?<?php $raf = get_user_mata(get_current_user_id(),’gens_raf’,true); ?>
    ?
    then use it below as?https://site.com?raf=<?php echo $raf; ?>
    ?
    ?hope this makes sense!

Viewing 1 replies (of 1 total)
  • The topic ‘Insert a link in the share button’ is closed to new replies.