|
Would you like to give your customers a reason to come back often to your website? You can with a newsfeed from the High Plains Journal. Each week over 300 new stories are added to our weekly database. Each time one of your visitors visits your website, our program randomly searches our database for 10 headlines or 7 headlines with summaries and displays them on your webpage. Every time someone visits your website, they see a fresh set of headlines and summaries.
Before placing our content on your website, please read our terms and disclaimer.
You can set your page to only receive headlines:
For Headlines Only:
<frameset>
<iframe src="http://www.hpj.com/newsfeed/journal/newsstories.cfm" name="content_frame" id="content_frame" width="100%" height="225" scrolling="no" frameborder="0"> </iframe>
</frameset>
For Headlines and Summaries:
<frameset>
<iframe src="http://www.hpj.com/newsfeed/journal/newsstories2.cfm" name="content_frame" id="content_frame" width="100%" height="700" scrolling="no" frameborder="0"> </iframe>
</frameset>
If your website supports Cold Fusion, you can use the following code:
For Headlines Only:
<cfhttp
method="Get"
url="http://www.hpj.com/newsfeed/journal/newsstories.cfm"
resolveurl="Yes">
<cfoutput>
#cfhttp.FileContent#
For Headlines and Summaries:
<cfhttp
method="Get"
url="http://www.hpj.com/newsfeed/journal/newsstories2.cfm"
resolveurl="Yes">
<cfoutput>
#cfhttp.FileContent#
Once you have the code on your website up and running, send us an email with your URL and we will add you to our partners list.
|