You are not logged in. Log In or Sign Up
   

USAGE Widget: Used to Count the No. of Comments (e.g. kickette.flux.com)

Example below:





Explanation below:

OBJECTIVE:
To render the number of comments made in a widget



SOURCE CODE:

<script src="http://widgets.flux.com/-/Runtime.js" type="text/javascript"></script>
<script src="http://widgets.flux.com/-/Context.js?communityUcid=C7EAFFFF00ECE4A30002FFFFEAC7" type="text/javascript"></script>
<script type="text/javascript">

Flux.Utils.WidgetsLoader.createWidget(
'Usage',
{accessKey: '4f1b3fdc-055c-40f6-8f48-c1880ea487b6',uri: 'http://www.kickette.com/index.php?/site/comments/kickette_community_now_open_for_business/', link:'http://www.kickette.com/index.php?/site/comments/kickette_community_now_open_for_business/',customize: {markupUrl: 'http://static0.fluxstatic.com/-/clients/kickette343/widget/commentUsage.html'}
}
);
</script>


HTML CODE:

<a href="{LINK}"><img border="0" src="http://www.kickette.com/images/site/new/comments.gif"><span style="bottom:14px;color:#354F88;font-family:georgia;left:7px;position:relative;">(<span id="commentCount" class="comments">0</span>)</span></a>



NOTES:
Please note that the notes in YELLOW refer to the CONTENT URI - this needs to reflect the content referenced for this comment widget.

Please note that the notes in BLUE refer to the LINK - this needs to reflect the content referenced for this comment widget.

Please note that the notes in RED refer to the HTML - the HTML for this widget is CUSTOMIZED and placed on the server and referenced above.





Comments Widget (e.g. kickette.flux.com)



Example below:



Explanation below:

OBJECTIVE:
To render the comments widget - styled



SOURCE CODE:

<script src="http://widgets.flux.com/-/Runtime.js" type="text/javascript"></script>
<script src="http://widgets.flux.com/-/Context.js?communityUcid=C7EAFFFF00ECE4A30002FFFFEAC7&disableCommunityCommonCss=on" type="text/javascript"></script>
<script type="text/javascript">
Flux.Utils.WidgetsLoader.createWidget(
'Comments3',
{accessKey: '4f1b3fdc-055c-40f6-8f48-c1880ea487b6',uri: 'http://www.kickette.com/index.php?/site/comments/kickette_community_now_open_for_business/',contentType: 'Clip',itemsCount: 3,viewMode: 'flat',textFont: 'Arial',textFontSize: '10px',textColor: '#000000',linkColor: '#000000',background: '#FFFFFF',commentBackground: '#FFFFFF',commentBorderStyle: 'solid',commentBorderColor: '#000000',commentBorderWidth: '1px',customize: {markupUrl: 'http://static0.fluxstatic.com/-/clients/kickette343/widget/comments3.html?32168732167'}
}
);
</script>



HTML CODE:

Download the HTML here: http://static0.fluxstatic.com/-/clients/kickette343/widget/comments3.html



NOTES:
Please note that the notes in YELLOW refer to the CONTENT URI - this needs to reflect the content referenced for this comment widget.

Please note that the notes in RED refer to the HTML - the HTML for this widget is CUSTOMIZED and placed on the server and referenced above.