in Blogger code
<a class='whatsapp' expr:href='"https://api.whatsapp.com/send?text=" + "*" + data:post.title + "*" + " - " + data:post.url.canonical + " - " + "random text"' rel='nofollow' title='Share to WhatsApp'></a>
I want to add a break line after data:post.title (the link) to be like the next image.. how? , is there a HTML Entities to add a break-line?
2
Answers
Use this %0a
https://api.whatsapp.com/send?text=data:title %0a %0a data:url random text
In order to break-line we use
<br>
so add<br>
after data:post.title