MyBB.de Forum
Facebook Sharing Pages - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Facebook Sharing Pages (/thread-23577.html)



Facebook Sharing Pages - MyBB.de Bot - 05.08.2011

Eine neue Erweiterung wurde veröffentlicht: Facebook Sharing Pages

Zitat:UPLOAD FILE IN ROOT MYBB AND ACTIVE.

NOTE: DON'T ANY CHANGE TO PLUG-IN BECAUSE BAD LINK SHARE AND BLOACKED

THIS PLUG-IN :
AUTO FIND PIC IN THE PAGE AND YOU CAN CHANGE AND SELECT BEST PIC FOR SHARING.
AUTO SEND IN THE INDEX PAGE FACEBOOK
100% ENCODE AND SECURITY CONNECT SHARING FOR URL
AUTO SEND FOR ALL SUBSCRIPTED IN YOUR FACE BOOK
AUTO SEND BLOG AND...
ALL THE SHARING ONLY ONE CLICK ;-)



RE: Facebook Sharing Pages - maxxs - 11.04.2014

Hallo.
Habe dieses Plugin installiert.
Da der ursprünglixhe sharebutton ins leere läuft (link stimmt nixht mehr), habe ich einen eigenen gesetzt.
Nun sieht das sehr bescheiden aus.

http://teamdayzrescue.de
Rechts ist der button sehr versteckt erahnbar.
Hat jemand ahnung, wie ich das problem lösen kann?
Oder muss ein senkrechter button her, damit es ordnunsgemäß angezeigt wird?


RE: Facebook Sharing Pages - Devidra - 11.04.2014

(11.04.2014, 11:46)maxxs schrieb: Hat jemand ahnung, wie ich das problem lösen kann?
Oder muss ein senkrechter button her, damit es ordnunsgemäß angezeigt wird?

Wenn der Button "links" sein kann, ersetze folgendes in der CSS

PHP-Code:
.sidebar {
    -
moz-border-bottom-colorsnone;
    -
moz-border-left-colorsnone;
    -
moz-border-right-colorsnone;
    -
moz-border-top-colorsnone;
    
background-colorrgba(2402402400.75);
    
border-bottom-left-radius2px;
    
border-color#B7B7B7 -moz-use-text-color #B7B7B7 #B7B7B7;
    
border-imagenone;
    
border-stylesolid none solid solid;
    
border-top-left-radius2px;
    
border-width1px medium 1px 1px;
    
box-shadow0 0 5px #CCCCCC;
    
overflowvisible;
    
positionfixed;
    
top40%;
    
width25px;
    
z-index90;


wenn der rechts bleiben soll, ersetze folgendes in der CSS

PHP-Code:
.sidebar {
    -
moz-border-bottom-colorsnone;
    -
moz-border-left-colorsnone;
    -
moz-border-right-colorsnone;
    -
moz-border-top-colorsnone;
    
background-colorrgba(2402402400.75);
    
border-bottom-left-radius2px;
    
border-color#B7B7B7 -moz-use-text-color #B7B7B7 #B7B7B7;
    
border-imagenone;
    
border-stylesolid none solid solid;
    
border-top-left-radius2px;
    
border-width1px medium 1px 1px;
    
box-shadow0 0 5px #CCCCCC;
    
overflowvisible;
    
positionfixed;
    
right135px;
    
top40%;
    
width25px;
    
z-index90;




RE: Facebook Sharing Pages - maxxs - 11.04.2014

Schneller, als die polizei erlaubt.
Ganz lieben dank erstmal.
Probiere ich nachher gleich aus