All Projects → tuyennn → magento2-auto-instagram-post

tuyennn / magento2-auto-instagram-post

Licence: GPL-3.0 License
Magento 2 extension Auto Instagram Post allows you add your products immediately to Instagram after publishing it on Magento site, share your thoughts, product information, brand news and latest to your friends by an action, mass action or schedule a post by cron jobs

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to magento2-auto-instagram-post

Magento-Quickorder
Magento Quickorder module, enables bulk order creation by inputting SKUs & quantities.
Stars: ✭ 30 (+0%)
Mutual labels:  magento2, magento2-extension, magento2-module
LargeConfigProducts
Large Configurable Products workaround for Magento 2
Stars: ✭ 83 (+176.67%)
Mutual labels:  magento2, magento2-extension, magento2-module
magento2-prometheus-exporter
Simple Magento 2 Prometheus Exporter.
Stars: ✭ 40 (+33.33%)
Mutual labels:  magento2, magento2-extension, magento2-module
m2.IndexerUrlRewrite
Magento2. Extension rebuild UrlRewrite index.
Stars: ✭ 38 (+26.67%)
Mutual labels:  magento2, magento2-extension, magento2-module
module-checkout-designs
Allow multiple options for Magento 2 checkout layout. Provides capabilities to AB test checkout changes and more.
Stars: ✭ 28 (-6.67%)
Mutual labels:  magento2, magento2-extension, magento2-module
magento-2-layered-navigation
Magento 2 Layered Navigation extension Free optimizes the navigation process, redirects users to product catalog pages, and makes finding products easier
Stars: ✭ 16 (-46.67%)
Mutual labels:  magento2, magento2-extension, magento2-module
magento2-b2b-disable-add-to-cart-button-for-guest
This extension allows you to disable Add to cart button for guest. Useful feature for B2B store.
Stars: ✭ 17 (-43.33%)
Mutual labels:  magento2, magento2-extension, magento2-module
magento2-sample-imageuploader
A Magento 2 sample module demonstrating how to upload an image file within a grid and form UI Component.
Stars: ✭ 27 (-10%)
Mutual labels:  magento2, magento2-extension, magento2-module
rebuild-urlrewrite
Rebuild Url Rewrite for magento 2
Stars: ✭ 26 (-13.33%)
Mutual labels:  magento2, magento2-extension, magento2-module
magento2-link-product
Custom Product Relation for Magento 2.2.x and 2.3.x sample extension
Stars: ✭ 45 (+50%)
Mutual labels:  magento2, magento2-extension, magento2-module
magento-2-ajax-cart
Magento 2 Ajax Cart allows customers to add products to cart right on the current window without having to redirect to another page. Completely reduce redirect wait times and improve the shopping experience.
Stars: ✭ 16 (-46.67%)
Mutual labels:  magento2, magento2-extension, magento2-module
MultipleLayeredNavigation-M2
Magento 2 Multiple Layered Navigation extension.
Stars: ✭ 20 (-33.33%)
Mutual labels:  magento2, magento2-extension, magento2-module
enhanced-privacy
Magento 2 Enhanced Privacy extension for easier compliance with GDPR. Allows customers to delete, anonymize, or export their personal data.
Stars: ✭ 45 (+50%)
Mutual labels:  magento2, magento2-extension, magento2-module
blog
MageVision Blog
Stars: ✭ 23 (-23.33%)
Mutual labels:  magento2, magento2-extension, magento2-module
PagSeguro-Magento-Transparente-M2
Módulo PagSeguro para Magento 2
Stars: ✭ 15 (-50%)
Mutual labels:  magento2, magento2-extension, magento2-module
magento2-showoutofstockprice
This Magento2 Module adds prices and the add-to-cart button to out-of-stock configurable products.
Stars: ✭ 22 (-26.67%)
Mutual labels:  magento2, magento2-extension, magento2-module
module-lazyload
magefan.com/magento-2-image-lazy-load-extension
Stars: ✭ 47 (+56.67%)
Mutual labels:  magento2, magento2-extension, magento2-module
magento2-module-cron-schedule
A Magento2 visual cronjob overview for magento2 backend
Stars: ✭ 35 (+16.67%)
Mutual labels:  magento2, magento2-extension, magento2-module
magento2-catalog-lazy-load
Improve the load time of your Magento 2 categories pages by loading your images on demand with our Lazy Load Extension
Stars: ✭ 56 (+86.67%)
Mutual labels:  magento2, magento2-extension, magento2-module
ConfigurableProducts
Pre-selected configurable product options, change URL on the fly, and other improvements
Stars: ✭ 39 (+30%)
Mutual labels:  magento2, magento2-extension, magento2-module

Auto Instagram Post - Magento 2


This Magento 2 extension Auto Instagram Post allows you add your products immediately to Instagram after publishing it on Magento site, share your thoughts, product information, brand news and latest to your friends.

License: GPL v3 Codacy Badge Donate Build Status Version 1.1.9


Alt GhoSter Overview

Alt Screenshot-1 Alt Screenshot-2 Alt Screenshot-3 Alt Screenshot-4 Alt Screenshot-5

Main Features

  • Use Instagram API(Android App Simulation) to post main Product Image of store to Instagram
  • Support configurations with #hashtag.
  • Support sort content of comment as user defined.
  • Support Manage Products Grid mass Action to Post or rePost to Instagram

Configure and Manage

  • Enable Auto Instagram - Enable or disable module.
  • Username(Instagram Account) - Your Instagram Username.
  • Password - Your Instagram Password.
  • Test Connection - Test your current account.
  • Default Image - When you add a product without a main Image to store, this image will be uploaded to Insragram.
  • Allow auto posting to Instagram after Saving Product - Enable Observer after product saved
  • Enable Auto Hashtag and Description - Enable below options while posting product to Instagram.
  • Add Product Description to Post - This will add product description to your feature post.
  • Add Categories Name as Hashtags - This will add product category as hashtag to your feature post.
  • Add Custom Hashtags - Your custom hashtags go there.
  • Description Template - This will define the order of content which you want to post.
  • Enable Scheduled Auto Post - Setup cron for Scheduled Post to Instagram
  • Start Time - Time for Cron.
  • Frequency - Frequency for Cron.
  • Limit Number of Posts - Limit for 1 time cron runs.

Installation with Composer

  • Connect to your server with SSH
  • Navigation to your project and run these commands
composer require ghoster/autoinstagrampost


php bin/magento setup:upgrade
rm -rf pub/static/* 
rm -rf var/*

php bin/magento setup:static-content:deploy

Installation without Composer

  • Download the files from github: Direct download link
  • Extract archive and copy all directories to app/code/GhoSter/AutoInstagramPost
  • Go to project home directory and execute these commands
php bin/magento setup:upgrade
rm -rf pub/static/* 
rm -rf var/*

php bin/magento setup:static-content:deploy

Contribution

  • Fork this repository
  • Create your feature branch (git checkout -b your-new-feature) always from develop
  • Commit and Submit a new Pull Request

Licence

Open Software License (OSL 3.0)

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].