I am using CCNewsletter component which works by itself as a component.
I copied and pasted following code in HTML area in the plugin and i am using this plugin in an article
*******
<html>
<head>
<base href="
allsource.net/subscribe-to-all-source-newsletter" />
<title>Newsletter Subscription</title>
<script type="text/javascript" src="/includes/js/joomla.javascript.js"></script>
</head>
<body>
<div id="content">
<div class="middlewrap" id="middlewrapleftonly">
<div class="middle" id="middleleftonly"><div class="middlebg">
<div id="message"></div>
<div id="component"><div class="componentheading">
Newsletter Subscription</div>
<form action="" method="post" name="subscribeForm" id="subscribeForm">
<table>
<tr>
<td align="left" colspan="2">
</td>
</tr>
<tr>
<td width="100">
<label for="Newsletter Name">
Name:
</label>
</td>
<td>
<input type="text" name="name" id="name" size="32" maxlength="250" value="" />
</td>
</tr>
<tr>
<td width="100">
<label for="Newsletter Name">
Email:
</label>
</td>
<td>
<input type="text" name="email" id="email" size="32" maxlength="250" value="" />
</td>
</tr>
<tr>
<td align="center" colspan="2">
<input type="submit" name="Submit" value="Submit" />
</td>
</tr>
</table>
<input type="hidden" name="option" value="com_ccnewsletter" />
<input type="hidden" name="task" value="addSubscriber" />
</form>
</div>
</div></div>
</div>
</div></div>
</body>
</html>
**********
I am getting this error after i click submit button.
*****************
View not found [name, type, prefix]: article,html,ccnewsletterView
**********
Please help me and i will donate for this project