!function(){var c={},e=function(e,n,t){if("string"!=typeof e)throw"module id must be a string";if(void 0===n)throw"no dependencies for "+e;if(void 0===t)throw"no definition function for "+e;c[e]={deps:n,defn:t,instance:void 0}},l=function(e){var n=c[e];if(void 0===n)throw"module ["+e+"] was undefined";return void 0===n.instance&&function(e){for(var n=c[e],t=n.deps,i=n.defn,r=t.length,a=new Array(r),o=0;o])*>/g,""):t.getContent({save:!0}):a.apply(m(n),r)}),i}}),m.each(["append","prepend"],function(e,n){var i=f[n]=m.fn[n],r="prepend"===n;m.fn[n]=function(t){var e=this;return l(e)?t!==d?("string"==typeof t&&e.filter(":tinymce").each(function(e,n){n=u(n);n&&n.setContent(r?t+n.getContent():n.getContent()+t)}),i.apply(e.not(":tinymce"),arguments),e):void 0:i.apply(e,arguments)}}),m.each(["remove","replaceWith","replaceAll","empty"],function(e,n){var t=f[n]=m.fn[n];m.fn[n]=function(){return i.call(this,n),t.apply(this,arguments)}}),f.attr=m.fn.attr,m.fn.attr=function(e,n){var t=this,i=arguments;if(!e||"value"!==e||!l(t))return f.attr.apply(t,i);if(n!==d)return c.call(t.filter(":tinymce"),n),f.attr.apply(t.not(":tinymce"),i),t;var r=t[0],t=u(r);return t?t.getContent({save:!0}):f.attr.apply(m(r),i)}}}}),l("0")()}(),function(){function e(e,t){var i;(e=e.find("[data-pafe-form-builder-tinymce]")).length&&(i=t("[data-pafe-plugin-url]").attr("data-pafe-plugin-url"),t.each(e,function(e,n){t(n).tinymce({script_url:i+"/piotnet-addons-for-elementor-pro/inc/tinymce/tinymce.min.js",height:500,directionality:t(n).attr("data-pafe-form-builder-tinymce-rtl"),menubar:!1,plugins:["advlist autolink lists link image charmap print preview anchor","searchreplace visualblocks code fullscreen","insertdatetime media table contextmenu paste code help youtube"],toolbar:"bold italic link | alignleft aligncenter alignright alignjustify | bullist numlist | image youtube",image_title:!0,images_upload_url:i+"/piotnet-addons-for-elementor-pro/inc/tinymce/tinymce-upload.php",file_picker_types:"image",convert_urls:!1,setup:function(e){e.on("change",function(){tinymce.triggerSave()})}})}))}jQuery(window).on("elementor/frontend/init",function(){elementorFrontend.hooks.addAction("frontend/element_ready/pafe-form-builder-field.default",e)})}();!function(a){"use strict";window.jkitdashboard=window.jkitdashboard||{},window.jkitdashboard={init:function(e){var n=this;n.xhr=null,n.container=void 0===e?a("body"):e,Notiflix.Notify.init({position:"right-top",zindex:999999,showOnlyTheLastOne:!0,success:{notiflixIconColor:"#fff"}}),n.button_save=n.container.find(".jkit-dashboard-body-wrap .jkit-form-submit>button"),n.form_handler(),n.elements(),n.admin_menu()},admin_menu:function(){this.container.find(".jkit-support-menu a, .jkit-review-menu a").attr("target","_blank")},form_handler:function(){var e=this,n="undefined"!=typeof jkit_custom_dashboard_form_id&&jkit_custom_dashboard_form_id.name?"#"+jkit_custom_dashboard_form_id.name:"#jkit-user-data-form, #jkit-settings-form, #jkit-notfound-form",t=e.container.find(n);t.find(".jkit-form-content").on("click",(function(e){e.preventDefault();var n=a(this).parents(".jkit-form-tab ");n.hasClass("collapse")?n.removeClass("collapse"):n.addClass("collapse")})),t.on("submit",(function(n){n.preventDefault();var t=a(this).attr("id"),i={},s="",o="",d="",r=/\[([^\]]+)\]/;"jkit-user-data-form"===t?s="save_user_data":"jkit-settings-form"===t?s="save_settings":"jkit-notfound-form"===t?s="save_notfound":"undefined"!=typeof jkit_custom_dashboard_form_id&&jkit_custom_dashboard_form_id.name===t&&(s="save_"+jkit_custom_dashboard_form_id.name),a(this).find("input, select").each((function(e){o=r.exec(a(this).attr("name")),d=a(this).val(),i[o[1]]=d})),e.button_save.addClass("saving"),e.button_save.find("i").removeClass("fa-save").addClass("fa-spinner fa-spin"),a.ajax({type:"POST",url:"undefined"!=typeof jkit_custom_ajax_url?jkit_custom_ajax_url:jkit_ajax_url,data:{form_data:i,action:s,nonce:jkit_nonce},dataType:"json",encode:!0}).done((function(a){Notiflix.Notify.success(a.message),e.button_save.removeClass("saving"),e.button_save.find("i").removeClass("fa-spinner fa-spin").addClass("fa-save")})).fail((function(a){Notiflix.Notify.failure(void 0!==a.responseJSON&&a.responseJSON.message?a.responseJSON.message:jkit_dashboard_localize.save_failed),e.button_save.removeClass("saving"),e.button_save.find("i").removeClass("fa-spinner fa-spin").addClass("fa-save")}))}))},elements:function(){var e=this,n=e.container.find(".element-checkbox-option .switch"),t=e.container.find(".jkit-button.enable-all"),i=e.container.find(".jkit-button.disable-all"),s=e.container.find("#jkit-elements-enable-form");n.on("click",(function(e){e.preventDefault();var n=a(this).prev("input");n.is(":checked")?n.prop("checked",!1):n.prop("checked",!0)})),t.on("click",(function(a){a.preventDefault(),n.prev("input").prop("checked",!0)})),i.on("click",(function(a){a.preventDefault(),n.prev("input").prop("checked",!1)})),s.on("submit",(function(t){t.preventDefault();var i={};e.button_save.addClass("saving"),e.button_save.find("i").removeClass("fa-save").addClass("fa-spinner fa-spin"),n.each((function(e,n){var t=a(n).prev("input"),s=t.data("element-key");i[s]=t.is(":checked")})),a.ajax({type:"POST",url:jkit_ajax_url,data:{form_data:i,action:"save_elements_enable",nonce:jkit_nonce},dataType:"json",encode:!0}).done((function(a){Notiflix.Notify.success(a.message),e.button_save.removeClass("saving"),e.button_save.find("i").removeClass("fa-spinner fa-spin").addClass("fa-save")})).fail((function(){Notiflix.Notify.failure(jkit_dashboard_localize.save_failed),e.button_save.removeClass("saving"),e.button_save.find("i").removeClass("fa-spinner fa-spin").addClass("fa-save")}))}))}},a(document).on("ready",(function(){window.jkitdashboard.init()}))}(jQuery); Aussie Facebook users to share $50m payout after Cambridge Analytica privacy breach - Site Solutions, Ltd.

Aussie Facebook users to share $50m payout after Cambridge Analytica privacy breach

“Digital platforms receive huge financial benefits from Australia, and they have a social and economic responsibility to contribute to Australians’ access to quality journalism.” The expiration of those agreements, and Meta’s threat not to renew them, made the government reconsider how to get platforms to pay without spooking them to pull news off their platforms. The commissioner has alleged that the company breached privacy laws by giving the personal information of some Australian Facebook users to the This is Your Digital Life app. The payment to the Australian Information Commissioner announced on Tuesday will be open to users impacted by the Cambridge Analytica scandal. Facebook users in Australia could receive a payout after Meta agreed to Wolf Winner Casino a historic $50 million settlement with the nation’s information commissioner.

Creating a Facebook account

This suggests that Facebook remained a popular platform among women, potentially due to its diverse content, social networking features, and marketplace usage. Among adults aged 18 and above, 81.5% were Facebook users, making it a key communication and engagement tool for the majority of the adult population. Additionally, Facebook’s user base covered 66.0% of Australia’s total internet users, demonstrating its continued dominance in the country’s digital landscape. The Australian government is part of long-running global efforts to stamp out this practice, but the new tax could bolster the incentive for tech platforms to take advantage of any available loopholes. Meta has previously threatened to pull all news from its Australian platforms if forced to pay, as it did briefly in 2021. While this proposal will dull that threat by making Meta pay whether it hosts news or not, the government is also conscious of avoiding more drastic actions such as the company withdrawing from Australia entirely.

Paralympic and world champion Paige Greco dies, aged 28

  • You’ll learn more about those settings in the Controlling your privacy settings activity coming up next in this course.
  • IBISWorld provides profiles on thousands of leading enterprises across Australia and New Zealand, as well as reports on thousands of industries around the world.
  • “We’ve been calling for action all year — but the government has only announced a policy after Parliament has risen for the year,” shadow ministers Angus Taylor and David Coleman said in a statement.
  • Its web traffic referral rate of 65.82% was the highest among all platforms, showcasing its influence in directing users to other sites.
  • Facebook remained a dominant social media platform in Australia in 2025, ranking 1st in both total user preference and engagement.

Whenever you want to log into your Facebook account, type facebook.com into your web browser address bar, click on your account name and enter your password. Facebook will use your email address to verify your details when you set up an account, and it may also contact you in the future to alert you to any suspicious behaviour on your account. The government is unsure whether Microsoft (which owns LinkedIn) and Apple will be covered by its $250 million threshold but is confident it will apply to Alphabet (which owns Google), Meta, and ByteDance (which owns TikTok).

Facebook, Google and TikTok will be forced to fund Australian journalism, even if they do not host it, under a federal government plan to impose a new tax aimed at encouraging the tech platforms to establish funding agreements with news organisations. The proposed settlement would end a long-running lawsuit prompted by 2018 revelations that Facebook allowed the British political consulting firm to access personal data of millions of users. The age group made up 15.8% of the user base, with slightly more female users (8.5%) than male users (7.3%). This suggests that middle-aged women were slightly more active on Facebook, potentially for community engagement and social interactions.

“We remain open to direct engagement with international tech companies to accelerate the practical implementation of the government’s proposed approach.” The new tax could be offset on a dollar-for-dollar basis or more by the amount platforms spend on new agreements, making those agreements a cheaper alternative to paying the tax. The landmark payment, announced on Tuesday, will end the legal proceedings, and will be paid out next year to potentially tens of thousands of Australian Facebook users. It will allow individuals to apply for a base payment if they believe they experienced concern because of the matter and will also provide higher payments to those who can demonstrate they have suffered loss or damage. IBISWorld provides profiles on thousands of leading enterprises across Australia and New Zealand, as well as reports on thousands of industries around the world. Our clients rely on our information and data to stay up-to-date on business and industry trends.

Our expert reports are thoroughly researched, reliable and current, enabling you to make faster, better business decisions. Ms Rowland has separately flagged plans to announce direct government funding for news media in next week’s mid-year budget update, with no further details as yet. Ambiguity over the rate allows the government to go to the negotiating table with the tech platforms and make a final decision it thinks they will accept.

The app was 2nd in the mobile app rankings based on monthly active users, proving its strong presence in mobile engagement. Facebook users spent an average of 17 hours and 30 minutes per month on the app, making it the 3rd most engaging social media app, while its 199 monthly sessions placed it 5th among other social platforms. Lastly, the term “Facebook” was the 8th most searched query on Google Australia, highlighting its sustained relevance in online searches. Facebook’s user base in Australia in 2025 was well-distributed across different age groups, reflecting its broad appeal. The largest demographic was the age group, making up 24.2% of total users (11.8% female, 12.4% male).