Difference between revisions of "Publish App News in User Feeds (Social Portal)"

From Gcube Wiki
Jump to: navigation, search
(Created page with '==gCube Application News Widget== '''gCube Application News Widget''' is a customizable button or dialogBox that can be loaded when your portlet wants to post News to the users N…')
 
Line 1: Line 1:
 
==gCube Application News Widget==
 
==gCube Application News Widget==
 
'''gCube Application News Widget''' is a customizable button or dialogBox that can be loaded when your portlet wants to post News to the users News Feed (belonging to the VRE where your portlet is deployed).
 
'''gCube Application News Widget''' is a customizable button or dialogBox that can be loaded when your portlet wants to post News to the users News Feed (belonging to the VRE where your portlet is deployed).
 +
 +
The generate feed will look like the example below in all the Users News Feed registered where you portlet is deployed:
 +
 +
*example:
 +
 +
[[File:Fake-Aquamaps.png]]
 +
 +
You have many options for posting a News from within your application, you can use the ASL Social LIbrary and do it your own, see example [http://gcube.wiki.gcube-system.org/gcube/index.php/Social_Networking_Library#Application_News_Manager here] or you can do it through this Widget.
 +
 +
Alternatively you can exploit this widget, there are 2 ways to exploit it, depending on your needs:
 +
 +
* Button
 +
* DialogBox
 +
 +
===gCube Application News Widget - Button way ===
 +
 +
The Button way it's just a simple button that you add into your gwt web application, you need to specify some simple parameters and it will do everything for you. This is how it will look like into your WebApp:
 +
 +
[[File:PostNews.png]]

Revision as of 20:00, 20 December 2012

gCube Application News Widget

gCube Application News Widget is a customizable button or dialogBox that can be loaded when your portlet wants to post News to the users News Feed (belonging to the VRE where your portlet is deployed).

The generate feed will look like the example below in all the Users News Feed registered where you portlet is deployed:

  • example:

Fake-Aquamaps.png

You have many options for posting a News from within your application, you can use the ASL Social LIbrary and do it your own, see example here or you can do it through this Widget.

Alternatively you can exploit this widget, there are 2 ways to exploit it, depending on your needs:

  • Button
  • DialogBox

gCube Application News Widget - Button way

The Button way it's just a simple button that you add into your gwt web application, you need to specify some simple parameters and it will do everything for you. This is how it will look like into your WebApp:

PostNews.png