I have a Facebook XFBML Like and Send button.The code is generated with Facebook like plugin .
Like seems to work well, but Send only display an empty flyout.
Example
http://jsfiddle.net/CVDLc/1/
Click on the Send button to see the empty flyout
Anyone have an idea why?
Related
I have a contact form which when the button to submit is clicked redirects to my homepage, when my homepage loads I want a javascript alert to come up saying 'Thanks for contacting us'
Thank you.
Attach a parameter to your URL (www.example.com/?formSubmit=true).
With JS, look for the formSubmit=true. If you see it, create an alert.
To set up the javascript portion, check out this previous question:
How to retrieve GET parameters from javascript?
I am a newbie to extensions. i want to create a extension, when clicked on the icon it should open up the www.gmail.com, input my user name and password and login automatically,click on the first mail. Your help is highly appreciated. I tried many things like chrome inject api but did't work out.
Like said in comments, go have a look to documentation sample codes, it's a good start.
For your extension you should do something like this :
Open a tab with the gmail.com url.
in the callback, inject a content script in the newly created tab
In the content script put the login and the password in page input and then simulate a submit button click.
Try to do this for a first try. When you get it work, You can try to open the latest email received. Look for tabs and runtime message api to send data or event between injected scripts and background script.
I wanted to put like button in my web application.
Then I followed facebook Like button page.
https://developers.facebook.com/docs/plugins/like-button
At the first time, the Like button not showed up correctly but it shows well after putting codes below.
FB.XFBML.parse();
When I click the Like button, Facebook can not get right information of the page.
I've already put meta tags(og:title, og:description) before Like button parsed.
How can I figure out this problem?
The Share buttons works great because I use FB.ui for the Share button.
I'm working with Facebook website integration and what to show a customized Facebook share dialog when clicking the Facebook delivered share button.
So i basically want a Facebook share button to call a JavaScript invocing the FB.ui() onclick instead of showing the stock dialog.
Is this possible?
Feed and share Dialogs
I think this question also have make by other before this.. check it Run Twitter and Facebook Share Button Code After ListCtrl Update
I am facing a problem with Facebook like button
crate a dynamic URL by appending id
apply this URL to Facebook like button
when user press like button it show blank comment box with outdata in og:meta tags
after refresh the page and click like button it show the og:meta tags details
I am using XFBML version and when i put generated URL in Facebook debugger it show correct information.