Categories
Related Products
Follow @expbuilder
Subscribe to to get latest news
|
| Visit ExpBuilder group |
ExpBuilder FullAD popup v1.0
Tweet
You can create full display ad to your site like you saw during show this page
Format type is: $.fullad(target, {options});
You can create full display ad to your site like you saw during show this page
source code is:
<div id="htmls"><center><h1>Your Ads Will available here</h1>Type Any HTML Code</center></div>
<script type="text/javascript">
$.fullad({'target':'#htmls'});
</script>
target is the ad content ..
you can set HTML code like example above
Also you can set URL path of ad like the following:
<script type="text/javascript">
$.fullad('http://google.com');
</script>
Options:
1- target default is (blank), you must set the target2- timeout default is (5), the spend time to show the skip button
3- backgroundcolor default is (#ffffff), the ads background color
4- color default is (#000000), the ad font color
5- buttonskip default is (skip.png), the path to skip button image
6- effects default is (true), if true = display ad with fade in effect
7- waittext default is (Please wait ...), the text that showing during counting before show skip ad button
you can download script from attachment with 2 example attached with download file, Good luck








