gsuez / master-bootstrap-3

Joomla 3.x Template with Bootstrap 3
https://www.masterbootstrap.com/
142 stars 90 forks source link

Added FB Open Graph and Twitter Card and customizable css option #49

Closed brettvac closed 6 years ago

brettvac commented 6 years ago

Hi, I've added the ability to have Twitter cards and Facebook Open Graph to the MasterBootstrap template, so if you decide to post a link to a Joomla article on Facebook or Twitter, the card shows up with the article image and text description.

I've also added the ability for users to include things in the user.css file. For example, with the user.css it is now trivial to change the navbar colour with the following:

.navbar-default 
   {  
   background-color: #ABCDEF;
   }
gsuez commented 6 years ago

Thank you Brett, for user custom css, you can use _custom.scss. Master Boostrap work with SASS ;) Please, check your files.

Regards

brettvac commented 6 years ago

Hi Gonzalez, Ah, I didn't know about _custom.scss! I've removed the changes from params.php. I hope the change for FB Open Graph and Twitter cards is useful. Thanks for the template :+1: