Histórico da Página
...
| Bloco de código | ||||
|---|---|---|---|---|
| ||||
function beforeSocialPost(companyId, post){
if(post.getText().indexOf(" fluid ") > -1) {
post.setText(post.getText().replace( " fluid ", " fluig "));
}
var sociables = post.getSociables();
for (var i = 0; i < sociables.size(); i++) {
var sociable = sociables.get(i);
log.info("sociable id: " + sociable.getId());
}
} |
afterSocialPost
Esse evento é disparado sempre após a efetivação de um comentário.
...
| Bloco de código | ||||
|---|---|---|---|---|
| ||||
function afterSocialPostRemove(companyId, post){
log.info(post.getUser() + " has removed the post " + post.getSociable().getIdgetPostId());
} |
beforeSocialDenounce
...
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas