How to place Member Console directly on your website? Simple javascript example is described in «Javascript Flash Player detection and embed script» article.
Here is a code sample:
<html>
<script
type="text/javascript"
src="http://blog.deconcept.com/swfobject/swfobject_source.js">
</script>
<div id="flashcontent">
This text is replaced by the Flash movie.
</div>
<script type="text/javascript">
var so =
new SWFObject(
"http://www.pointloyalty.ru/forms/member.swf?client-image=test&demo=true",
"mymovie", "1024", "768","8", "#336699");
so.write("flashcontent");
</script>
<html>
You can create HTML file, copy the sample code above and run it locally or on your application server. Pay attention that design issues are not covered in the sample.
To display the data for particular member you need to supply username and password of this member when invoking “Member Console” widget.
“http://www.pointloyalty.com/module/member.swf?name=username?pswd=password“
Pingback: The general report on the development of PoitnLoyalty Manager system of client loyalty record | PointLoyalty – loyalty programs online
Pingback: Informing your loyalty program members directly on your web site | PointLoyalty – loyalty programs online