Category: Drupal
Integrate Facebook Pixel and Drupal Webform via Google Tag Manager
In my previous article, I explained how to integrate the Facebook Pixel with a Drupal webform. I used the Simple Facebook Pixel module to send the purchase event to Facebook. In this article, we are going to see how to send the purchase event by using Google Tag Manager.
Integrate Facebook Pixel and Drupal Webform
In this article, we are going to find out just how easy is to integrate the Facebook Pixel with a webform. This can be useful for example if you are using webforms for a quick checkout instead of using the full checkout flow that Drupal Commerce offers.
Migrate existing Entity Reference field to Entity Reference Revisions field
Entity Reference and Entity Reference Revisions fields are very similar, but the latter offers more flexibility when it comes to reverting to a previous revision in the case when you have a nested entity. Let's see the easiest way to migrate an existing Entity Reference field to an Entity Reference Revisions field.
How to programmatically render a view with contextual filters?
Programmatically rendering a view with contextual filters is not something you need to do every day, but it's good to know that you can do it very easily. And you can do it in two different ways.
Display and Form pseudo fields in Drupal 9 and 10
Pseudo fields are a special type of field that you can add to any content entity type. Let's see how to add this kind of field to the form and entity displays.
Various ways of updating field values in Drupal 8 and 9
A recent tweet by CHX got me thinking. Drupal 8 was released almost 5 years ago, and some things are still a mystery for a lot of developers, including me. Let's explore the various ways of updating field values in Drupal 8 and 9.