Helpcenter +918010117117 https://help.storehippo.com/s/573db3149f0d58741f0cc63b/ms.settings/5256837ccc4abf1d39000001/57614ef64256dc6851749879-480x480.png" [email protected] https://www.facebook.com/StoreHippohttps://twitter.com/StoreHippohttps://www.linkedin.com/company/hippoinnovations/https://plus.google.com/+Storehippo/posts
B4,309-10 Spaze iTech Park, Sector 49, Sohna Road, 122001 Gurgaon India

ms.addon.addthis

Loads and makes the social sharing functionality functionality available on the current element through addthis.


    Examples

    Share the link with add this (vuejs themes)

    <ms-addtoany>
        <div class="a2a_kit a2a_kit_size_32 a2a_default_style">
            <a class="a2a_button_facebook"></a>
            <a class="a2a_button_twitter"></a>
            <a class="a2a_button_whatsapp"></a>
            <a class="a2a_button_google_gmail"></a>
            <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
        </div>
    </ms-addtoany>
    
    
    <h4>Use custom url</h4>
    <ms-addtoany :url="'custom url”>
        <div class="a2a_kit a2a_kit_size_32 a2a_default_style">
            <a class="a2a_button_facebook"></a>
            <a class="a2a_button_twitter"></a>
            <a class="a2a_button_whatsapp"></a>
            <a class="a2a_button_google_gmail"></a>
            <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
        </div>
    </ms-addtoany>

    Share the link with add this

    <div ms-widget="ms.addon.addthis" class="addthis_toolbox" 
         addthis:url="http://google.com" 
         addthis:title="Hooray!">
      <a class="addthis_button_email"></a>
      <a class="addthis_button_facebook"></a>
      <a class="addthis_button_google"></a>
    </div>