uzzairwebstudio/laravel-fb-pixel
Composer 安装命令:
composer require uzzairwebstudio/laravel-fb-pixel
包简介
FB Pixel Laravel component. You can include it in any Blade files.
README 文档
README
This package offers you FB Pixel script as Laravel 7 component. You can include the component in any Blade files.
Once you installed, you can do stuff like this;
<x-uws-fb-pixel pixel-id="123456789" /> <script> fbq('track', 'Purchase', {currency: "USD", value: 30.00}); </script>
Installation
First and foremost, you need to require the package.
composer require uzzairwebstudio/laravel-fb-pixel
Then, publish the vendor files. This will publish View/Component file and views file into your app.
php artisan vendor:publish --tag="uws-fb-pixel-views" php artisan vendor:publish --tag="uws-fb-pixel-view-component"
Finally, you can now place the component in your blade file like this and place your FB Pixel ID in pixel-id parameter;
<x-uws-fb-pixel pixel-id="YOUR_FB_PIXEL_ID"/>
License
The MIT License (MIT).
统计信息
- 总下载量: 294
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-17