PHPackages                             diepxuan/meta-for-magento2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. diepxuan/meta-for-magento2

AbandonedMagento2-module[Utility &amp; Helpers](/categories/utility)

diepxuan/meta-for-magento2
==========================

Facebook Business Extension for Magento 2

1.4.6(1y ago)011GPL-1.0-or-laterPHP

Since Jun 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/diepxuan/business-extension)[ Packagist](https://packagist.org/packages/diepxuan/meta-for-magento2)[ RSS](/packages/diepxuan-meta-for-magento2/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Facebook &amp; Instagram for Magento
====================================

[](#facebook--instagram-for-magento)

[**The official extension from Meta.**](https://commercemarketplace.adobe.com/meta-meta-for-magento2.html) Seamlessly manage your Facebook &amp; Instagram presence from one place.

Extension Overview
------------------

[](#extension-overview)

Meta builds technologies that help people connect, find communities and grow businesses.

The Facebook &amp; Instagram Extension enables users to set up Conversions API, Pixel, Catalog, and enables Adobe Commerce ( on-prem) and Magento Open Source users to create and manage a checkout-enabled Shop on Facebook &amp; Instagram. This extension will help you:

- **Grow your business** on Facebook &amp; Instagram while managing orders, returns, and more from one place.
- **Reach new customers** and offer a seamless in-app shopping experience, from discovery to checkout.
- **Optimize your ads** using AI and easily promote your products and optimize your ads using powerful sales and marketing tools.
- **Automatically sync** eligible product offerings, inventory, promotions, and orders between your Magento system and Meta.
- **Gain better data insights** and understand meaningful business outcomes.

Installation Assets
-------------------

[](#installation-assets)

### (a) Meta Business Extension

[](#a-meta-business-extension)

Meta Business Extension is a popup-based solution that allows users to easily set up the Conversions API, Meta Pixel, and Catalog, and allows Adobe Commerce (on-prem) and Magento Open Source users to create and manage a checkout-enabled Shop on Facebook &amp; Instagram.

### (b) Conversions API

[](#b-conversions-api)

Conversions API is designed to create a direct connection between your marketing data and the systems that help optimize ad targeting, decrease cost per result and measure outcomes across Meta technologies.

### (c) Meta Pixel

[](#c-meta-pixel)

Meta Pixel is a piece of code that you put on your website that allows you to measure the effectiveness of your advertising by understanding the actions people take on your website.

### (d) Catalog

[](#d-catalog)

Catalog is a container that holds information about the items you want to advertise or sell across Facebook and Instagram. You can create catalogs for different types of items, such as products, hotels, flights, destinations, home listings or vehicles.

### (e) Checkout

[](#e-checkout)

Checkout allows customers to buy products directly from a shop on Facebook or Instagram and enables your business to run Shops Ads.

Usage Instructions
------------------

[](#usage-instructions)

Complete usage guide [HERE](https://www.facebook.com/business/help/532749253576163).

### Installation

[](#installation)

#### Composer Installation

[](#composer-installation)

- Get the Facebook &amp; Instagram for Magento extension from [Adobe Commerce Marketplace](https://commercemarketplace.adobe.com/meta-meta-for-magento2.html). Make sure to choose the correct edition and store version.
- Go to your Magento root path.
- Execute command `cd /var/www/Magento` or `cd /var/www/html/Magento` based on your server Centos or Ubuntu.
- Install the Meta Business SDK for PHP with `composer require facebook/php-business-sdk`.
- Run composer command: `composer require meta/meta-for-magento2`.
- To set up the extension, run:
    - `php bin/magento setup:upgrade`
    - `php bin/magento setup:static-content:deploy`
    - `php bin/magento setup:di:compile`
    - `php bin/magento cache:clean`

#### Manual Installation

[](#manual-installation)

- Extract files from an archive.
- Execute command `cd /var/www/Magento/app/code` or `cd /var/www/html/Magento/app/code` based on your server Centos or Ubuntu.
- Move all files from the `app/code/*` directory in your extracted archive to the `app/code` directory in your Magento project. Your Magento directory should now have a subdirectory named `app/code/Meta/BusinessExtension`.

### Enable Extension

[](#enable-extension)

#### Enable Via Script

[](#enable-via-script)

- Copy the `install-facebook-business-extension.sh` script to your Magento root folder.
- Give it execute permission with `chmod +x install-facebook-business-extension.sh`.
- Switch to Magento files owner user and run: `./install-facebook-business-extension.sh`.
- You should read `Installation finished` when the script is done.

#### Enable Manually

[](#enable-manually)

- Install the Facebook Business SDK for PHP (if you have not already) with `composer require facebook/php-business-sdk`.
- Run `php bin/magento module:enable Meta_BusinessExtension Meta_Catalog Meta_Conversion Meta_Promotions Meta_Sales`.
- Execute `php bin/magento setup:static-content:deploy`.
- Execute `php bin/magento setup:upgrade`.
- Execute `php bin/magento setup:di:compile`.
- Execute `php bin/magento cache:clean`.

### Verify Installation

[](#verify-installation)

- Upon successful installation, login to your Magento Admin panel.
- You should see a "Facebook and Instagram" Icon on the left hand side.
- Click "Overview" to link a Meta Account.

### Update Installation

[](#update-installation)

#### Composer Update

[](#composer-update)

- Go to your Magento root path.
- Execute command `cd /var/www/Magento` or `cd /var/www/html/Magento` based on your server Centos or Ubuntu.
- Run composer command: `composer update meta/meta-for-magento2`.

#### Manual Update

[](#manual-update)

- Extract files from the latest archive.
- Execute command `cd /var/www/Magento/app/code` or `cd /var/www/html/Magento/app/code` based on your server Centos or Ubuntu.
- Replace all files in the `app/code` directory of your Magento project with the files from the `app/code/*` directory of your extracted archive.

Support
-------

[](#support)

Visit Facebook's [Advertiser Help Center](https://www.facebook.com/business/help/532749253576163).

Requirements
------------

[](#requirements)

Facebook &amp; Instagram for Magento requires:

- Magento version `^2.4.2`.
- PHP 7.4 or greater.
- Memory limit of 1 GB or greater (2 GB or higher is preferred).

Contributing
------------

[](#contributing)

See the `CONTRIBUTING.md` file for how to help out.

Data Collection Acknowledgement
-------------------------------

[](#data-collection-acknowledgement)

When you download the Facebook &amp; Instagram for Magento extension, you agree that Meta will collect information about your use for troubleshooting, analytics, and product improvement. You agree to share information with Meta about which commerce plugins and extensions you are using. Meta may use this information for troubleshooting, analytics, and product improvement.

License
-------

[](#license)

Facebook &amp; Instagram for Magento is platform licensed.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor5

5 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

706d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/90fcb59bfa8097c0e0dacd05f43901adb774dc4adb6172b2b743635f8f3d1d2e?d=identicon)[caothu159](/maintainers/caothu159)

---

Top Contributors

[![zlik](https://avatars.githubusercontent.com/u/472255?v=4)](https://github.com/zlik "zlik (139 commits)")[![priyambad](https://avatars.githubusercontent.com/u/25750753?v=4)](https://github.com/priyambad "priyambad (98 commits)")[![sol-loup](https://avatars.githubusercontent.com/u/129231008?v=4)](https://github.com/sol-loup "sol-loup (85 commits)")[![dimadidr](https://avatars.githubusercontent.com/u/7436097?v=4)](https://github.com/dimadidr "dimadidr (76 commits)")[![singhramanpreett](https://avatars.githubusercontent.com/u/129768663?v=4)](https://github.com/singhramanpreett "singhramanpreett (52 commits)")[![bgiamarino](https://avatars.githubusercontent.com/u/51973661?v=4)](https://github.com/bgiamarino "bgiamarino (51 commits)")[![nrostrow-meta](https://avatars.githubusercontent.com/u/132953571?v=4)](https://github.com/nrostrow-meta "nrostrow-meta (43 commits)")[![omiroshnichenko](https://avatars.githubusercontent.com/u/18548994?v=4)](https://github.com/omiroshnichenko "omiroshnichenko (40 commits)")[![dahcsguy](https://avatars.githubusercontent.com/u/8674314?v=4)](https://github.com/dahcsguy "dahcsguy (37 commits)")[![dalongi](https://avatars.githubusercontent.com/u/1166263?v=4)](https://github.com/dalongi "dalongi (25 commits)")[![xxu3-sc](https://avatars.githubusercontent.com/u/8060655?v=4)](https://github.com/xxu3-sc "xxu3-sc (22 commits)")[![strygo](https://avatars.githubusercontent.com/u/334491?v=4)](https://github.com/strygo "strygo (14 commits)")[![jczhuoMeta](https://avatars.githubusercontent.com/u/134329391?v=4)](https://github.com/jczhuoMeta "jczhuoMeta (14 commits)")[![singhalavi](https://avatars.githubusercontent.com/u/2109406?v=4)](https://github.com/singhalavi "singhalavi (14 commits)")[![danielmetaconnolly](https://avatars.githubusercontent.com/u/141358118?v=4)](https://github.com/danielmetaconnolly "danielmetaconnolly (12 commits)")[![ajello-meta](https://avatars.githubusercontent.com/u/143650567?v=4)](https://github.com/ajello-meta "ajello-meta (11 commits)")[![josejia](https://avatars.githubusercontent.com/u/63677622?v=4)](https://github.com/josejia "josejia (11 commits)")[![pushpa-gupta-rp](https://avatars.githubusercontent.com/u/87318429?v=4)](https://github.com/pushpa-gupta-rp "pushpa-gupta-rp (11 commits)")[![yang17](https://avatars.githubusercontent.com/u/17236378?v=4)](https://github.com/yang17 "yang17 (9 commits)")[![asavaleMeta](https://avatars.githubusercontent.com/u/170654929?v=4)](https://github.com/asavaleMeta "asavaleMeta (8 commits)")

### Embed Badge

![Health badge](/badges/diepxuan-meta-for-magento2/health.svg)

```
[![Health](https://phpackages.com/badges/diepxuan-meta-for-magento2/health.svg)](https://phpackages.com/packages/diepxuan-meta-for-magento2)
```

###  Alternatives

[thedmsgroup/mautic-media-bundle

Pulls cost data from media advertising services.

251.0k](/packages/thedmsgroup-mautic-media-bundle)[pixeloution/true-random

Interface for getting random datra from random.org

461.3k](/packages/pixeloution-true-random)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
