I was looking for an option to define a custom URL (node/add/...) to be added to a users' homescreen. Or, I'd like to be able to control where the add to homescreen button shows up, if that achieves the same effect.

It would be great to have a simple "display on all pages / show only on the following pages" field so that site builders have greater control which URL's are added.

Thanks!

Comments

BartNijs’s picture

I'm looking for the same functionality.

BartNijs’s picture

I ended up adding the condition in the modules code. I edited line 76 and added an extra condition to the if statement.

I only needed the message to show up on the frontpage. So adding drupal_is_front_page() was all it took.

kpojeta’s picture

@Bartelli - I would like to add this to only show up on ONE particular page within the website (.../beo-mobile)
Can you provide further instructions for adding this code? I made an attempt but I'm sure I'm missing something!