Week 9 OIL Project Activity
Please post any article/picture/video on 251SAM Facebook seminar group related to the following question.
Who are the existing key suppliers of Unilever? And how these suppliers are contributing to create and sustain an effective CSR strategy?
The best post from each seminar group (251SAM Facebook page) will be posted on Unilever CSR Facebook page where it will be seen by students from Malaysia and Mexico.
You are also encouraged to interact with students from Malaysia and Mexico on Unilever CSR Facebook page.
Link to Unilever CSR Facebook page – https://www.facebook.com/groups/204224149926573/
One seminar group, who has made the best contribution, will receive a reward (chocolates) in week 10.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

