Facebook Pixel Event for Signup form - facebook

I am using a Signup form on my website. So there are 2 pages, one page includes the "Form" Second page is "Thank you" page. But I got confused about "Pixel Standard Events" on Both pages. What "Standard Event" should I use for the page(with form) and for "thank you" page. I fund Facebook instruction is confusing for this http://prntscr.com/kpljkd

Related

Facebook Tab to Salesforce & Back to Facebook Tab

Created a Static HTML Tab for a Lead Page in Facebook, asking for a form to be completed.
When the user clicks the "Submit" button, data is sent to my Salesforce Account, and the user then needs to go to a 2nd Facebook Tab which I've set up as a Thank-You Page.
Problem is that with iFrames, I can't get the Return URL to work as the user is already on the Facebook tab page when clicking "Submit."
Here's the code for the Submit Button... any advice would be appreciated:
(input type="hidden" name="retURL" value="https://facebook.com/member/thank-you/" /)

share a wordpress page on Facebook before submit a form

I have a custom plugin in wordpress which will take a contest answer and visitor name and email in a form.I want to share my page on facebook before visitor submit the form. if the visitor doesnt share my page his form will not be submitted.How can I track that visitor share my page and let the system submit the form after page sharing i completed. I got a script from facebook send where i can put my page url for sharing.
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fparse.com" target="_blank">
Share on Facebook
I've used this jQuery plugin before. It gives you a callback for like and unlike. You'd just have to disable the submit button until the user likes and then disable it if they unlike it.
There are also versions for Google+ +1 and Twitter shares as well.

Facebook App Page missing "Go To App"

I have a facebook "app" (an external site with Facebook Connect) called Mutuality and it properly links to Facebook "App Page" http://www.facebook.com/mutuality.org
At first http://www.facebook.com/mutuality.org had a nice "Go To App" link.
But after editing some page info it is coming up in search as an "Organization" page rather than an "App Page" and whatever I do I can't get the "Go To App" button back!
Any ideas please?
Seems like the page category has to be Brands & Product / App page - don't change that!
Working now at http://www.facebook.com/pages/Mutuality/254370917995739

Like button likes Facebook Auto Created Page rather than my Own Facebook Fanpage

I have an Official Facebook page I've setup for my new company.
I have a like button on my website with the appropriate meta tags related to that website.
But when Someone clicks the "like" button, it "likes" a page on facebook that facebook has automatically created thats not related to my own Facebook Fan Page using the META tags into from my webpage. I am using the iframe code for the like button.
How can I stop this happening? Thanks so much.
On the site you have chosen the Style of your "like" Button you have to put in the Url of your company Facebook page again, if you don't do this you'll get a like-Button for a Facebook page.

Link web page, Facebook Like button, and Facebook fan page?

Is this possible?
When someone clicks a Facebook Like button, he/she shares the web page URL with friends on Facebook.
With the same click, the user also becomes a fan of the web site's Facebook fan page.
Thanks!
While adding a Like button on your website to like you "Facebook Page" is possible (and I guess you know that), you can't use the same button to like multiple entities (your current page and the Facebook Page).
What you can do is:
Have two Like buttons, one for the current page and one for the Facebook Page
Place the Like button of your Facebook Page in a "visible" location (e.g. on top of the sidebar)
Capture the like event of your current page (with edge.create)
Encourage the user to "Become a Fan on Facebook too" whenever they like your current page.
See this link on Facebook's developer site.
This will do all the points 1 and 3 you mentioned above. As far as point 2 goes, you will need to reference that on your facebook page.