Esempio n. 1
0
                        <div><?php 
                                        echo '<span style="font-weight: bold;">Summary:</span> ' . $summary;
                                        ?>
</div>
                        <div><?php 
                                        echo '<span style="font-weight: bold;">Creator:</span> ' . $creator;
                                        ?>
</div>
                        <div><?php 
                                        echo '<span style="font-weight: bold;">Post ID:</span> ' . $pid;
                                        ?>
</div>
       								
                        <?php 
                                        if ($count == 1) {
                                            $response = $OBJ_linkedin->groupPostComments($pid, ':(id,text,creator:(first-name,last-name))');
                                            if ($response['success'] === TRUE) {
                                                echo '<h2>Comments:</h2><pre>' . print_r(new SimpleXMLElement($response['linkedin']), TRUE) . '</pre>';
                                            } else {
                                                echo "Error retrieving group post comments:<br /><br />RESPONSE:<br /><br /><pre>" . print_r($response) . "</pre>";
                                            }
                                        }
                                        ?>
    
                        <div style="margin: 0.5em 0 1em 2em;">
          								<a href="<?php 
                                        echo $_SERVER['PHP_SELF'] . '?' . LINKEDIN::_GET_TYPE . '=' . ($like ? 'unlikePost' : 'likePost') . '&nPostId=' . $pid;
                                        ?>
#groupPosts"><?php 
                                        echo $like ? 'Unlike' : 'Like';
                                        ?>