|
Getting Started:
 |
|
What
does Content Infusion do and how does it work? |
 |
Content Infusion, a division of ARA Content,
provides free, syndicated content that is automatically updated on a user's Web site(s).
Members may choose to implement Content Infusion with
XML, JavaScript (include), or HTML (link). You can place our Category or Categories
on your site. Simply sign up and make your setting changes in our tools. Then click
"Update" and select the code to place on your site. You can learn more by visiting
our Samples page.
 |
|
Who
can become a member? |
 |
Web professionals who are looking for dynamically driven content to incorporate into
their Web site. ARA Content has the right to refuse
service of Content Infusion at any time
to any Web site, including, but not limited to, sites featuring pornography, racist
or hate-related material, and adult-themed content.
 |
|
What
do I have to do to become a member? |
 |
Simply fill out the
registration form. You will be able to use the content immediately after signing up.
 |
|
Is
there a fee for this service? |
 |
No. It is a free service for webmasters.
 |
|
Can
I preview the content before I signup? |
 |
You can visit our Samples page to view sites using our
content.
Member
Services:
 |
|
What
if I forget my password? |
 |
Use the password lookup tool located here. It will send
an automated e-mail containing your password to the e-mail address that you used to
sign up.
 |
|
How
do I change my information? |
 |
Simply click on the "My
Account" link above, and click "Change Account Information". Make the changes
and click "Save".
General
Questions:
 |
|
How
often is the content updated? |
 |
We add new articles to the site
every business day. The number of articles varies day to day. Each article has a maximum
life of approximately 4 months; some articles are posted for significantly less time
due to time-sensitive content.
 |
|
Can
I submit an article? |
 |
At this time we are not accepting
free article submissions from outside sources.
 |
|
Your
content seems to target a U.S. audience; can I use it for my international site? |
 |
We are a U.S. company and our articles
are geared towards a U.S. audience; thus, the articles occasionally include U.S. references.
However, the majority of our content is broad enough that it is appropriate for most
English-speaking sites. In fact, our content is currently posted on many sites in
the U.K., Canada, and Australia.
 |
|
Why
don't you have the specific category I'm looking for? |
 |
We created our categories to cover
a general array of topics. In the future we plan to add more categories. We appreciate
your suggestions.
Technical
Questions:
 |
|
I
signed up for an account. Why won't it let me login? |
 |
Our site was designed to work best
with Internet Explorer. If you select "Sign me in Automatically" when logging
on to our site be sure your browser accepts cookies. Also check your Browser's security
settings and look to see if there is any third party software on your system blocking
our site. In Internet Explorer go to Tools > Internet Options and click the Security
Tab. Next select the "Trusted Sites" icon, then click the "Sites" button. Enter "http://www.contentinfusion.com"
under web site zones and click "Add". Make sure "Require server verification" is unchecked
(your personal informaion is inside a secure page). Click OK and OK again.
 |
|
How
do I use the XML code? |
 |
XML is the Extensible Markup Language.
XML is meant to be used by professionals who are familiar with implementing this code
to the specific settings/configuration of their Web site(s). If you are unfamiliar
with XML or RSS feeds, we suggest using either the JavaScript or HTML code options.
 |
|
Where
do I place the JavaScript code? |
 |
The JavaScript functions as an
include. Simply copy the generated code and insert it into the body of your webpage.
For example:
<html>
<head>
</head>
<body>
Insert generated
JavaScript code here
</body>
</html>
 |
|
How
do I use the HTML code? |
 |
The HTML functions as a link (URL)
target. Simply copy the code then create a link in the body of your web page and insert
the code into the link tag.
For example:
<html>
<head>
</head>
<body>
<a href="insert
generated HTML code here">My
Link</a>
</body>
</html>
|