share - Whatsapp sharing button for blogspot blogger without javascript -


i trying add following code in blogger temlate (blogger.com). failed

<a expr:href='&quot;whatsapp://send?text=&quot;data:post.title - data:post.canonicalurl&quot;'>share of whatsapp</a> 

i want make whatsapp sharing without using script.

e.g.

<a href='whatsapp://send?text=google - http://www.google.com'>share of whatsapp</a> 

try:

<a href="whatsapp://send" data-text="take @ awesome website:" data-href=" ( url )">share</a> 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -