Skip to main content

All Questions

Tagged with
1 vote
1 answer
36 views

Facebook, how does it use ajax and only update on the users side when called?

So how do facebook run the newsfeed? Im trying to create something similar. From what i have observed, Facebook does not use a $jQuery refresh to get get the updated newsfeed, the comments/likes are ...
nats's user avatar
  • 67
0 votes
2 answers
751 views

Ajax Call Function - Fire Facebook Pixel Conditionally & Redirect To Thank You Page

I am having difficulty getting this portion of Ajax Call request on my form to work properly. A basic redirect function has been working, however I am trying to update the function to conditionally ...
jdward's user avatar
  • 1
0 votes
1 answer
70 views

Best way to save performance when getting realtime data

Let's assume PHPFile.php return random integer(X) every 2 seconds. Now if X == 5 I would like to show an alert (client-side). the following code will do that job : $(function worker(){ $....
JackSmith's user avatar
0 votes
0 answers
265 views

How to override click event on AddThis button

I have a challenge that I haven't been able to solve. AddThis provides a button to share to Facebook. My page uses AJAX to dynamically change the page based on user interaction. I have working code ...
Mmm's user avatar
  • 843
1 vote
0 answers
114 views

jQuery Ajax using webmethod - which object to pass and how to query it?

I am quite new to using jQuery Ajax with Webmethods and I've been trying many interations and solutions for my problem, but so far with little sucess, even though I looked at many tutorials and posts. ...
nicher's user avatar
  • 11
0 votes
3 answers
55 views

Is it possible that a website blocks .click()?

I am designing a simple facebook poke bot, but i want it to Only poke back to selected users. This is my code: var PokeTo = ["Mark Zen", "Kornel Zaminski"]; var interval = 1000; //1 second var ...
Marcus Dem's user avatar
0 votes
0 answers
51 views

Dose Facebook allow to load dynamic meta data on jquery ajx request with html type?

I'm creating a small website to share some picture if the user like, however, I used ajax to load each image within datatype if HTML. Issue: Facebook known only the meta on home pages and the ...
DMS-KH's user avatar
  • 2,729
0 votes
0 answers
30 views

displaying Specific Information from the Ajax request

Hi I am looking for a help I have created form where users put their email and password of facebook and echo out the data of their account. The site is here: https://testmybottt.000webhostapp.com/...
Alexis's user avatar
  • 41
0 votes
1 answer
63 views

Browser(browser name) prevented this site(facebook) from opening a pop-up window

I am trying to post some data on facebook after getting a response from the server side. Example : function share_to_facebook(url){ $.ajax({ type: "POST", url: "/create_data", data:...
Rakesh Kumar's user avatar
-3 votes
1 answer
43 views

How can I decode a JSON into array using jQuery

Hi to all i have a problem with a JSON in Phonegap, i´m trying to do a login using facebook sdk and get some info for the profile but i get a JSON this is the JSON using JSON.stringify(): { "id":"...
joseluis fernandez mateo's user avatar
0 votes
2 answers
309 views

Facebook count using ajax

I have a problem with getting number of shares of my custom url. Im trying this code: $.ajax({ type: "POST", url: "http://graph.facebook.com/https://www.myurl.com/somelink/?callback=?", ...
WojtekMG's user avatar
0 votes
0 answers
41 views

Facebook signup not displaying message properly if user has already been registered

The developer who made it is claiming that this is clearly because of an old PHP version in use. My current PHP version on my server is 5.2.17. I have two options to upgrade it and they are PHP 5.4.45 ...
user avatar
0 votes
0 answers
393 views

FB UI POPUP issue popup blocker in chrome

When i initiate FB ui pop up block inside ajax it leads to chrome popup blocker $.ajax({ url:"ajaxcheckurl", data:$(this).serialize(), method:"POST", success:function(...
Sai Deepak's user avatar
1 vote
0 answers
130 views

Reload tampermonkey script on facebook page change [duplicate]

I have a script that call a function on document ready. It works well when I load facebook from the browser, but when for example I click on my profile photo, it goes on my profile but the script ...
Cristian Cundari's user avatar
0 votes
0 answers
167 views

Facebook og Meta Tags - $('meta[property="og:title"]').attr('content', 'Pasta la vista'); not working

I have an AJAX website that I want to be able to post pages to Facebook, and I'm having trouble dynamically changing the og meta tags. There are a lot of Stack Overflow threads concerning this, ...
rpivovar's user avatar
  • 3,340

15 30 50 per page
1
2 3 4 5
15