Member Console integration

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.com/module/member.swf?client-name=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

Tags: ,

3 Responses to “Member Console integration”

  1. yruderew Says:

    yruderew…

    Temp Fade Haircut Hairstyle

  2. The general report on the development of PoitnLoyalty Manager system of client loyalty record | PointLoyalty - loyalty programs online Says:

    [...] business. User console (the system of notification of loyalty programs users) 1) It is given the example of user console placement on the site of an owner of the [...]

  3. Informing your loyalty program members directly on your web site | PointLoyalty - loyalty programs online Says:

    [...] already described how to place «Member Console» widget on your Company web site – please see an example. We also wrote about using our utility for tuning the application appearance (colors, backgrounds, [...]

Leave a Reply