
Is there way to share content from my powerapp via/on the big social media/messaging platforms like WhatsApp, Twitter DM, Facebook, TikTok, Insta DM, Telegram, Insta, Messengeer etc? I tried to html code - see below- but its not working. Is there native powerapp solution for this, like share buttons?
<!-- AddToAny BEGIN -->
<div class="a2a_kit a2a_kit_size_32 a2a_default_style">
<a class="a2a_dd" href="https://www.addtoany.com/share"></a>
<a class="a2a_button_facebook"></a>
<a class="a2a_button_twitter"></a>
<a class="a2a_button_email"></a>
<a class="a2a_button_pinterest"></a>
<a class="a2a_button_facebook_messenger"></a>
<a class="a2a_button_telegram"></a>
<a class="a2a_button_reddit"></a>
<a class="a2a_button_linkedin"></a>
<a class="a2a_button_sms"></a>
</div>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<!-- AddToAny END -->