Browse Source

Added Facebook Messenger for Pages

Fixes #281
v0.5.8
Ramiro Saenz 8 years ago
parent
commit
6c67b1e105
  1. 9
      app/store/ServicesList.js
  2. BIN
      resources/icons/messengerpages.png

9
app/store/ServicesList.js

@ -755,6 +755,15 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.'
,url: 'https://___.jandi.com/'
,type: 'messaging'
},
{
id: 'messengerpages'
,logo: 'messengerpages.png'
,name: 'Messenger for Pages'
,description: 'Chat with the people of your Facebook Page.'
,url: 'https://www.facebook.com/___/messages/'
,type: 'messaging'
,css: '#pagelet_bluebar{display:none;}#pages_manager_top_bar_container{display:none;}#pagelet_sidebar{display:none;}#pagelet_dock{display:none;}#pages_manager_top_bar_container + div{margin:0;width:100%;}#pages_manager_top_bar_container + div > div > div{padding:0;}#pages_manager_top_bar_container + div > div > div div div:last-child{top:0!important;}'
}
]
});

BIN
resources/icons/messengerpages.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Loading…
Cancel
Save