Skip to content

codeclutch-dev/oc-contact-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

October Contact Plugin

Crowdin PRs Welcome License: MIT

Overview

Contact plugin is a component set for websites made with October CMS by freelancers. This plugin may not be compatible with Winter CMS because it use plugin available only on October Marketplace.

With this plugin is possible:

  • Set contact information
  • Add and adjust the contact information component
  • Use logo from Meta plugin in contact component
  • Add receivers information and use them in component

And the most important feature:

  • Set social icons linked to social media accounts (based on Font Awesome)

Installation

Artisan

Use the Laravel's CLI. Traverse to a project's root directory and run the following:

php artisan plugin:install codeclutch.meta
php artisan plugin:install zakir.allfonticons
php artisan plugin:install codeclutch.contact

Documentation

Contact Information

Add information in plugin settings, then add component and write

{% component 'contactInformation' %}

you can adjust this component in many ways

Receivers

This component can be used as company team members contact information

Add receivers in plugin settings, import component and write

{% component 'receivers' %}

Social Icons

Add social links in plugin settings then open footer (or other file) to import component and write

{% component 'socialIcons' %}

Contributing

You are free to contribute in the following ways:

  • sending pull requests
  • bug reporting and feature requesting by creating issues on plugin GitHub page
  • localization to your language using Crowdin

License

The Contact plugin for October CMS is open-sourced software licensed under the MIT license.

About

Plugin providing contact information on website for October CMS

Topics

Resources

License

Stars

Watchers

Forks