Support » Plugins » Email – clickable list/link

  • Resolved boblinabe

    (@boblinabe)


    Can someone help me? I want to have a list of people (employees) that when cliked on their names you will be able to email them. Anyone know how to do this?

Viewing 15 replies - 1 through 15 (of 17 total)
  • Cypher

    (@cypher)

    Like email them using our default mail software?

    < a href="mailto:employee@employer.com" >employee< / a > should do the trick (wihtout the extra spaces, of course). Simple HTML.

    For Reference:
    http://www.ianr.unl.edu/internet/mailto.html

    Regards

    Thread Starter boblinabe

    (@boblinabe)

    Where would I put the HTML line? Should it be sidebar.php? I want to do this from a list where each person is currently set as a link.

    I thought I could make the ULI their email, that didn’t work.

    MichaelH

    (@michaelh)

    Where do you want the link, in your sidebar? If yes just put the <a href... link as described by Cypher in your sidebar.php.

    Thread Starter boblinabe

    (@boblinabe)

    Okay, I have a calendar in the sidebar that appears after the archives, where should the email line be put? I don’t want to mess up the sidebar.

    MichaelH

    (@michaelh)

    How about just adding Links via Administration > Links > Add Link and in the URI type:

    mailto:whoever@sample.com

    ladydelaluna

    (@ladydelaluna)

    Bob – you can place the email links wherever you want them to show up… before, after, between other elements… it’s your own choice.

    Thread Starter boblinabe

    (@boblinabe)

    Okay, I tried;
    P
    lacing an HTML line in sidebar, didn’t work.

    As MichaelH suggested tried it in the link area as a mailto, that didn’t work.

    Any other suggestions?

    MichaelH

    (@michaelh)

    I had no problem putting a Link in with a mailto: URI. Can you provide a link to your site to see that particular link.

    Spam.
    List email addresses openly and the spambots will do their work.

    MichaelH

    (@michaelh)

    Good Point!

    ladydelaluna

    (@ladydelaluna)

    What about giving each person their own page, with a contact form in it?

    abhideydas

    (@abhideydas)

    how about making a contact form in PHP and then having a variable in it that accepts the name of the employee. then you can put a switch statement that matches the name of the employee and sends email to the respective email address. that way spam bots will not be able to pick the email addresses up.

    ladydelaluna

    (@ladydelaluna)

    abhideydas – apparantly he’s not too familiar with coding, which is why the contact form plugin might on individual employee pages might be an easier option…

    try here: http://ryanduff.net/projects/wp-contactform/

    Thread Starter boblinabe

    (@boblinabe)

    I have installed the Contact Form and will see how well it fits the needs. The main problem is that I am doing this at someone else’s request, I’m not really sure what is wanted, what I was told first was to make a list of employee name that can be clicked which would send an email to that person. Today I was told to set up a way to send an email to a whole category so all the employees will get emails. Thanks for all your help and the Contact Form does work, as advertised, I just need to see if it can be used for their needs.

    ladydelaluna

    (@ladydelaluna)

    Great, Bob – I hope it all works out for you – it’s always best when the client lets YOU make the call! lol

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Email – clickable list/link’ is closed to new replies.