Magento Expert Forum - Improve your Magento experience

Results 1 to 12 of 12

How to Create Simple Twitter Feed Module in Magento 2

  1. #1
    [ Contributor ] Wajid Hussain's Avatar
    Join Date
    Nov 2014
    Posts
    204
    Thanks
    3
    Thanked 14 Times in 12 Posts

    Default How to Create Simple Twitter Feed Module in Magento 2

    Many developers are now developing modules for Magento 2, but what if a module doesn’t exactly fulfill your requirements as you need it to? Imagine a scenario where you could understand the structure of a Magento 2 module somewhat better, to the point that you could change it to suit your requirements. Or even better, that you may develop your own module.

    In this tutorial, we are going to show you the structure of Magento 2 module and share with you the coding of “Twitter Feed” Magento 2 module. The goal of this module is to show Twitter feeds of a specific Twitter account. This tutorial will give you a basic idea about the structure and creation of Magento 2 modules.

    Read Complete Tutorial Here: http://magenticians.com/create-twitt...dule-magento-2

    View more threads in the same category:


  2. #2
    Junior Member
    Join Date
    Mar 2016
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    When working on a port of Alan Storm’s Better404 module for Magento 2, the NoRouteHandler system was stumbled upon. Initially, it was ignored in favor of the event system to catch 404 pages, but after further examination it felt more like the correct way to replace the default 404 functionality.

  3. #3
    Junior Member
    Join Date
    Sep 2016
    Location
    USA
    Posts
    30
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Learn the basics of creating a simple module in Magento 2. Magento 2 modules can be complex but if you know the file structure and the basics you can customize it according to your requirements. The following tutorial helps you go through the steps in creating a simple 'Hello World' Magento 2 module.

    Complete tutorial: How to Create a Simple Magento 2 Module

  4. #4
    Junior Member
    Join Date
    Sep 2016
    Posts
    228
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Many developers are now developing modules for Magento 2, but what if a module doesn’t exactly fulfill your requirements as you need it to? Imagine a scenario where you could understand the structure of a Magento 2 module somewhat better, to the point that you could change it to suit your requirements. Or even better, that you may develop your own module.

    We assume that you have Magento 2 installed and running either locally or on any development server where you can add, create or delete files and folders. Once your Magento is up and running, follow this step by step procedure to develop your own Magento 2 Module.

    Corporate Gift Ideas | Customized Pen Drives

  5. #5
    New member
    Join Date
    Jan 2017
    Location
    299 Elizabeth Street,
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If you have used the Magento 1 version, you’re used to the term code pools – community, core and local folders which reside in the app/code folder. In Magento 2, there are no more code pools. Modules are grouped by namespace and placed directly in the app/code folder.

  6. #6
    Junior Member
    Join Date
    Oct 2016
    Location
    MONA TILES COMPOUND, NR. CHHANI CIRCLE, CHHANI ROAD, VADODARA - 390002. GUJARAT, INDIA.
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    When working on a port of Alan Storm’s Better404 module for Magento 2, the NoRouteHandler system was stumbled upon. Initially, it was ignored in favor of the event system to catch 404 pages, but after further examination it felt more like the correct way to replace the default 404 functionality.

  7. #7
    Junior Member
    Join Date
    Oct 2016
    Posts
    984
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    I have found an amazing Facebook & Twitter Integration extension for Magento 2 that will be useful for your store. It is have many new features like enable/disable social block, sidebar Integration, no. of post / shares, rich configuration, reponsive & many more. Please take a look here: Facebook & Twitter Integration Magento 2 Extension

  8. #8

  9. #9
    New member
    Join Date
    Sep 2018
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I am outsourcing development of my new Magento site and this is because of the intricacies of sophisticated development. But still i find your shared tutorial useful.

  10. #10
    Junior Member
    Join Date
    Sep 2017
    Posts
    47
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Thanks for Sharing the informative post.

  11. #11
    Junior Member
    Join Date
    May 2018
    Posts
    52
    Thanks
    0
    Thanked 3 Times in 2 Posts

    Default

    Many developers are now developing modules for Magento 2, but what if a module doesn’t exactly fulfill your requirements as you need it to? Imagine a scenario where you could understand the structure of a Magento 2 module somewhat better, to the point that you could change it to suit your requirements. Or even better, that you may develop your own module.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •