Closed sayseee closed 6 years ago
For social sharing you can read this tutorial https://ionicthemes.com/tutorials/about/ionic2-app-with-socialsharing-and-deeplinking or if you are looking for a ready template with social sharing included you should check Ion2FullApp https://ionicthemes.com/product/ion2fullapp-full-ionic2-app-template-pro-version
Thanks ... i got it working but it does not clean the html special characters
e.g this.socialSharing.share(this.post.excerpt.rendered, this.post.title.rendered, this.post.images.large, this.post.link)
Shows
title shows: catering & Cleaning Services
Excerpt shows: <p>Some text[…]</p>
How do i remove those special characters.
Hi, did you manage to solve this?
I need to create a function for sharing a post via all sharing apps that are installed in the phone. The function should capture "post excerpt", "post title", "post image +url", "post url" e.g
The reason i need it as a function is because i tried using the
{{post.title.rendered}}
in the html(click)=""
and it had some errors.