So basically I would like to know how to add -AddToAny Share Buttons (plugin)- functionality to my posts but only for the map location of a listing and only for whatssap. I simply need a button on each of my listings that exports the location of said listing to whatssap, like what you do when you send your location to a friend.
I feel like my users would find the place a lot easier if they could receive a location thru whatssap and then input this into Google Maps then follow the instructions. Now I tried AddToAny Share Buttons free plugin but they only share the current link/post. Then I thought I could modify the client side of the plugin with Javascript to only share the location but I ended up with a switch statement with over 30 cases (one for each of my listings – if link is this then change the link to this … 30 times) and I dont know if this is the best option (doesnt look like it). I dont know php really so I wouldnt know how to modify the plugin itself to connect to a mysql database where to get the listings from besides I dont wanna add another database if that is even possible with php and wordpress. I feel like someone must have had this problem before in geolocalized directories, any ideas??