WidgetBucks ads loading slow? Look no further
Throughout the web - be it the forums or the blogosphere many have had complaints regarding the slow loading times for the WidgetBucks ads. While they are loading, it can cause the whole site to temporarily freeze, and god forbid explode if you have more than one. A very simple solution to this is using iframes.
In this situation, the iframe can be used to execute the HTML for the WidgetBucks ad while at the same time loading your regular site content without having any additional wait or "browser pausing". To do this, add your code to a HTML document named "widgetbucksad.html" (anything works) & place it in the same directory as where the ad page you're calling it from is. Then go to your desired ad location, put the following code in:
Be sure to modify the "width" and "height" according to your ad's specs.
Enjoy, and PEACE!
In this situation, the iframe can be used to execute the HTML for the WidgetBucks ad while at the same time loading your regular site content without having any additional wait or "browser pausing". To do this, add your code to a HTML document named "widgetbucksad.html" (anything works) & place it in the same directory as where the ad page you're calling it from is. Then go to your desired ad location, put the following code in:
<iframe src="widgetbucksad.html" width="width" height="height" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" >
</iframe>
Be sure to modify the "width" and "height" according to your ad's specs.
Enjoy, and PEACE!









