mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
disabled facebook like button
This commit is contained in:
parent
b6058e0d8d
commit
af245ab0f0
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 3fccd63b0b6831bdcdf9073d5f84c7ff4167a6da
|
Subproject commit c322737de733b37ca6959a9be679a88f9f6b213a
|
|
@ -53,12 +53,12 @@ Template.post_item.rendered = function(){
|
||||||
$('.share-replace').sharrre({
|
$('.share-replace').sharrre({
|
||||||
share: {
|
share: {
|
||||||
googlePlus: true,
|
googlePlus: true,
|
||||||
facebook: true,
|
// facebook: true,
|
||||||
twitter: true,
|
twitter: true,
|
||||||
},
|
},
|
||||||
buttons: {
|
buttons: {
|
||||||
googlePlus: {size: 'tall'},
|
googlePlus: {size: 'tall'},
|
||||||
facebook: {layout: 'box_count'},
|
// facebook: {layout: 'box_count'},
|
||||||
twitter: {
|
twitter: {
|
||||||
count: 'vertical',
|
count: 'vertical',
|
||||||
via: 'TelescopeApp'
|
via: 'TelescopeApp'
|
||||||
|
|
Loading…
Add table
Reference in a new issue