Skip to main content

All Questions

Tagged with
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
351 views

How to open the facebook login page in mobile using javascript sdk?

This is my html page, where I added a class button to click to pop up the facebook login browser <button class="fb_login">Login with Facebook</button> This is my js page, where I ...
Neonel Messi's user avatar
1 vote
1 answer
1k views

Facebook mobile browser: New Tab

I have an online quiz that at one point gives users the option to open a new link in the new tab. I have this set up of course with target=_blank. However I've been getting complaints that on Facebook/...
AndrewLeonardi's user avatar
3 votes
0 answers
87 views

Facebook: create image from html and share it

I have used before facebook's SDK to share the content of my website like this: <html> <head> <title>Your Website Title</title> <!-- You can use Open Graph tags to ...
SlimenTN's user avatar
  • 3,513
0 votes
0 answers
160 views

Will fbAsyncInit() execute after the document is ready?

I have the following code from the Facebook's developer website: window.fbAsyncInit = function() { FB.init({ appId: '@SessionHelper.Current.partner.partnerVO.facebookID', cookie: true, // ...
Ricardo Rocha's user avatar
0 votes
3 answers
131 views

How to set og:url to jquery gallery slides?

Hey good people of the internet. I'd like to set the meta og:url to the slides in my jquery gallery. I'm using lightGallery on a Wordpress site. When using facebook object debugger my url (slide) ...
Nicolai Simonsen'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
0 votes
0 answers
61 views

url/slide parameters not appended

I'm using lightGallery and facebook comment/like plugin. Can't seem to figure out why there's not a linkback to the full url whenever someone uses fb-comments for tagging/linking. For me: page#lg=16&...
Nicolai Simonsen's user avatar
1 vote
1 answer
357 views

How to handle Facebook javascript SDK events?

I have a javascript code that should execute some functions using Facebook API. According to the documentation I'm including the SDK as follows. This code is included in a template for all the pages ...
Thomas Carlton's user avatar
0 votes
0 answers
72 views

Call JavaScript function from another JavaScript function cordova

I want to use Cordova Facebook login plugin in my mobile app. I have 2 functions the first one to get the accesstoken and I pass that token to the second function to get the user data,but it does not ...
Daina Hodges's user avatar
0 votes
0 answers
48 views

Detect when facebook loads more posts - Javascript

I am working with a chrome extension. Through this extension I am adding another Private Like button on each of the posts. After searching I have found the CSS class of the tab where the like, share ...
Nadeem's user avatar
  • 145
-1 votes
1 answer
625 views

How to send image, title,description etc to facebook to share it on facebook using jquery?

I have created a facebook share button for a html div which contains an information like title, image and information. On click of facebook share button I want to send all the information (title, ...
Abhijit's user avatar
  • 129
0 votes
0 answers
616 views

Triggering a Facebook Message Upon a Gravity Form Submission

So far, I have the Facebook Checkbox Plugin/Widget (attached/from to Chatfuel) inside of an HTML widget in a Gravity Form. It works. Everything looks good. However, it has no effect on the actual ...
btyler024's user avatar
0 votes
1 answer
325 views

Using post message API of chrome in iframe

I am making a chrome extension for a client. The functionality of the extension is that, it adds another private like button to a post. And when someone click that like button, that poster will be ...
Nadeem's user avatar
  • 145
2 votes
1 answer
71 views

How to create a sliding FB Like Box

Newbie in programming (Javascript/HTML5/CSS3) I would like a replica of this clean "slide from left" action button on my home page on first visit (ideally or once like should not annoy users) - can ...
ViralKart's user avatar

15 30 50 per page
1
3 4
5
6 7
128