Don Z.
03-03-2010, 03:33 PM
I am running CMPS v3.2.1 and need to create a module for a Facebook feed. I created a template module and pasted in this code but all I get is the link.
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script><script type="text/javascript">FB.init("1ea572328e7a0bb3545bd8e02302e96d");</script><fb:fan profile_id="24119259312" stream="1" connections="10" logobar="0" width="300"></fb:fan><div style="font-size:8px; padding-left:10px"><a href="http://www.facebook.com/pages/Lake-Winnipesaukee-WeatherCam/24119259312">Lake Winnipesaukee WeatherCam</a> on Facebook</div>
The code works in a normal html page but not a CMPS module. Can anyone tell me what I'm missing?
Thanks!
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script><script type="text/javascript">FB.init("1ea572328e7a0bb3545bd8e02302e96d");</script><fb:fan profile_id="24119259312" stream="1" connections="10" logobar="0" width="300"></fb:fan><div style="font-size:8px; padding-left:10px"><a href="http://www.facebook.com/pages/Lake-Winnipesaukee-WeatherCam/24119259312">Lake Winnipesaukee WeatherCam</a> on Facebook</div>
The code works in a normal html page but not a CMPS module. Can anyone tell me what I'm missing?
Thanks!