Use our content on your site

In the spirit of public service, we make some portions of our content available for webmasters to use on their own sites free of charge. We try to make it easy, so you can add our content to your site RIGHT NOW by copying and pasting one of our short PHP cURL or JavaScript code snippets into your webpages. Click each snippet to see a preview of how it will look on your site. Look further below to find out how to customize it to look best for your site.

Articles snippets

Our articles are checked for quality before publishing, and will make a good impression on your site's visitors. Preview.

<?php
$ch = curl_init();
$timeout = 5; // in seconds, you can change this lower if you want
curl_setopt ($ch, CURLOPT_URL, 'http://app.feed.informer.com/digest3/SKPBOZBJJX.html');
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$file_contents = curl_exec($ch);
curl_close($ch);
echo $file_contents;
?>

<script type="text/javascript" src="http://app.feed.informer.com/digest3/SKPBOZBJJX.js">
<noscript><a href="http://app.feed.informer.com/digest3/SKPBOZBJJX.html">Click for "Live Business Chat Articles Offsite".</a>
Powered by <a href="http://feed.informer.com/">RSS Feed Informer</a></noscript></script>

Recent topics snippets

Our recent topics include all public postings on our forums, including the articles. This is recommended if you want frequently changing content of all types. Preview.

<?php
$ch = curl_init();
$timeout = 5; // in seconds, you can change this lower if you want
curl_setopt ($ch, CURLOPT_URL, 'http://app.feed.informer.com/digest3/CXXXVC53LS.html');
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$file_contents = curl_exec($ch);
curl_close($ch);
echo $file_contents;
?>

<script type="text/javascript" src="http://app.feed.informer.com/digest3/CXXXVC53LS.js">
<noscript><a href="http://app.feed.informer.com/digest3/CXXXVC53LS.html">Click for "Live Business Chat Recent Topics Offsite".</a> Powered by <a href="http://feed.informer.com/">RSS Feed Informer</a></noscript></script>

Custom snippets

You can customize your own snippets with Feed Informer using our feed URLs:

Chat Now!

Reload this webpage if chat doesn't work for you, and then try clicking the link again.

Check the chat logs to see the exciting conversations you just missed!

Forum users online:
17 Guests, 1 User
badon
What are they doing?

Total Members: 3296
Total Posts: 2779
Total Topics: 843
Total Categories: 1
Total Forums: 333
More Statistics

Forum User Rankings
Rank Stars Posts
Nobody 0
Almost Nobody 1
Dreamer 5
Planner 10
Doer 25
Entrepreneur 50
Serious Business 100
Mogul 250
Capitalist Pig 500