Yet Another Popup for facebook fbml application, using Yaps.
meuble/Yapopup
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
= Yapopup ==== A popup manager for Facebook applications Yapopup is a customzable tool for building popups inside Facebook FBML applications. It's Javascript and FBJS but you need to have YAPS to use it (YAPS is provided in sources). === Targeted platforms We try to make our code usable on every platform. For now, it has been tested only on : * Mozilla Firefox 3.6 * Apple Safari 4 * Internet Explorer 6 et 7 == Using Yapopup To use Yaps in your Facebook application, download the latest release of YAPS and Yapopup and copy the javascript files to a suitable location. Then include it in your HTML/FBML like this: <script src="/path/to/base.js"></script> <script src="/path/to/yapopup.js"></script> Then instanciate a Yapopup class, providing wanted parameters, to get a popup. Like so : <script type="text/javascript"> var yapopup = new Yapopup({content: 'Lorem ipsum dolor sit amet...', okButton: false, overlay: false}); </script> == Contributing to Yapopup Check out the Yapopup source with $ git clone git://github.com/meuble/yapopups.git For now, we prefer that you fork the git repository and submit merge request. == Documentation Ther isn’t any Yapopup specific documentation. You can dig the code to find what is possible to do with it. == License Yapopup is licensed under the terms of the WTFPL, see the included WTFPL-LICENSE file.
About
Yet Another Popup for facebook fbml application, using Yaps.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published