Facebook pixel issue with my another domain - facebook

I'm integrating the Facebook pixel to my WordPress website, and It's integrate there successfully, Now i want to put the same Facebook pixel code to my another website, but it's not shows the activity of that domain.
Can you please help me how can i fix this ?
Is there any limitation of Facebook pixel use ?

Related

Getting SVG images picked up by social networks like linkedIn and G+

Social networks such as LinkedIn, Facebook and G+ normally display the first big image they find in a web page as a thumbnail when a link is created to that page on the network. Nowever, this doesn't work if the main is an SVG image. Anyone know a way around this?

Embed website as Facebook App

I'm basically trying to put all the functionality of this website: http://greenthumbweather.com/
into Facebook via the "website" platform.
I've started the app process in facebook and I entered the URL as website platform (attached image).
However, when I go to preview the "app", I just get a link to my website in the top right (attached image).
Do I have to recreate the entire functionality of the website within Facebook? Or can I just port the functionality into a Facebook app? I really would like users to be able to visit the website within Facebook, where it would grab their location information and customize my website based on their latitude/longitude.
Thanks for any help!
You can just port your website to facebook app but i think that depend on your desired output. Your website can also be ported to a canvas app.

Differentiating between Google Analytics Tracking of Facebook App and Web App

I have a web app at www.mydomain.com/webapp and its set up with Google Analytics. I create a facebook app at apps.facebook.com/webapp and iframe in the above url.
Is there a way to distinguish activity of users on facebook from users on mydomain?
Thanks for any help and direction you can give me.
You could use JavaScript to determine that your page is displayed in an iframe – but that would also be true if maybe other sites embedded your page.
A better way would be to check for the [signed_request][1] parameter that gets POSTed to your app on initial load into the iframe. (If you were paranoid about someone “faking” that, you could also verify the signed_request.)
Once you figured out that your page was actually loaded inside Facebook, it should be easy to execute the appropriate JS code to send that info to Analytics.

Removing ads in facebook canvas app/ page

I am creating a facebook canvas app and I was wondering if its possible to manage the ads displayed to the right of the app.
Maybe remove the ads, or choosing which one can be displayed.
I am using the facebook php sdk and js sdk. I can not find within the documentation any usefull function to do this.
Any help would be appreciated.
Facebook doesn't offers control on their ads on any area to anyone directly or indirectly through apps. They manage their ads their own.
Currently it's not possible to remove the ads, or choosing which one can be displayed. And I don't think in future they will be giving permissions for other users. Canvas page is loaded on Facebook hence we can't remove it. Facebook earning lot of money through ads. They won't allow anyone to manage their ads.

How to add Iframe to my Facebook page

I am developing facebook application.I want to add iframe to my facebook page.I don't have any idea ,how to do it.I know we can not create a page using graph api or any api in facebook.
All the information you need is here - found by a quick google search:
http://developers.facebook.com/docs/reference/fbml/iframe/
You'll need your own hosting server which have HTTPS, and create your page with the language that they support and place the link points directly to the folder to facebook app setting. make sure your width does not go beyonds 520px for facebook custom tab page. if apps u can go up to 760px.
Hope that helps