Bill's Gigulator

Publishing posts with the Iframe

Using the iframe option is the easiest way to publish your posts. All you need is to add a simple <iframe> tag to your html code. In it's simplest form you paste the following code into your html page. You need to change "YOUR_ID" to your gigulator site id. Optionally, you can adjust the width and height of the frame in the statement.

<iframe width=400px height=250px scrolling="no" frameborder="0"
style="visibility:hidden;" onload="this.style.visibility = 'visible';"
ALLOWTRANSPARENCY="true"
src='http://publish.billsgigulator.com/posts.iframe?site=YOUR_ID'>
</iframe>

If you want to customize the way things look, You can set content and display options through the "src" url.

Iframe URL Arguments

 

Example

<iframe width=700px height=250px scrolling="Yes" frameborder="1"
style="visibility:hidden;" onload="this.style.visibility = 'visible';"
ALLOWTRANSPARENCY="true"
src='http://publish.billsgigulator.com/posts.iframe?site=2&lim=4&pg=2&lout=HCDNB&img=0&datef=F+J,+Y&cat=NEWS'>
</iframe>