Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

FBML Tutorials

  • 09-03-2011 02:11PM
    #1
    Registered Users, Registered Users 2 Posts: 10,240 ✭✭✭✭


    I'm hoping to create an interactive fan/ landing page for a facebook account and I'm looking for some tutorials that outline how best to go about this. The tutorials that I've found so far haven't been that great or that plentiful. Ultimately, I'd be aiming for something like Trocaire or American Red Cross have created.

    I'm ok with html and css but I just need some examples to get me started.


Comments

  • Registered Users, Registered Users 2 Posts: 7,638 ✭✭✭PeakOutput


    I got an email the other day to tell me that fbml was on the way out and i-frames are ont he way in, if you activate fbml on your page now youw ill be granfathered in but after a certain date in the not too distant future you wont be able to use it


  • Registered Users, Registered Users 2 Posts: 10,240 ✭✭✭✭Fanny Cradock


    Yeah, it appears it is being phased out. Thanks for that!

    All I'm looking for is a way to create a mailing list that allows people to sign up for an ezine. I'm unsure about how to go about coding this and what external resources I would need to collect email addresses. Perhaps a marketing tool like Constant Contact.


  • Registered Users, Registered Users 2 Posts: 742 ✭✭✭Pixelcraft


    mailchimp would be good for this. They've facebook integration, and you can send to 1000 sub's for free per month.


  • Registered Users, Registered Users 2 Posts: 10,240 ✭✭✭✭Fanny Cradock


    I'll look into mailchip. In the mean time I've been messing around with code and I've come up with this:
    <div align="right">
    <form action="MAILTO:email@me.com" method="email" enctype="text/plain">
    <b>Name:</b> <input type="text" name="name" value="" />
    <br />
    <b>Email:</b> <input type="text" name="mail" value="" />
    <br /><br />
    <input type="submit" value="Send">
    </form></div>
    

    It renders fine but when I go to submit the form FB gives an error message.

    "The page you requested was not found. You may have clicked an expired link or mistyped the address. Some web addresses are case sensitive."

    I'm guessing it's not as simple as creating a form with a destination email address for all submissions.


  • Registered Users, Registered Users 2 Posts: 3,495 ✭✭✭Abelloid


    I don't know how a form would work, there's nothing there to process it.... the Mailchimp app should take care of it for you.

    http://kb.mailchimp.com/article/how-do-i-add-a-mailchimp-sign-up-form-to-my-facebook-fan-page


  • Advertisement
Advertisement