Annotated bibliography
3 sources
See the picture with the details attached
Take one source from the listed below, and search for two others by your self
McVeigh-Schultz, J. & Baym, N.K. 2015, ‘Thinking of You: Vernacular Affordance in the Context of the Microsocial Relationship App, Couple’, Social Media + Society, vol. 1, no. 2.
https://www.lib.uts.edu.au/drr/41416/Hambrick, M.E. & Mahoney, T.Q. 2011, ‘“It”s incredible – trust me’: exploring the role of celebrity athletes as marketers in online social networks’, International Journal of Sport Management and Marketing, vol. 10, no. 3/4, pp. 161–179.
https://www.lib.uts.edu.au/drr/41396/Login details upon acceptance
UTS Harvard style
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 });

