Questions tagged [facebook-tag]
10 questions
34
votes
3 answers
Facebook conversion event callback
I cant find in the documentation if there is any callback functionality in the conversion tracking (https://developers.facebook.com/docs/ads-for-websites/tag-api)
In order to track an event you just need to call:
window._fbq = window._fbq ||…

DomingoSL
- 14,920
- 24
- 99
- 173
5
votes
1 answer
Tag users in Facebook post without using drop down
I manage a large Facebook group and once a year we need to delete a big chunk of users. I have already generated a list of these user names and their Facebook IDs, but now I want to copy-paste these IDs into a Facebook post and have the users be…

MBillau
- 5,366
- 2
- 28
- 29
2
votes
0 answers
How to create mention edit text like facebook
I want to create a edit text where user suggestions will be shown when user typed "@" keyword.
For eg. If the selected user is: "James test user".
And if user press delete character(back space in android keyboard.) then it should delete the word by…

Tom Domnic
- 31
- 4
2
votes
0 answers
Facebook Graph Api publish photo to fan page album and tag author on it
We are a French Mobile Agengy working on a touchy Facebook integration (Graph API and mobile SDK).
That application (iOS & Android) consist in a picture contest, where the winner is the one who gets the more likes on its picture published on the…

Isk
- 31
- 4
1
vote
1 answer
GTM & Facebook Purchase tag: event_id is not being recognised in FB Event Manager
We use client-side GTM (cGTM) for the Facebook tags and we also have server side GTM (sGTM) for Facebook conversion api.
We noticed that in Facebook Event Manager in "Test your events" section the Event ID is not being recognised although we do send…

Alina
- 2,191
- 3
- 33
- 68
1
vote
1 answer
Facebook shared url with blank image
I have problem with Facebook-sharing my page with visible image.
Address is: http://www.fotomachina.pl/steosoft/test/test2/
When I share it on Facebook title and description shows correctly but instead of image there is blank white space.
What's…

user3626048
- 706
- 4
- 19
- 52
0
votes
2 answers
How I can tag my facebook post with my facebook page in android
I am trying to post image/text on Facebook through my android app using Facebook sdk. Is it possible to tag my Facebook page with my post programatically??
Here is my code:
SharePhoto photo = new…

Sapna Sharma
- 460
- 7
- 22
0
votes
1 answer
How to check facebook custom audience standard events woking in facebook tag API
In my website, I am trying to track video viewers and I have installed Facebook pixel code and used following code below pixel code.
fbq('track', 'ViewContent', {
content_name: AudienceId,
content_ids: [AudienceId],
content_category:…

Jass
- 3,345
- 3
- 24
- 41
0
votes
1 answer
Facebook api PHP - Setting privacy of photo post to custom but shows "only me" instead of friend
I am trying to set the privacy of a photo. I have tagged tester 1 and specify that I would like to share this photo with just tester 2.
I have the following code:
$privacy = array(
'value' => 'CUSTOM',
'friends' => 'SOME_FRIENDS',
…

fondillusions
- 189
- 1
- 2
- 13
-1
votes
1 answer
Facebook meta og tags defined in body ,throwing error
How can i define Facebook meta og tags?
Facebook is throwing the following error:
The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags.

ruser1701621
- 45
- 1
- 5