English English
  • This email address is being protected from spambots. You need JavaScript enabled to view it.

Google Consent Mode V2 Cookies for Joomla plugin

 

Functionality and Key Features of Google Consent Mode V2 Cookies:

 

Google Consent Mode V2 Cookies Joomla Plugin is an enhanced framework designed by Google to help websites manage user consent for cookies and data collection in a privacy-compliant manner. It allows websites to adjust the behavior of Google tags (like Google Analytics and Google Ads) based on the consent preferences of users.

 

  Granular Consent Options:

  • Introduces additional parameters like ad_user_data and ad_personalization to provide more detailed control over user consent for advertising and personalization. 
  • Works alongside existing parameters like ad_storage and analytics_storage.

  Dynamic Behavior:

  • Tags dynamically adapt based on user consent. For example, if a user denies consent for analytics, Google Analytics will operate in a restricted mode without storing cookies.

  Privacy Compliance:

  • Designed to align with data protection regulations like GDPR by ensuring that user preferences are respected.

  Basic and Advanced Modes:

  • Basic Mode: No data is collected or transmitted unless the user explicitly consents. (if you are not using GTM or Google Tag Manager)
  • Advanced Mode: Allows limited data collection (like timestamps and referrer information) even without explicit consent, though this may raise compliance concerns in some regions.

This update emphasizes user privacy while still enabling websites to gather essential data for analytics and advertising in a compliant way. You can find more details in Google's official documentation.

Integrates Google Consent Mode V2 with Joomla 5.

  Ensure the plugin is enabled and that you have a GTM or Google Tag Manager active on your website.

  To download the GTM or Google Tag Manager click visit our site at www.wedevlops.com or click this link to download

  Or visit this link directly - https://wedevlops.com/developers-shop/product/150-joomla-google-tag-manager.html

 

  Installation Procedure:

 

  Once installed, Navigate to Extensions > Plugins in your Joomla administrator panel.
Search for the plugin named Google Consent v2. - Enable the settings according to your preference and enable the status of the plugin.

 

  Make sure you enable the plugin settings to maximize the usage:

  • ad_storage
  • analytics_storage
  • ad_user_data
  • ad_personalization
  • personalization_storage
  • security_storage
 

  HOW TO TEST WITH GTM or Google Tag Manager:

1. You can use any tool such as Consent Mode Inspector on the Google Chrome browser extension
2. You can also use the https://tagassistant.google.com/ - check our YouTube Video Tutorial

 

Note: If you are not using GTM or Google Tag Manager - You can check on the front end for the pop-up message like this: This site uses cookies to enhance user experience

 

Joomla Google consent move v2

 

Joomla google consent mode v2 cookies

 

  Updated version 1.0.1
Mode cookies behaviour added
  Updated version 1.0.2
Flexible buttons to adopt any language preference. 

  Updated version 1.0.3

Customize languages. Users can input any type of language they prefer.

 

google consent mode v2 with google tag manager granted and Joomla backend settings customize User preference

 

 

Extension Type:  Plugin 

 

Compatibility:  Joomla 5.x / Joomla 4.x / Joomla 3.x

 

Version:  1.0.3

 

 


Joomla allows you to embed Power BI

Joomla Module for Power BI Embed Reports:

  • Easy Installation: Simple to set up.

  • Universal Compatibility: Works with all Joomla templates.

  • Tested Reliability: Fully operational on Joomla 4 and Joomla 5.

  • User-Friendly: Just add the Embed URL and Access Token.

  • Empowering Display: Effortlessly showcase reports on your Joomla site.

In essence, this Joomla module allows you to embed Power BI reports directly into your Joomla website. It's easy to install, works with all Joomla templates, 

has been tested on the latest versions of Joomla (4 and 5), and requires only an embed URL and access token to display your reports. Effortless power at your fingertips.

Power BI Joomla module

 

Download Here


How to automatically populates the Meta Description and Meta Keywords fields based on the article content for Joomla website

Joomla plugin that automatically populates the Meta Description and Meta Keywords fields based on the article content:

 

Functionality:

 

Automatic Meta Description: The plugin analyzes the content of the article and generates a meta description automatically. This ensures that each article has a relevant and concise description that can improve SEO and user engagement.

 

Automatic Meta Keywords: Similarly, the plugin extracts relevant keywords from the article content and populates the meta keywords field. This helps search engines understand the main topics of the article, improving its visibility in search results.

 

Purpose SEO Optimization: By automatically generating meta descriptions and keywords, the plugin helps optimize the SEO of each article. This can lead to better search engine rankings and increased organic traffic.

 

Time-Saving: Content creators no longer need to manually enter meta descriptions and keywords for each article, saving valuable time and effort.

 

Consistency: Ensures consistency across all articles, as the meta descriptions and keywords are generated based on the content, maintaining uniformity in SEO practices.

 

Setup Install and Enable: First, install the plugin and enable it in your Joomla! site.

 

Configure Settings: Go to the plugin settings and customize options such as the length of the meta description, the number of keywords to extract, and any specific keywords to include or exclude.

 

Considerations Accuracy: The plugin uses algorithms to extract relevant keywords and generate meta descriptions, but it's always a good idea to review and tweak them if necessary.

 

Customization: Some plugins allow for customization of the generated meta descriptions and keywords, giving you the flexibility to adjust them according to your SEO strategy.

 

Extension Type:  Plugin 

 

Compatibility:  Joomla 5.x / Joomla 4.x / Joomla 3.x

 

Version:  1.0.0

 

 

Joomla plugin that automatically populates the Meta Description and Meta Keywords fields based on the article content

 


Joomla Authenticate users via Azure Active Directory

Joomla Plugin Authenticate users via Azure Active Directory.

  • Very easy to integrate. 
  • Compatible to Joomla 4.x and Joomla 5.x
  • Azure Active directory Integration

HOW TO USE:

  • Set up an Azure AD Application:

    • Go to the Azure portal.
    • Navigate to Azure Active Directory > App registrations > New registration.
    • Name the application (e.g., JoomlaIntegrationApp).
    • Set the Redirect URI to your Joomla site’s URL (e.g., https://yourjoomlasite.com/).
    • Choose Web as the platform.
    • Note down the Application (client) ID and Directory (tenant) ID.
    • Go to Certificates & Secrets and create a client secret. Note down this value.
  • Install Composer and Azure PHP SDK in Joomla: Joomla 5 relies on Composer for managing external libraries. The microsoft-graph package is used to interact with Azure AD.

    • In your Joomla root directory, run:
      bash
      composer require microsoft/microsoft-graph
       
       

✅ 1. Install the Plugin

  1. Login to Joomla Admin (/administrator).

  2. Go to SystemExtensionsInstall.

  3. Click Upload Package File, then drag and drop or browse to upload the .zip file you downloaded:

    • plg_auth_azuread_v1.0.1_jamss_clean.zip


✅ 2. Enable the Plugin

  1. Go to SystemManagePlugins.

  2. Search for AzureAD.

  3. Click the checkbox and click Enable in the toolbar.


✅ 3. Configure the Plugin

  1. Click on the plugin name to open its settings.

  2. Fill in the following fields (from your Azure app registration):

  3. Click Save & Close.


✅ 4. Configure Azure AD (Microsoft Entra ID)

In the Azure Portal:

  1. Register an application:

  2. After registration, copy:

    • Application (client) ID

    • Directory (tenant) ID

    • Create a Client Secret under Certificates & secrets.


✅ 5. Redirect Users to Azure Login

You must link or customize your login page to initiate Azure OAuth login. Joomla won’t redirect automatically unless you:


✅ 6. Ensure Joomla Users Exist

This plugin does not create new users. Users must:

  • Already exist in Joomla with a matching email

  • Or, you must customize it to auto-create users on successful login

 

CLICK HERE TO DOWNLOAD THE PLUGIN

 

Azure Authentication Joomla plugin

Azure Authentication Joomla plugin client ID


Page 2 of 10

© 2025 WeDevlops.com. All Rights Reserved. Design and Develop by: WeDevlops