Playing with the js code above.
I really, really want to add a link to certain waypoints. I have added a row in the database, called link and added the following code to the js file within the message box:
if (entry.link)
message += 'Blog: ' + '<a href=' + entry.link + '>Click here</a>' + '</br>';
This works really well, it just means I need to enter links to blogs via phpadmin at the moment.
To make this easier it would be great to have a tab in the plugin that lists all the waypoints and lets you add a link to whatever ones you want. These links could be to twitter, or instagram, blog entries, whatever the user wants.
All the best and thanks again,
Simon.
-
This reply was modified 3 years, 4 months ago by simonbeertv.
-
This reply was modified 3 years, 4 months ago by simonbeertv.
-
This reply was modified 3 years, 4 months ago by simonbeertv.